Digital Power Starter Kit 3 Firmware
dsPIC33C Buck Converter Adaptive Gain 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...
 
volatile int16_t v_loop_agc_factor_default = 0x7FFF
 Q15 fractional of the Adaptive Gain Control Coefficient. More...
 
volatile int16_t v_loop_agc_scaler_default = 0x0000
 Bit-shift scaler of the Adaptive Gain Control Coefficient. 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_agc_factor_default

v_loop_agc_factor_default = 0x7FFF

Q15 fractional of the Adaptive Gain Control Coefficient.

Definition at line 93 of file v_loop.c.

◆ v_loop_agc_scaler_default

v_loop_agc_scaler_default = 0x0000

Bit-shift scaler of the Adaptive Gain Control Coefficient.

Definition at line 94 of file v_loop.c.

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