2.59.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

ParamDescription
stepSzValStep size value, bitwise OR of all the steps

Returns

None

Example

LED0_SegmentsStepSizeSet(0x87654321);

Remarks

None