3.8.3 mcHalI_PwmInterruptEnable
C
/* Enable PWM fault interrupt */
void mcHalI_PwmInterruptEnable( void )
Summary
Enables the PWM fault interrupt
Description
This function enables the PWM fault interrupt for the specified PWM peripheral. It uses the QSpin GUI-configured peripheral API to enable the PWM fault interrupt.
Precondition
None.
Parameters
Param | Description |
---|---|
void | None. |
Returns
None
Example
/* Enable PWM fault interrupt */ mcHalI_PwmInterruptEnable();
Remarks
None.