Mistake on this page?
Report an issue in GitHub or email us
Data Fields
mbed_stats_sys_t Struct Reference

struct mbed_stats_sys_t definition More...

#include <mbed_stats.h>

Data Fields

uint32_t os_version
 Mbed OS version (populated only for tagged releases) More...
 
uint32_t cpu_id
 CPUID register data (Cortex-M only supported) More...
 
mbed_compiler_id_t compiler_id
 Compiler ID mbed_compiler_id_t. More...
 
uint32_t compiler_version
 Compiler version. More...
 
uint32_t ram_start [4]
 Start addresses of all internal RAM memories. More...
 
uint32_t ram_size [4]
 Size of all internal RAM memories in target. More...
 
uint32_t rom_start [4]
 Start addresses of all internal ROM memories. More...
 
uint32_t rom_size [4]
 Size of all internal ROM memories in target. More...
 

Detailed Description

struct mbed_stats_sys_t definition

Definition at line 159 of file mbed_stats.h.

Field Documentation

mbed_compiler_id_t compiler_id

Compiler ID mbed_compiler_id_t.

Definition at line 162 of file mbed_stats.h.

uint32_t compiler_version

Compiler version.

Definition at line 163 of file mbed_stats.h.

uint32_t cpu_id

CPUID register data (Cortex-M only supported)

Definition at line 161 of file mbed_stats.h.

uint32_t os_version

Mbed OS version (populated only for tagged releases)

Definition at line 160 of file mbed_stats.h.

uint32_t ram_size[4]

Size of all internal RAM memories in target.

Definition at line 165 of file mbed_stats.h.

uint32_t ram_start[4]

Start addresses of all internal RAM memories.

Definition at line 164 of file mbed_stats.h.

uint32_t rom_size[4]

Size of all internal ROM memories in target.

Definition at line 167 of file mbed_stats.h.

uint32_t rom_start[4]

Start addresses of all internal ROM memories.

Definition at line 166 of file mbed_stats.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.