1.1.6.6 LEDx_HighDelaySet Function

C

/* x = LED peripheral instance number */

void LEDx_HighDelaySet(uint16_t hd)

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 MAX 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 MAX in register LED_LIMIT

Precondition

None

Parameters

Param Description
hd high delay value

Returns

None

Example

LED0_HighDelaySet(10);

Remarks

None