Digital Power Starter Kit 3 Firmware
dsPIC33C Buck Converter Voltage Mode Control Example

Public variables of the Power Converter Control driver. More...

+ Collaboration diagram for Variables:

Variables

volatile int16_t v_loop_pterm_factor = 0x639F
 Q15 fractional of the P-Term Coefficient for Plant Measurements. More...
 
volatile int16_t v_loop_pterm_scaler = 0xFFFF
 Bit-shift scaler of the P-Term Coefficient for Plant Measurements. More...
 

Detailed Description

Public variables of the Power Converter Control driver.

This is the detailed description of public variables of the Power Converter Control driver.

Variable Documentation

◆ v_loop_pterm_factor

v_loop_pterm_factor = 0x639F

Q15 fractional of the P-Term Coefficient for Plant Measurements.

Definition at line 89 of file v_loop.c.

◆ v_loop_pterm_scaler

v_loop_pterm_scaler = 0xFFFF

Bit-shift scaler of the P-Term Coefficient for Plant Measurements.

Definition at line 90 of file v_loop.c.