|
Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
#include <stdbool.h>#include <stdint.h>#include <zephyr/pm/state.h>#include <zephyr/sys/slist.h>#include <zephyr/toolchain.h>Go to the source code of this file.
Data Structures | |
| struct | pm_policy_latency_subscription |
| Latency change subscription. More... | |
| struct | pm_policy_latency_request |
| Latency request. More... | |
Macros | |
| #define | PM_ALL_SUBSTATES (UINT8_MAX) |
Typedefs | |
| typedef void(* | pm_policy_latency_changed_cb_t) (int32_t latency) |
| Callback to notify when maximum latency changes. More... | |