1.1.6.7 LEDx_LowDelaySet Function

C

/* x = LED peripheral instance number */

void LEDx_LowDelaySet(uint16_t ld)

Summary

Specifies the number of PWM periods to wait before updating the current duty cycle when the current duty cycle is greater than or equal to the value MIN in register LED_LIMIT

Description

Specifies the number of PWM periods to wait before updating the current duty cycle when the current duty cycle is greater than or equal to the value MIN in register LED_LIMIT

Precondition

None

Parameters

Param Description
ld low delay value

Returns

None

Example

LED0_LowDelaySet(10);

Remarks

None