1.1.8.7 PWMx_OffCountSet Function

C

/* x = PWM instance number */

void PWMx_OffCountSet (uint16_t offCount)

Summary

Sets the off-time period of the PWM signal

Description

Sets the off-time period of the PWM signal

Precondition

None

Parameters

Param Description
offCount off-time period of the PWM signal

Returns

None

Example

PWM0_OffCountSet(1000);

Remarks

None