Digital Power Starter Kit 3 Firmware  DM330017-3, Rev.3.0
dsPIC33C Buck Converter Peak Current 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 [2]
 
volatile int32_t BCoefficients [3]
 

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[2]

Definition at line 55 of file v_loop.h.

◆ BCoefficients

volatile int32_t BCoefficients[3]

Definition at line 56 of file v_loop.h.


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