Macros

#define LL_COMP_HYST_POSITIVE   (1UL << AON_PMU_COMP_REG_0_POSITIVE_HYS_EN_Pos )
 
#define LL_COMP_HYST_NEGATIVE   (1UL << AON_PMU_COMP_REG_0_NEGATIVE_HYS_EN_Pos )
 

Detailed Description

Macro Definition Documentation

◆ LL_COMP_HYST_NEGATIVE

#define LL_COMP_HYST_NEGATIVE   (1UL << AON_PMU_COMP_REG_0_NEGATIVE_HYS_EN_Pos )

Set negative side of hysteresis for the comparator

Definition at line 153 of file ll_comp.h.

◆ LL_COMP_HYST_POSITIVE

#define LL_COMP_HYST_POSITIVE   (1UL << AON_PMU_COMP_REG_0_POSITIVE_HYS_EN_Pos )

Set positive side of hysteresis for the comparator

Definition at line 152 of file ll_comp.h.