3.8.6 mcHalI_InverterPwmDisable
C
/* Disable three phase inverter */
void mcHalI_InverterPwmDisable( void )
Summary
Disable three phase inverter
Description
This function deactivates the inverter PWM by disabling the specified PWM peripheral instance. It employs the QSpin GUI-configured peripheral API to carry out this operation.
Precondition
None.
Parameters
Param | Description |
---|---|
void | None. |
Returns
None
Example
/* Disable three phase inverter */ mcHalI_InverterPwmDisable();
Remarks
None.