Astra MCU SDK Peripheral Driver Library
Loading...
Searching...
No Matches
fc_fault_config_t Struct Reference

FC fault input configuration. More...

#include <fc.h>

Data Fields

uint8_t fault_id
fc_fault_type_en type
bool mask

Detailed Description

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.

Field Documentation

◆ fault_id

uint8_t fc_fault_config_t::fault_id

Fault ID in range [0, (FC_CONFIG_FAULT_GRP_NUM * 32) - 1].

◆ type

fc_fault_type_en fc_fault_config_t::type

Fault input signal type.

◆ mask

bool fc_fault_config_t::mask

true disables logging for this fault.