Contains DAB control phase calculation between primary and secondary, and the PWM distribution. More...
#include <xc.h>
#include <stdbool.h>
#include "pwrctrl.h"
#include "pwm_hs/pwm.h"
#include "pwrctrl_typedef.h"
#include "../driver/mcc_extension/drv_mcc_extension_pwm.h"
Go to the source code of this file.
Functions | |
void | PwrCtrl_PWM_Update (POWER_CONTROL_t *pcInstance) |
PWM distribution for DAB converter. | |
void | PwrCtrl_PWM_Enable (void) |
Enable the PWM output. | |
void | PwrCtrl_PWM_Disable (void) |
Disable the PWM output. | |
void | PwrCtrl_PWM_DAB_DirectionSpecificSwapCfg (PWR_CTRL_CHARGE_STATE_t direction) |
Forward/Reverse Direction related swap pattern on PWM output. | |
<>
Definition in file pwrctrl_pwm.c.