1.8.14.9 1.25.13.9 1.26.12.9 1.27.13.9 1.28.16.9 1.34.11.9 1.41.13.9 1.42.11.9 PWMx_ChannelCounterEventDisable Function
C
/* x = PWM instance number */ void PWMx_ChannelCounterEventDisable (PWM_CHANNEL_MASK channelMask)
Summary
Disables counter event of given channels
Description
This function disables the counter event of channels specified in channelMask.
Precondition
PWMx_Initialize() function must have been called first for the associated instance.
Parameters
Param | Description |
---|---|
channelMask | set of channel numbers |
Returns
None
Example
PWM0_Initialize();
PWM0_ChannelCounterEventDisable(PWM_CHANNEL_0_MASK);
Remarks
None