2.90.25 PWM_OverrideHighEnable Function
C
inline static void PWM_OverrideHighEnable(PWM_GENERATOR genNum)
Summary
This inline function enables PWM override on PWMH output for specific PWM generator selected * by the argument PWM_GENERATOR Enum
Description
This function enables the override functionality on the PWMxH output for the specified PWM generator.
Precondition
None
Parameters
Param | Description |
---|---|
genNum | PWM generator number |
Returns
None
Example
PWM_OverrideHighEnable(PWM_GENERATOR_1);
Remarks
None