Macros

#define LL_PWM_STOP_LVL_LOW   (0x00000000U)
 
#define LL_PWM_STOP_LVL_HIGH   (0x00000001U)
 

Detailed Description

Macro Definition Documentation

◆ LL_PWM_STOP_LVL_HIGH

#define LL_PWM_STOP_LVL_HIGH   (0x00000001U)

PWM stop in high io level

Definition at line 168 of file gr55xx_ll_pwm.h.

◆ LL_PWM_STOP_LVL_LOW

#define LL_PWM_STOP_LVL_LOW   (0x00000000U)

PWM stop in low io level

Definition at line 167 of file gr55xx_ll_pwm.h.