Mbed OS Reference
Loading...
Searching...
No Matches
mbed_stats_cpu_t Struct Reference

struct mbed_stats_cpu_t definition More...

#include <mbed_stats.h>

Data Fields

us_timestamp_t uptime
 Time since the system has started. More...
 
us_timestamp_t idle_time
 Time spent in the idle thread since the system has started. More...
 
us_timestamp_t sleep_time
 Time spent in sleep since the system has started. More...
 
us_timestamp_t deep_sleep_time
 Time spent in deep sleep since the system has started. More...
 

Detailed Description

struct mbed_stats_cpu_t definition

Definition at line 110 of file mbed_stats.h.

Field Documentation

◆ uptime

Time since the system has started.

Definition at line 111 of file mbed_stats.h.

◆ idle_time

us_timestamp_t idle_time

Time spent in the idle thread since the system has started.

Definition at line 112 of file mbed_stats.h.

◆ sleep_time

us_timestamp_t sleep_time

Time spent in sleep since the system has started.

Definition at line 113 of file mbed_stats.h.

◆ deep_sleep_time

us_timestamp_t deep_sleep_time

Time spent in deep sleep since the system has started.

Definition at line 114 of file mbed_stats.h.