Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
pwrctrl_pwm.h
Go to the documentation of this file.
1
7#ifndef DRV_PWRCTRL_PWM_H
8#define DRV_PWRCTRL_PWM_H
9
10#include "pwrctrl_typedef.h"
11#include "pwrctrl/pwrctrl.h"
12
13
14 void PwrCtrl_PWM_Update(void);
15
16
17 void PwrCtrl_PWM_Enable(void);
18 void PwrCtrl_PWM_Disable(void);
20 void PwrCtrl_PWM_Initialize(void);
21 void PwrCtrl_PWM_SetDutyCyclePrimary(uint16_t dutycycle);
23#endif /* DRV_PWRCTRL_PWM_H */
24
void PwrCtrl_PWM_Update(void)
PWM distribution for PSFB converter.
Definition pwrctrl_pwm.c:26
void PwrCtrl_PWM_Disable(void)
Disable the PWM output.
void PwrCtrl_PWM_Initialize(void)
Initialize the PWM peripheral.
void PwrCtrl_PWM_SetDutyCyclePrimary(uint16_t dutycycle)
set the PWM output to particular duty cycle.
void PwrCtrl_PWM_Stop_Switching(void)
Disable the PWM output.
void PwrCtrl_PWM_Enable(void)
Enable the PWM output.
Definition pwrctrl_pwm.c:53
void PwrCtrl_PWM_UpdateSecondaryRectifiers(void)
set the PWM output to particular duty cycle.