1.1.8.8 PWMx_OffCountGet Function

C

/* x = PWM instance number */

uint16_t PWMx_OffCountGet (void)

Summary

Returns the off-time period of the PWM signal

Description

Returns the off-time period of the PWM signal

Precondition

None

Parameters

None

Returns

PWM off-time count value

Example

uint16_t offCount = PWM0_OffCountGet();

Remarks

None