Skip to content

Commit

Permalink
Completed fault object declaration and initialization of UVLO, OVLO, …
Browse files Browse the repository at this point in the history
…OVP, OCP, OTW and OTP for converter #1 and #2
  • Loading branch information
areiter128 committed Dec 18, 2019
1 parent 6f38ffd commit d12d50f
Show file tree
Hide file tree
Showing 2 changed files with 592 additions and 33 deletions.
4 changes: 2 additions & 2 deletions h/apl/config/UserFaultObjects.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ typedef enum {

// FLTOBJ_POWER_SOURCE_FAILURE, // Input voltage is out of range preventing DC/DC converters to run
FLTOBJ_POWER_CONTROL_FAILURE_PORT_A, // A critical fault was detected in DC/DC converter of port A
FLTOBJ_POWER_CONTROL_FAILURE_PORT_B // A critical fault was detected in DC/DC converter of port B
FLTOBJ_POWER_CONTROL_FAILURE_PORT_B, // A critical fault was detected in DC/DC converter of port B
// FLTOBJ_SOFT_START, // Fault object Soft-Start Failure

FLTOBJ_UVLO, // Fault object Under Voltage Lock-Out
FLTOBJ_OVLO, // Fault object Over Voltage Lock-Out
FLTOBJ_OVP_USB_PORT_1, // Fault object Output Over Voltage Protection of USB port converter #1
FLTOBJ_OCP_USB_PORT_1, // Fault object Over Current Protection of USB port converter #1
FLTOBJ_OTW_USB_PORT_1, // Fault object Over Temperature Warning of USB port converter #1
FLTOBJ_OTP_USB_PORT_1 // Fault object Over Temperature Protection of USB port converter #1
FLTOBJ_OTP_USB_PORT_1, // Fault object Over Temperature Protection of USB port converter #1
FLTOBJ_OVP_USB_PORT_2, // Fault object Output Over Voltage Protection of USB port converter #2
FLTOBJ_OCP_USB_PORT_2, // Fault object Over Current Protection of USB port converter #2
FLTOBJ_OTW_USB_PORT_2, // Fault object Over Temperature Warning of USB port converter #2
Expand Down
Loading

0 comments on commit d12d50f

Please sign in to comment.