This data structure is a collection of data structures for fault handling. More...
#include <fault_handler/drivers/drv_fault_handler.h>
Data Fields | |
volatile struct FLT_OBJECT_STATUS_s | Status |
Status word of this fault object. More... | |
volatile uint16_t | Counter |
Fault event counter (controlled by FAULT HANDLER) More... | |
volatile struct FLT_COMPARE_OBJECT_s | SourceObject |
Object which should be monitored. More... | |
volatile struct FLT_COMPARE_OBJECT_s | ReferenceObject |
Reference object the source should be compared with. More... | |
volatile struct FLT_EVENT_RESPONSE_s | TripResponse |
Settings defining the fault trip event. More... | |
volatile struct FLT_EVENT_RESPONSE_s | RecoveryResponse |
Settings defining the fault recovery event. More... | |
This data structure is a collection of data structures for fault handling.
Definition at line 131 of file drv_fault_handler.h.
volatile uint16_t Counter |
Fault event counter (controlled by FAULT HANDLER)
Definition at line 134 of file drv_fault_handler.h.
volatile struct FLT_EVENT_RESPONSE_s RecoveryResponse |
Settings defining the fault recovery event.
Definition at line 134 of file drv_fault_handler.h.
volatile struct FLT_COMPARE_OBJECT_s ReferenceObject |
Reference object the source should be compared with.
Definition at line 134 of file drv_fault_handler.h.
volatile struct FLT_COMPARE_OBJECT_s SourceObject |
Object which should be monitored.
Definition at line 134 of file drv_fault_handler.h.
volatile struct FLT_OBJECT_STATUS_s Status |
Status word of this fault object.
Definition at line 122 of file drv_fault_handler.h.
volatile struct FLT_EVENT_RESPONSE_s TripResponse |
Settings defining the fault trip event.
Definition at line 134 of file drv_fault_handler.h.