Macros

#define LL_COMP_HYST_POSITIVE   (1UL << AON_PMU_COMP_REG_1_CHANNEL_POSITIVE_HYST_Pos )
 
#define LL_COMP_HYST_NEGATIVE   (1UL << AON_PMU_COMP_REG_1_CHANNEL_NEGATIVE_HYST_Pos )
 

Detailed Description

Macro Definition Documentation

◆ LL_COMP_HYST_NEGATIVE

#define LL_COMP_HYST_NEGATIVE   (1UL << AON_PMU_COMP_REG_1_CHANNEL_NEGATIVE_HYST_Pos )

Set negative side of hysteresis for the comparator

Definition at line 154 of file gr55xx_ll_comp.h.

◆ LL_COMP_HYST_POSITIVE

#define LL_COMP_HYST_POSITIVE   (1UL << AON_PMU_COMP_REG_1_CHANNEL_POSITIVE_HYST_Pos )

Set positive side of hysteresis for the comparator

Definition at line 153 of file gr55xx_ll_comp.h.