1.1.8.4 PWMx_OutputConfig Function

C

/* x = PWM instance number */

void PWMx_OutputConfig (PWM_OUTPUT pwmOutput)

Summary

Selects the polarity of the PWM output ON state

Description

Selects the polarity of the PWM output ON state

Precondition

None

Parameters

Param Description
pwmOutput polarity of the PWM output ON state based on Enum of type PWM_OUTPUT

Returns

None

Example

PWM0_OutputConfig(PWM_OUTPUT_ON_STATE_ACTIVE_LOW);

Remarks

None