Bar Logo Dual Active Bridge Development Board (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
12void PwrCtrl_PWM_Update(POWER_CONTROL_t* pcInstance);
13void PwrCtrl_PWM_Enable(void);
14void PwrCtrl_PWM_Disable(void);
15void PwrCtrl_PWM_DAB_DirectionSpecificSwapCfg(PWR_CTRL_CHARGE_STATE_t direction);
16#endif /* DRV_PWRCTRL_PWM_H */
17
void PwrCtrl_PWM_DAB_DirectionSpecificSwapCfg(PWR_CTRL_CHARGE_STATE_t direction)
Forward/Reverse Direction related swap pattern on PWM output.
void PwrCtrl_PWM_Update(POWER_CONTROL_t *pcInstance)
PWM distribution for DAB converter.
Definition pwrctrl_pwm.c:25
void PwrCtrl_PWM_Disable(void)
Disable the PWM output.
void PwrCtrl_PWM_Enable(void)
Enable the PWM output.
Power control API structure.