Contains public functions and data types relevant for DCDT file interface. More...
#include <stdio.h>
#include <xc.h>
#include <stdint.h>
#include "smps_control.h"
#include "iloop/dcdt_generated_code/iloop_dcdt.h"
#include "iloop33/dcdt_generated_code/iloop_t_dcdt.h"
#include "vloop/dcdt_generated_code/vloop_dcdt.h"
Go to the source code of this file.
Functions | |
void | PwrCtrl_IComp_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. | |