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 213 of file gr55xx_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 214 of file gr55xx_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 215 of file gr55xx_hal_comp.h.