|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
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 |
Runtime power statistics.
| uint64_t ove_pm_stats::time_in_state_us[OVE_PM_STATE_COUNT] |
Cumulative time per state.
| uint32_t ove_pm_stats::transition_count[OVE_PM_STATE_COUNT] |
Entries per state.
| uint64_t ove_pm_stats::total_runtime_us |
Total tracked time.
| uint32_t ove_pm_stats::active_pct_x100 |
Active % in hundredths.