Go to the source code of this file.
◆ PWM_CHANNEL_0
◆ PWM_CHANNEL_1
◆ PWM_CHANNEL_2
◆ PWM_CHANNEL_3
◆ PWM_CHANNEL_4
◆ PWM_CHANNEL_5
◆ PWM_CHANNEL_6
◆ PWM_CHANNEL_7
◆ PWM_DIMMING_DC_40H
| #define PWM_DIMMING_DC_40H 0 |
PWM dimming maximum duty cycle 25%.
◆ PWM_DIMMING_DC_80H
| #define PWM_DIMMING_DC_80H 1 |
PWM dimming maximum duty cycle 50%.
◆ PWM_DIMMING_DC_C0H
| #define PWM_DIMMING_DC_C0H 2 |
PWM dimming maximum duty cycle 75%.
◆ PWM_DIMMING_DC_FFH
| #define PWM_DIMMING_DC_FFH 3 |
PWM dimming maximum duty cycle 100%.
◆ PWM_DIMMING_DC_STEP_1H
| #define PWM_DIMMING_DC_STEP_1H 0 |
PWM dimming duty change step: 1.
◆ PWM_DIMMING_DC_STEP_2H
| #define PWM_DIMMING_DC_STEP_2H 1 |
PWM dimming duty change step: 2.
◆ PWM_DIMMING_DC_STEP_4H
| #define PWM_DIMMING_DC_STEP_4H 2 |
PWM dimming duty change step: 4.
◆ PWM_DIMMING_DC_STEP_8H
| #define PWM_DIMMING_DC_STEP_8H 3 |
PWM dimming duty change step: 8.
◆ PWM_IT51XXX_DIMMING_MODE
| #define PWM_IT51XXX_DIMMING_MODE BIT(9) |
Enable PWM dimming mode flag.
◆ PWM_IT51XXX_OPEN_DRAIN
| #define PWM_IT51XXX_OPEN_DRAIN BIT(8) |
Provides a type to hold PWM configuration flags.
The upper 8 bits are reserved for SoC specific flags. Output open-drain flag [ 8 ] Output dimming mode flag [ 9 ] PWM open drain flag
◆ PWM_PRESCALER_C4
| #define PWM_PRESCALER_C4 1 |
◆ PWM_PRESCALER_C6
| #define PWM_PRESCALER_C6 2 |
◆ PWM_PRESCALER_C7
| #define PWM_PRESCALER_C7 3 |