STM32L486xx HAL User Manual
Defines
Comparator input - Hysteresis
COMP Exported Constants

Defines

#define LL_COMP_HYSTERESIS_NONE   (0x00000000U)
#define LL_COMP_HYSTERESIS_LOW   ( COMP_CSR_HYST_0)
#define LL_COMP_HYSTERESIS_MEDIUM   (COMP_CSR_HYST_1 )
#define LL_COMP_HYSTERESIS_HIGH   (COMP_CSR_HYST_1 | COMP_CSR_HYST_0)

Define Documentation

#define LL_COMP_HYSTERESIS_HIGH   (COMP_CSR_HYST_1 | COMP_CSR_HYST_0)

Hysteresis level high

Definition at line 210 of file stm32l4xx_ll_comp.h.

#define LL_COMP_HYSTERESIS_LOW   ( COMP_CSR_HYST_0)

Hysteresis level low

Definition at line 208 of file stm32l4xx_ll_comp.h.

#define LL_COMP_HYSTERESIS_MEDIUM   (COMP_CSR_HYST_1 )

Hysteresis level medium

Definition at line 209 of file stm32l4xx_ll_comp.h.

#define LL_COMP_HYSTERESIS_NONE   (0x00000000U)

No hysteresis

Definition at line 207 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_StructInit().