FC fault input configuration. More...
#include <fc.h>
Data Fields | |
| uint8_t | fault_id |
| fc_fault_type_en | type |
| bool | mask |
FC fault input configuration.
Defines one fault input source, including the fault ID, input signal type, and whether the hardware fault log is masked for that source.
| uint8_t fc_fault_config_t::fault_id |
Fault ID in range [0, (FC_CONFIG_FAULT_GRP_NUM * 32) - 1].
| fc_fault_type_en fc_fault_config_t::type |
Fault input signal type.
| bool fc_fault_config_t::mask |
true disables logging for this fault.