1.8.14.14 1.27.13.14 1.28.16.14 1.34.11.14 1.41.13.14 1.42.11.14 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