#include <power_control/devices/dev_boost_typedef.h>
Data Fields | |
volatile uint16_t | counter |
Soft-Start VCAP Charge-Up Period Counter. More... | |
volatile uint16_t | period |
Soft-Start VCAP Charge-Up Period (minimum time to wait when voltage has settled) More... | |
volatile uint16_t | timeout_counter |
Soft-Start VCAP Charge-Up Timeout Counter. More... | |
volatile uint16_t | timeout |
Soft-Start VCAP Charge-Up Monitor Period Counter Timeout (state machine fault state trigger) More... | |
volatile uint16_t | v_drop |
Acceptable voltage drop between input and output voltage when output capacitor is charging up. More... | |
Definition at line 287 of file dev_boost_typedef.h.
volatile uint16_t counter |
Soft-Start VCAP Charge-Up Period Counter.
Definition at line 289 of file dev_boost_typedef.h.
volatile uint16_t period |
Soft-Start VCAP Charge-Up Period (minimum time to wait when voltage has settled)
Definition at line 290 of file dev_boost_typedef.h.
volatile uint16_t timeout |
Soft-Start VCAP Charge-Up Monitor Period Counter Timeout (state machine fault state trigger)
Definition at line 292 of file dev_boost_typedef.h.
volatile uint16_t timeout_counter |
Soft-Start VCAP Charge-Up Timeout Counter.
Definition at line 291 of file dev_boost_typedef.h.
volatile uint16_t v_drop |
Acceptable voltage drop between input and output voltage when output capacitor is charging up.
Definition at line 293 of file dev_boost_typedef.h.