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 170 of file gr55xx_ll_pwm.h.

◆ LL_PWM_ACTIONEVENT_NONE

#define LL_PWM_ACTIONEVENT_NONE   (0x00000000U)

No action event

Definition at line 169 of file gr55xx_ll_pwm.h.

◆ LL_PWM_ACTIONEVENT_SET

#define LL_PWM_ACTIONEVENT_SET   (0x00000002U)

Action event SET

Definition at line 171 of file gr55xx_ll_pwm.h.

◆ LL_PWM_ACTIONEVENT_TOGGLE

#define LL_PWM_ACTIONEVENT_TOGGLE   (0x00000003U)

Action event TOGGLE

Definition at line 172 of file gr55xx_ll_pwm.h.