Collection of faults to be monitored. More...
#include <psfb_droop.X/sources/fault/fault_typedef.h>
Data Fields | |
FAULT_OBJ_T | IPrimaryOCP |
Fault object for Primary over current protection. | |
FAULT_OBJ_T | ISecondaryOCP |
Fault object for Secondary over current protection. | |
FAULT_OBJ_T | VPrimaryOVP |
Fault object for Primary over voltage protection. | |
FAULT_OBJ_T | VPrimaryUVP |
Fault object for Primary under voltage protection. | |
FAULT_OBJ_T | VSecondaryOVP |
Fault object for Secondary over voltage protection. | |
FAULT_OBJ_T | VSecondaryUVP |
Fault object for Secondary under voltage protection. | |
FAULT_OBJ_T | ISenseSCP |
Fault object for Short circuit protection. | |
FAULT_OBJ_T | PowerSupplyOTP |
Fault object for Power Supply Temperature. | |
FAULT_OBJ_T | VRail_5V |
Fault object for 5V rail. | |
This data structure in a collection of fault data objects that needs to be monitored by the fault tasks.
Definition at line 19 of file fault_typedef.h.
FAULT_OBJ_T IPrimaryOCP |
Definition at line 21 of file fault_typedef.h.
FAULT_OBJ_T ISecondaryOCP |
Definition at line 22 of file fault_typedef.h.
FAULT_OBJ_T ISenseSCP |
Definition at line 27 of file fault_typedef.h.
FAULT_OBJ_T PowerSupplyOTP |
Definition at line 28 of file fault_typedef.h.
FAULT_OBJ_T VPrimaryOVP |
Definition at line 23 of file fault_typedef.h.
FAULT_OBJ_T VPrimaryUVP |
Definition at line 24 of file fault_typedef.h.
FAULT_OBJ_T VRail_5V |
Definition at line 29 of file fault_typedef.h.
FAULT_OBJ_T VSecondaryOVP |
Definition at line 25 of file fault_typedef.h.
FAULT_OBJ_T VSecondaryUVP |
Definition at line 26 of file fault_typedef.h.