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