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 "dab_psio/dcdt_generated_code/dab_psio_dcdt.h"
#include "dab_pspo/dcdt_generated_code/dab_pspo_dcdt.h"
#include "dab_psvo/dcdt_generated_code/dab_psvo_dcdt.h"
#include "dab_spio/dcdt_generated_code/dab_spio_dcdt.h"
#include "dab_sppo/dcdt_generated_code/dab_sppo_dcdt.h"
#include "dab_spvo/dcdt_generated_code/dab_spvo_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_PComp_Initialize (void) |
Initialize the Power Loop Control. | |
void | PwrCtrl_ResetControlLoopHistories (void) |
Clear the control and error histories of the control loops. | |
Variables | |
SMPS_2P2Z_T | VMC_2p2z |
Data Object of voltage mode control generated by DCDT. | |
SMPS_2P2Z_T | IMC_2p2z |
Data Object of current mode control. | |
SMPS_2P2Z_T | PMC_2p2z |
Data Object of power mode control. | |
SMPS_2P2Z_T | VMC_2p2z_Rev |
Data Object of voltage mode control generated by DCDT. | |
SMPS_2P2Z_T | IMC_2p2z_Rev |
Data Object of current mode control. | |
SMPS_2P2Z_T | PMC_2p2z_Rev |
Data Object of power mode control. | |
<>
Definition in file pwrctrl_dcdt.h.