1.1.6.3 LEDx_DutyCycleCountSet Function

C

/* x = LED peripheral instance number */

void LEDx_DutyCycleCountSet(uint8_t dutyCycle)

Summary

Configures the duty cycle of the blink function in LED blinking mode

Description

Configures the duty cycle of the blink function in LED blinking mode

Precondition

None

Parameters

Param Description
dutyCycle duty cycle of the blink function in LED blinking mode

Returns

None

Example

LED0_DutyCycleCountSet(50);

Remarks

None