Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
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 110 of file mbed_stats.h.
Field Documentation
Time spent in deep sleep since the system has started.
Definition at line 114 of file mbed_stats.h.
Time spent in the idle thread since the system has started.
Definition at line 112 of file mbed_stats.h.
Time spent in sleep since the system has started.
Definition at line 113 of file mbed_stats.h.
Time since the system has started.
Definition at line 111 of file mbed_stats.h.
Generated on Tue Jul 12 2022 13:55:32 by
