zephyr/drivers/sensor/bmp388
Gerard Marull-Paretas 70322853a8 pm: device: move device busy APIs to pm subsystem
The following device busy APIs:

- device_busy_set()
- device_busy_clear()
- device_busy_check()
- device_any_busy_check()

were used for device PM, so they have been moved to the pm subsystem.
This means they are now prefixed with `pm_` and are defined in
`pm/device.h`.

If device PM is not enabled dummy functions are now provided that do
nothing or return `-ENOSYS`, meaning that the functionality is not
available.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-07-30 09:28:42 -04:00
..
bmp388.c pm: device: move device busy APIs to pm subsystem 2021-07-30 09:28:42 -04:00
bmp388.h pm: use enum for device PM states 2021-07-07 14:13:12 -04:00
bmp388_trigger.c pm: do not use deprecate Kconfig 2021-06-04 12:19:38 -05:00
CMakeLists.txt driver: sensor: Add support for BMP388 pressure sensor 2021-04-02 08:06:46 -05:00
Kconfig driver: sensor: Add support for BMP388 pressure sensor 2021-04-02 08:06:46 -05:00