mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

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 system is up and running.
us_timestamp_t idle_time
 Time spent in idle thread since system is up and running.
us_timestamp_t sleep_time
 Time spent in sleep since system is up and running.
us_timestamp_t deep_sleep_time
 Time spent in deep sleep since system is up and running.

Detailed Description

struct mbed_stats_cpu_t definition

Definition at line 91 of file mbed_stats.h.


Field Documentation

Time spent in deep sleep since system is up and running.

Definition at line 95 of file mbed_stats.h.

Time spent in idle thread since system is up and running.

Definition at line 93 of file mbed_stats.h.

Time spent in sleep since system is up and running.

Definition at line 94 of file mbed_stats.h.

Time since system is up and running.

Definition at line 92 of file mbed_stats.h.