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... | |
struct mbed_stats_cpu_t definition
Definition at line 110 of file mbed_stats.h.
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.
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.
us_timestamp_t sleep_time |
Time spent in sleep since the system has started.
Definition at line 113 of file mbed_stats.h.
us_timestamp_t uptime |
Time since the system has started.
Definition at line 111 of file mbed_stats.h.