Macros

#define COMP_WAKEUP_EDGE_BOTH   LL_COMP_WAKEUP_EDGE_BOTH
 
#define COMP_WAKEUP_EDGE_FALLING   LL_COMP_WAKEUP_EDGE_FALLING
 
#define COMP_WAKEUP_EDGE_RISING   LL_COMP_WAKEUP_EDGE_RISING
 

Detailed Description

Macro Definition Documentation

◆ COMP_WAKEUP_EDGE_BOTH

#define COMP_WAKEUP_EDGE_BOTH   LL_COMP_WAKEUP_EDGE_BOTH

Select both rising and falling edges for the comparator

Definition at line 208 of file gr533x_hal_comp.h.

◆ COMP_WAKEUP_EDGE_FALLING

#define COMP_WAKEUP_EDGE_FALLING   LL_COMP_WAKEUP_EDGE_FALLING

Select only falling edges for the comparator

Definition at line 209 of file gr533x_hal_comp.h.

◆ COMP_WAKEUP_EDGE_RISING

#define COMP_WAKEUP_EDGE_RISING   LL_COMP_WAKEUP_EDGE_RISING

Select only rising edges for the comparator

Definition at line 210 of file gr533x_hal_comp.h.