62#if CH_CFG_SMP_MODE == FALSE
82#if CH_CFG_SMP_MODE == FALSE
ChibiOS/RT main include file.
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask)
Runtime Faults Collection Unit hook.
struct ch_os_instance os_instance_t
Type of an OS instance structure.
void chRFCUCollectFaultsI(rfcu_mask_t mask)
Adds fault flags to the current mask.
uint32_t rfcu_mask_t
Type of a faults mask.
rfcu_mask_t chRFCUGetAndClearFaultsI(rfcu_mask_t mask)
Returns the current faults mask clearing it.
#define currcore
Access to current core's instance structure.
rfcu_t rfcu
Runtime Faults Collection Unit for this instance.
rfcu_mask_t mask
Mask of the pending runtime faults.
Type of system data structure.
rfcu_t rfcu
Runtime Faults Collection Unit.