This is the driver source file for the power controller. More...
Go to the source code of this file.
Functions | |
void | CurrentController_PwrCtrl_TPBLPFC_Init (void) |
void | VoltageController_PwrCtrl_TPBLPFC_Init (void) |
Variables | |
SMPS_2P2Z_T | VMC_2p2z |
SMPS_2P2Z_T | PHx_AVG_CM2p2z [3] |
int16_t | PH1_AVG_CM2p2zErrorHistory [3] |
int16_t | PH1_AVG_CM2p2zACoefficients [2] |
int16_t | PH1_AVG_CM2p2zControlHistory [2] |
int16_t | PH1_AVG_CM2p2zBCoefficients [3] |
uint16_t | PH1_AVG_CM2p2zReferenceSet |
int16_t | PH2_AVG_CM2p2zErrorHistory [3] |
int16_t | PH2_AVG_CM2p2zACoefficients [2] |
int16_t | PH2_AVG_CM2p2zControlHistory [2] |
int16_t | PH2_AVG_CM2p2zBCoefficients [3] |
uint16_t | PH2_AVG_CM2p2zReferenceSet |
int16_t | VMC_2p2zErrorHistory [3] |
int16_t | VMC_2p2zACoefficients [2] |
int16_t | VMC_2p2zControlHistory [2] |
int16_t | VMC_2p2zBCoefficients [3] |
uint16_t | VMC_2p2zReferenceSet |
Power Controller Typedef File
Definition in file drv_controller_TPBLPFC.c.
void CurrentController_PwrCtrl_TPBLPFC_Init | ( | void | ) |
Definition at line 90 of file drv_controller_TPBLPFC.c.
void VoltageController_PwrCtrl_TPBLPFC_Init | ( | void | ) |
Definition at line 168 of file drv_controller_TPBLPFC.c.
int16_t PH1_AVG_CM2p2zACoefficients[2] |
Definition at line 50 of file drv_controller_TPBLPFC.c.
int16_t PH1_AVG_CM2p2zBCoefficients[3] |
Definition at line 52 of file drv_controller_TPBLPFC.c.
int16_t PH1_AVG_CM2p2zControlHistory[2] |
Definition at line 51 of file drv_controller_TPBLPFC.c.
int16_t PH1_AVG_CM2p2zErrorHistory[3] |
Definition at line 49 of file drv_controller_TPBLPFC.c.
uint16_t PH1_AVG_CM2p2zReferenceSet |
Definition at line 53 of file drv_controller_TPBLPFC.c.
int16_t PH2_AVG_CM2p2zACoefficients[2] |
Definition at line 56 of file drv_controller_TPBLPFC.c.
int16_t PH2_AVG_CM2p2zBCoefficients[3] |
Definition at line 58 of file drv_controller_TPBLPFC.c.
int16_t PH2_AVG_CM2p2zControlHistory[2] |
Definition at line 57 of file drv_controller_TPBLPFC.c.
int16_t PH2_AVG_CM2p2zErrorHistory[3] |
Definition at line 55 of file drv_controller_TPBLPFC.c.
uint16_t PH2_AVG_CM2p2zReferenceSet |
Definition at line 59 of file drv_controller_TPBLPFC.c.
SMPS_2P2Z_T PHx_AVG_CM2p2z[3] |
Definition at line 35 of file drv_controller_TPBLPFC.c.
SMPS_2P2Z_T VMC_2p2z |
@Company Microchip Technology Inc.
@File Name Controller_pwrctrl_TPBLPFC.h
@Summary This is the generated driver implementation file using PIC24 / dsPIC33 / PIC32MM MCUs
@Description This source file provides Controller settings for average current mode and voltage mode controller. Generation Information : Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0 Device : dsPIC33CK256MP506
The generated drivers are tested against the following: Compiler : XC16 v1.70 MPLAB : MPLAB X v5.45
Definition at line 34 of file drv_controller_TPBLPFC.c.
int16_t VMC_2p2zACoefficients[2] |
Definition at line 74 of file drv_controller_TPBLPFC.c.
int16_t VMC_2p2zBCoefficients[3] |
Definition at line 76 of file drv_controller_TPBLPFC.c.
int16_t VMC_2p2zControlHistory[2] |
Definition at line 75 of file drv_controller_TPBLPFC.c.
int16_t VMC_2p2zErrorHistory[3] |
Definition at line 73 of file drv_controller_TPBLPFC.c.
uint16_t VMC_2p2zReferenceSet |
Definition at line 77 of file drv_controller_TPBLPFC.c.