Public properties of the first application layer task. More...
Variables | |
volatile struct FAULT_OBJECT_s | fltobj_BuckUVLO |
Under Voltage Lock Out Fault Object. More... | |
volatile struct FAULT_OBJECT_s | fltobj_BuckOVLO |
Over Voltage Lock Out Fault Object. More... | |
volatile struct FAULT_OBJECT_s | fltobj_BuckOCP |
Over Current Protection Fault Object. More... | |
volatile struct FAULT_OBJECT_s | fltobj_BuckRegErr |
Regulation Error Fault Object. More... | |
Public properties of the first application layer task.
This is the detailed description of public variables, data types, enumerations, defines and macros of the fault monitor application layer.
struct FAULT_OBJECT_s fltobj_BuckOCP |
Over Current Protection Fault Object.
This fault object monitors the average output current of the power supply scanning for conditions exceeding the maximum allowed output current level for the specified amount of time.
Definition at line 1 of file app_fault_monitor.c.
struct FAULT_OBJECT_s fltobj_BuckOVLO |
Over Voltage Lock Out Fault Object.
This fault object monitors the input voltage of the power supply scanning for conditions exceeding the maximum allowed input voltage level for the specified amount of time.
Definition at line 1 of file app_fault_monitor.c.
struct FAULT_OBJECT_s fltobj_BuckRegErr |
Regulation Error Fault Object.
This fault object monitors the deviation between voltage reference and most recent output voltage of the power supply scanning for conditions where a maximum allowed deviation is exceeded for the specified amount of time.
Definition at line 1 of file app_fault_monitor.c.
struct FAULT_OBJECT_s fltobj_BuckUVLO |
Under Voltage Lock Out Fault Object.
This fault object monitors the input voltage of the power supply scanning for conditions violating the minimum required input voltage level for the specified amount of time.
Definition at line 1 of file app_fault_monitor.c.