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

Defines

#define LL_COMP_HYSTERESIS_NONE   (0x00000000UL)
#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 203 of file stm32l4xx_ll_comp.h.

#define LL_COMP_HYSTERESIS_LOW   ( COMP_CSR_HYST_0)

Hysteresis level low

Definition at line 201 of file stm32l4xx_ll_comp.h.

#define LL_COMP_HYSTERESIS_MEDIUM   (COMP_CSR_HYST_1 )

Hysteresis level medium

Definition at line 202 of file stm32l4xx_ll_comp.h.

#define LL_COMP_HYSTERESIS_NONE   (0x00000000UL)

No hysteresis

Definition at line 200 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_StructInit().