3.8.5 mcHalI_InverterPwmEnable

C


/* Enable three phase inverter */
void mcHalI_InverterPwmEnable( void )	

Summary

Enable the three phase inverter

Description

This function activates the inverter PWM by enabling the specified PWM module instance. It utilizes the QSpin GUI-configured peripheral API to execute this operation

Precondition

None.

Parameters

ParamDescription
voidNone.

Returns

None

Example


/* Enable three phase inverter */
mcHalI_InverterPwmEnable();
    

Remarks

None.