Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
mcc_custom_config.c
1
8#include <xc.h>
12#include "pwrctrl/pwrctrl.h"
13
14
25{
26 // Initialize PWM as re-triggerable for the cascaded PWM scheme
27 // and setup the PWM fault PCI for hardware fault
29
30}
Contains ADC initialization that was not supported by MCC generated code.
Contains PWM initialization that was not supported by MCC generated code.
Contain the peripheral header files with MCC extension code.
void MCC_Custom_User_Config(void)
Contains custom peripheral initialization.
static __inline__ void DRV_Config_Custom_PWM(void)
Contains PWM initialization that was not supported by MCC generated code.