oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_pm_cfg Struct Reference

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
 

Detailed Description

PM subsystem configuration.

Field Documentation

◆ idle_threshold_ms

uint32_t ove_pm_cfg::idle_threshold_ms

Idle ms before ACTIVE→IDLE.

◆ standby_threshold_ms

uint32_t ove_pm_cfg::standby_threshold_ms

Idle ms before IDLE→STANDBY.

◆ deep_sleep_threshold_ms

uint32_t ove_pm_cfg::deep_sleep_threshold_ms

Idle ms before →DEEP_SLEEP.


The documentation for this struct was generated from the following file: