Power converter status flags. More...
#include <psfb_droop.X/sources/pwrctrl/pwrctrl_typedef.h>
Data Fields | ||
union { | ||
uint16_t value | ||
}; | ||
This data structure is used to indicate when the there is a fault or running power supply.
Definition at line 88 of file pwrctrl_typedef.h.
union { ... } |
unsigned FaultActive |
Definition at line 92 of file pwrctrl_typedef.h.
unsigned notUsed |
Definition at line 93 of file pwrctrl_typedef.h.
unsigned Running |
Definition at line 91 of file pwrctrl_typedef.h.
uint16_t value |
Definition at line 95 of file pwrctrl_typedef.h.