1.1.6.2 LEDx_ClockPrescalerSet Function
C
/* x = LED peripheral instance number */
void LEDx_ClockPrescalerSet(uint16_t prescaler)
Summary
Configures the prescaler for the PWM clock in LED blinking mode
Description
Configures the prescaler for the PWM clock in LED blinking mode
Precondition
None
Parameters
Param | Description |
---|---|
prescaler | Prescaler for the PWM clock in LED blinking mode |
Returns
None
Example
LED0_ClockPrescalerSet(2);
Remarks
None