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

Data structure packing A- and B- coefficient arrays in a linear memory space for optimized DSP code execution. More...

#include <power_control/drivers/v_loop.h>

+ Collaboration diagram for V_LOOP_CONTROL_LOOP_COEFFICIENTS_s:

Data Fields

volatile int32_t ACoefficients [4]
 
volatile int32_t BCoefficients [5]
 

Detailed Description

Data structure packing A- and B- coefficient arrays in a linear memory space for optimized DSP code execution.

Definition at line 53 of file v_loop.h.

Field Documentation

◆ ACoefficients

volatile int32_t ACoefficients[4]

Definition at line 55 of file v_loop.h.

◆ BCoefficients

volatile int32_t BCoefficients[5]

Definition at line 56 of file v_loop.h.


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