1.42.11.15 PWMx_ChannelOverrideDisable Function

C

/* x = PWM instance number */

void PWMx_ChannelOverrideDisable(PWM_CHANNEL_NUM channel)

Summary

This function disables overriding of the PWM output

Description

This function disables overriding of the PWM output

Precondition

PWMx_Initialize() function must have been called first for the associated instance.

Parameters

Param Description
channel PWM channel

Returns

None

Example

PWM0_Initialize();
PWMx_ChannelOverrideDisable(PWM_CHANNEL_0);

Remarks

None