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_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 139 of file mbed_stats.h.
Field Documentation
Compiler ID mbed_compiler_id_t.
Definition at line 142 of file mbed_stats.h.
uint32_t compiler_version |
Compiler version.
Definition at line 143 of file mbed_stats.h.
uint32_t cpu_id |
CPUID Register data (Cortex-M only supported)
Definition at line 141 of file mbed_stats.h.
uint32_t os_version |
Mbed OS Version (Release only)
Definition at line 140 of file mbed_stats.h.
Generated on Tue Jul 12 2022 20:37:47 by
