ChibiOS 21.11.4
ch_rfcu Struct Reference

Type of an RFCU structure. More...

#include <chrfcu.h>

Collaboration diagram for ch_rfcu:
Collaboration graph

Data Fields

rfcu_mask_t mask
 Mask of the pending runtime faults.

Detailed Description

Type of an RFCU structure.

Definition at line 68 of file chrfcu.h.

Field Documentation

◆ mask

rfcu_mask_t ch_rfcu::mask

Mask of the pending runtime faults.

Definition at line 72 of file chrfcu.h.

Referenced by __rfcu_object_init(), chRFCUCollectFaultsI(), and chRFCUGetAndClearFaultsI().