1.1.6.9 LEDx_SegmentsStepSizeSet Function

C

/* x = LED peripheral instance number */

void LEDx_SegmentsStepSizeSet(uint32_t stepSzVal)

Summary

Configures the amount the current duty cycle is adjusted at the end of every PWM period

Description

Configures the amount the current duty cycle is adjusted at the end of every PWM period

Precondition

None

Parameters

Param Description
stepSzVal Step size value, bitwise OR of all the steps

Returns

None

Example

LED0_SegmentsStepSizeSet(0x87654321);

Remarks

None