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 241 of file ll_pwm.h.

◆ LL_PWM_STOP_LVL_LOW

#define LL_PWM_STOP_LVL_LOW   (0x00000000U)

PWM stop in low io level

Definition at line 240 of file ll_pwm.h.