diff --git a/doc/services/pm/device_runtime.rst b/doc/services/pm/device_runtime.rst index b0dd57db02e..a8b21fa2f29 100644 --- a/doc/services/pm/device_runtime.rst +++ b/doc/services/pm/device_runtime.rst @@ -226,3 +226,12 @@ asynchronous API: /* "put" device (decreases usage count, schedule suspend if no more users) */ return pm_device_runtime_put_async(dev, K_NO_WAIT); } + +Examples +******** + +Some helpful examples showing device runtime power management features: + +* :zephyr_file:`tests/subsys/pm/device_runtime_api/` +* :zephyr_file:`tests/subsys/pm/device_power_domains/` +* :zephyr_file:`tests/subsys/pm/power_domain/`