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.
Fork of mbed-dev by
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.
Generated on Tue Jul 12 2022 20:37:47 by
