COMP wakeup edge

Macros

#define LL_COMP_WAKEUP_EDGE_BOTH   ( 0UL )
 
#define LL_COMP_WAKEUP_EDGE_FALLING   ( 1UL )
 
#define LL_COMP_WAKEUP_EDGE_RISING   ( 2UL )
 

Detailed Description

Macro Definition Documentation

◆ LL_COMP_WAKEUP_EDGE_BOTH

#define LL_COMP_WAKEUP_EDGE_BOTH   ( 0UL )

Set edge both for comp wakeup

Definition at line 165 of file ll_comp.h.

◆ LL_COMP_WAKEUP_EDGE_FALLING

#define LL_COMP_WAKEUP_EDGE_FALLING   ( 1UL )

Set edge fallinng for comp wakeup

Definition at line 166 of file ll_comp.h.

◆ LL_COMP_WAKEUP_EDGE_RISING

#define LL_COMP_WAKEUP_EDGE_RISING   ( 2UL )

Set edge rising for comp wakeup

Definition at line 167 of file ll_comp.h.