Power converter status flags. More...
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 79 of file pwrctrl_typedef.h.
union { ... } |
unsigned FaultActive |
Definition at line 83 of file pwrctrl_typedef.h.
unsigned notUsed |
Definition at line 84 of file pwrctrl_typedef.h.
unsigned Running |
Definition at line 82 of file pwrctrl_typedef.h.
uint16_t value |
Definition at line 86 of file pwrctrl_typedef.h.