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.
mbed_stats_sys_t Struct Reference
[stats functions]
struct mbed_stats_sys_t definition More...
#include <mbed_stats.h>
Data Fields | |
uint32_t | os_version |
Mbed OS Version (Release only) | |
uint32_t | cpu_id |
CPUID Register data (Cortex-M only supported) | |
mbed_compiler_id_t | compiler_id |
Compiler ID mbed_compiler_id_t. | |
uint32_t | compiler_version |
Compiler version. |
Detailed Description
struct mbed_stats_sys_t definition
Definition at line 140 of file mbed_stats.h.
Field Documentation
Compiler ID mbed_compiler_id_t.
Definition at line 143 of file mbed_stats.h.
uint32_t compiler_version |
Compiler version.
Definition at line 144 of file mbed_stats.h.
uint32_t cpu_id |
CPUID Register data (Cortex-M only supported)
Definition at line 142 of file mbed_stats.h.
uint32_t os_version |
Mbed OS Version (Release only)
Definition at line 141 of file mbed_stats.h.
Generated on Tue Aug 9 2022 00:37:34 by
