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

Runtime power statistics. More...

#include <pm.h>

Data Fields

uint64_t time_in_state_us [OVE_PM_STATE_COUNT]
 
uint32_t transition_count [OVE_PM_STATE_COUNT]
 
uint64_t total_runtime_us
 
uint32_t active_pct_x100
 

Detailed Description

Runtime power statistics.

Field Documentation

◆ time_in_state_us

uint64_t ove_pm_stats::time_in_state_us[OVE_PM_STATE_COUNT]

Cumulative time per state.

◆ transition_count

uint32_t ove_pm_stats::transition_count[OVE_PM_STATE_COUNT]

Entries per state.

◆ total_runtime_us

uint64_t ove_pm_stats::total_runtime_us

Total tracked time.

◆ active_pct_x100

uint32_t ove_pm_stats::active_pct_x100

Active % in hundredths.


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