Macros

#define LL_PWM_ACTIONEVENT_NONE   (0x00000000U)
 
#define LL_PWM_ACTIONEVENT_CLEAR   (0x00000001U)
 
#define LL_PWM_ACTIONEVENT_SET   (0x00000002U)
 
#define LL_PWM_ACTIONEVENT_TOGGLE   (0x00000003U)
 

Detailed Description

Macro Definition Documentation

◆ LL_PWM_ACTIONEVENT_CLEAR

#define LL_PWM_ACTIONEVENT_CLEAR   (0x00000001U)

Action event CLEAR

Definition at line 269 of file ll_pwm.h.

◆ LL_PWM_ACTIONEVENT_NONE

#define LL_PWM_ACTIONEVENT_NONE   (0x00000000U)

No action event

Definition at line 268 of file ll_pwm.h.

◆ LL_PWM_ACTIONEVENT_SET

#define LL_PWM_ACTIONEVENT_SET   (0x00000002U)

Action event SET

Definition at line 270 of file ll_pwm.h.

◆ LL_PWM_ACTIONEVENT_TOGGLE

#define LL_PWM_ACTIONEVENT_TOGGLE   (0x00000003U)

Action event TOGGLE

Definition at line 271 of file ll_pwm.h.