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
12
void
PwrCtrl_PWM_Update
(
POWER_CONTROL_t
* pcInstance);
13
void
PwrCtrl_PWM_Enable
(
void
);
14
void
PwrCtrl_PWM_Disable
(
void
);
15
16
#endif
/* DRV_PWRCTRL_PWM_H */
17
PwrCtrl_PWM_Update
void PwrCtrl_PWM_Update(POWER_CONTROL_t *pcInstance)
PWM distribution for DAB converter.
Definition
pwrctrl_pwm.c:24
PwrCtrl_PWM_Disable
void PwrCtrl_PWM_Disable(void)
Disable the PWM output.
Definition
pwrctrl_pwm.c:127
PwrCtrl_PWM_Enable
void PwrCtrl_PWM_Enable(void)
Enable the PWM output.
Definition
pwrctrl_pwm.c:97
POWER_CONTROL_s
Power control API structure.
Definition
pwrctrl_typedef.h:167
© Copyright 1998-2022 Microchip Technology Inc. All rights reserved.