MoJo / ER2_Robot_gnuarmeclipse_lpc1768-V2

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

mbed_stats_cpu_t Struct Reference

mbed_stats_cpu_t Struct Reference
[stats functions]

struct mbed_stats_cpu_t definition More...

#include <mbed_stats.h>

Data Fields

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

Detailed Description

struct mbed_stats_cpu_t definition

Definition at line 93 of file mbed_stats.h.


Field Documentation

Time spent in deep sleep since the system has started.

Definition at line 97 of file mbed_stats.h.

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

Definition at line 95 of file mbed_stats.h.

Time spent in sleep since the system has started.

Definition at line 96 of file mbed_stats.h.

Time since the system has started.

Definition at line 94 of file mbed_stats.h.