+ Collaboration diagram for PWM drive polarity:

Macros

#define LL_PWM_DRIVEPOLARITY_NEGATIVE   (0x00000000U)
 PWM led-negative-drive mode. More...
 
#define LL_PWM_DRIVEPOLARITY_POSITIVE   (0x00000001U)
 PWM led-positive-drive mode. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_PWM_DRIVEPOLARITY_NEGATIVE

#define LL_PWM_DRIVEPOLARITY_NEGATIVE   (0x00000000U)

PWM led-negative-drive mode.

Definition at line 162 of file gr55xx_ll_pwm.h.

◆ LL_PWM_DRIVEPOLARITY_POSITIVE

#define LL_PWM_DRIVEPOLARITY_POSITIVE   (0x00000001U)

PWM led-positive-drive mode.

Definition at line 163 of file gr55xx_ll_pwm.h.