mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

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 109 of file cmsis/BUILD/mbed/platform/mbed_stats.h.


Field Documentation

Time spent in deep sleep since the system has started.

Definition at line 113 of file cmsis/BUILD/mbed/platform/mbed_stats.h.

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

Definition at line 111 of file cmsis/BUILD/mbed/platform/mbed_stats.h.

Time spent in sleep since the system has started.

Definition at line 112 of file cmsis/BUILD/mbed/platform/mbed_stats.h.

Time since the system has started.

Definition at line 110 of file cmsis/BUILD/mbed/platform/mbed_stats.h.