ChibiOS
21.6.0
|
Type of system data structure. More...
#include <chobjects.h>
Data Fields | |
system_state_t | state |
Operating system state. More... | |
os_instance_t * | instances [PORT_CORES_NUMBER] |
Initialized OS instances or NULL . More... | |
tm_calibration_t | tmc |
Time measurement calibration data. More... | |
registry_t | reglist |
Registry header. More... | |
rfcu_t | rfcu |
Runtime Faults Collection Unit. More... | |
Type of system data structure.
Definition at line 457 of file chobjects.h.
system_state_t ch_system::state |
Operating system state.
Definition at line 461 of file chobjects.h.
Referenced by chSysHalt(), chSysInit(), and chSysWaitSystemState().
os_instance_t* ch_system::instances[PORT_CORES_NUMBER] |
Initialized OS instances or NULL
.
Definition at line 465 of file chobjects.h.
Referenced by chInstanceObjectInit().
tm_calibration_t ch_system::tmc |
Time measurement calibration data.
Definition at line 470 of file chobjects.h.
registry_t ch_system::reglist |
Registry header.
Definition at line 478 of file chobjects.h.
rfcu_t ch_system::rfcu |
Runtime Faults Collection Unit.
Definition at line 485 of file chobjects.h.
Referenced by chRFCUCollectFaultsI(), and chRFCUGetAndClearFaultsI().