Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
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... | |