zephyr/subsys/pm
Gerard Marull-Paretas cc2f0e9c08 pm: use enum for device PM states
Move all PM_DEVICE_STATE_* definitions to an enum. The
PM_DEVICE_STATE_SET and PM_DEVICE_STATE_GET definitions have been kept
out of the enum since they do not represent any state. However, their
name has not been changed since they will be removed soon.

All drivers and tests have been adjusted accordingly.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-07-07 14:13:12 -04:00
..
policy pm: Fix policy manager header 2021-06-14 21:48:27 -04:00
CMakeLists.txt pm: move device_pm.c to device_runtime.c 2021-05-05 18:35:49 -04:00
device_runtime.c pm: use enum for device PM states 2021-07-07 14:13:12 -04:00
device.c pm: use enum for device PM states 2021-07-07 14:13:12 -04:00
Kconfig pm: device: remove CONFIG_PM_MAX_DEVICES 2021-05-29 07:38:06 -04:00
pm_ctrl.c pm: Fix policy manager header 2021-06-14 21:48:27 -04:00
pm_priv.h pm: Fix policy manager header 2021-06-14 21:48:27 -04:00
power.c pm: Fix policy manager header 2021-06-14 21:48:27 -04:00