Contains individual DCDT control loop initialization functions. More...
Go to the source code of this file.
Functions | |
int16_t IMC_2p2zACoefficients[2] | __attribute__ ((space(xmemory))) |
Current Loop A-coefficient array. | |
int16_t IMC_2p2zControlHistory[2] | __attribute__ ((space(ymemory), far)) |
Current Loop Control history. | |
void | PwrCtrl_IComp_Initialize (void) |
Initialize the Current Loop Control. | |
void | PwrCtrl_IComp_3p3z_Initialize (void) |
Initialize the Current Loop Control. | |
void | PwrCtrl_VComp_Initialize (void) |
Initialize the Voltage Loop Control. | |
void | PwrCtrl_ResetControlLoopHistories (void) |
Clear the control and error histories of the control loops. | |
Variables | |
SMPS_2P2Z_T | IMC_2p2z |
Data Object of current mode control. | |
SMPS_3P3Z_T | IMC_3p3z |
Data Object of current mode control. | |
SMPS_2P2Z_T | VMC_2p2z |
Data Object of voltage mode control generated by DCDT. | |
Generated main.c file from MPLAB Code Configurator
@Company Microchip Technology Inc.
@File Name dev_TPBLPFC_typedef.c
@Summary This is the generated main.c using PIC24 / dsPIC33 / PIC32MM MCUs.
@Description This source file provides main entry point for system initialization and application code development. Generation Information : Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.170.0 Device : dsPIC33CH512MP506S1 The generated drivers are tested against the following: Compiler : XC16 v1.70 MPLAB : MPLAB X v6.00
Definition in file pwrctrl_dcdt.c.