|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
PM subsystem configuration. More...
#include <pm.h>
Data Fields | |
| uint32_t | idle_threshold_ms |
| uint32_t | standby_threshold_ms |
| uint32_t | deep_sleep_threshold_ms |
PM subsystem configuration.
| uint32_t ove_pm_cfg::idle_threshold_ms |
Idle ms before ACTIVE→IDLE.
| uint32_t ove_pm_cfg::standby_threshold_ms |
Idle ms before IDLE→STANDBY.
| uint32_t ove_pm_cfg::deep_sleep_threshold_ms |
Idle ms before →DEEP_SLEEP.