Digital Power Starter Kit 3 Firmware
dsPIC33C Boost Converter Voltage Mode Control Example
BOOST_STARTUP_VCAP_PRECHARGE_s Struct Reference

#include <power_control/devices/dev_boost_typedef.h>

+ Collaboration diagram for BOOST_STARTUP_VCAP_PRECHARGE_s:

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...
 

Detailed Description

Definition at line 287 of file dev_boost_typedef.h.

Field Documentation

◆ counter

volatile uint16_t counter

Soft-Start VCAP Charge-Up Period Counter.

Definition at line 289 of file dev_boost_typedef.h.

◆ period

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.

◆ timeout

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.

◆ timeout_counter

volatile uint16_t timeout_counter

Soft-Start VCAP Charge-Up Timeout Counter.

Definition at line 291 of file dev_boost_typedef.h.

◆ v_drop

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.


The documentation for this struct was generated from the following file: