Macros

#define LL_PWM_DRIVEPOLARITY_NEGATIVE   (0x00000000U)
 
#define LL_PWM_DRIVEPOLARITY_POSITIVE   (0x00000001U)
 

Detailed Description

Macro Definition Documentation

◆ LL_PWM_DRIVEPOLARITY_NEGATIVE

#define LL_PWM_DRIVEPOLARITY_NEGATIVE   (0x00000000U)

PWM led-negative-drive mode

Definition at line 174 of file gr55xx_ll_pwm.h.

◆ LL_PWM_DRIVEPOLARITY_POSITIVE

#define LL_PWM_DRIVEPOLARITY_POSITIVE   (0x00000001U)

PWM led-positive-drive mode

Definition at line 175 of file gr55xx_ll_pwm.h.