1.27.6.82 LCDCx_PWM_CLOCK_SOURCE Enum

C

// x - Instance of the LCDC peripheral

typedef enum
{
    LCDCx_PWM_SOURCE_SLOW = 0,
    LCDCx_PWM_SOURCE_SYSTEM
} LCDCx_PWM_CLOCK_SOURCE;

Summary

Defines the clock sources for the LCDC PWM

Description

Remarks

None.