Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
pwrctrl_isr.c
Go to the documentation of this file.
1
10#include <xc.h>
11#include <math.h>
12#include <stdbool.h>
13#include <stdlib.h>
14
15
16#include "adc/adc1.h"
17#include "system/pins.h"
18
19#include "pwrctrl.h"
20#include "fault/fault.h"
21
22#include "pwrctrl/pwrctrl_pwm.h"
23
24
27void PwrCtrl_DroopAverage(void);
28
29
This is the generated driver header file for the ADC1 driver.
Contains public fault functions.
Contains public functions for PWM.
void PwrCtrl_ControlLoopExecute(void)
Executes the power converter control loop.
void PwrCtrl_UpdateADConverterData(void)
This function updates the PSFB data members with ADC raw values.
void ControlLoop_Interrupt_CallBack(void)
Executes the power converter control loop.
Definition pwrctrl_isr.c:38
void PwrCtrl_DroopAverage(void)
Averages secondary current for droop.