2.89.20 PWMx_ChannelOverrideEnable Function
C
/* x = PWM instance number */
void PWMx_ChannelOverrideEnable(PWM_CHANNEL_NUM channel)
Summary
This function overrides the PWM output
Description
This function overrides the PWM output as the value defined in PWM_OOV register
Precondition
PWMx_Initialize() function must have been called first for the associated instance.
Parameters
| Param | Description |
|---|---|
| channel | PWM channel |
Returns
None
Example
PWM0_Initialize();
PWM0_ChannelOverrideEnable(PWM_CHANNEL_0);
Remarks
None
