zephyr/doc/guides/pm/device_runtime.rst
Gerard Marull-Paretas 40a94743a3 doc: guides: pm: device_runtime: remove outdated statement
The device runtime API does no longer use pm_device_state_set().

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-11-13 07:59:51 -05:00

10 lines
415 B
ReStructuredText

Device Runtime Power Management
###############################
The Device Runtime Power Management framework is an Active Power
Management mechanism which reduces the overall system Power consumtion
by suspending the devices which are idle or not being used while the
System is active or running.
The interfaces and APIs provided by the Device Runtime PM are
designed to be generic and architecture independent.