STM32L486xx HAL User Manual
Defines
COMP hysteresis
COMP Exported Constants

Defines

#define COMP_HYSTERESIS_NONE   (0x00000000U)
#define COMP_HYSTERESIS_LOW   ( COMP_CSR_HYST_0)
#define COMP_HYSTERESIS_MEDIUM   (COMP_CSR_HYST_1 )
#define COMP_HYSTERESIS_HIGH   (COMP_CSR_HYST_1 | COMP_CSR_HYST_0)

Define Documentation

#define COMP_HYSTERESIS_HIGH   (COMP_CSR_HYST_1 | COMP_CSR_HYST_0)

Hysteresis level high

Definition at line 229 of file stm32l4xx_hal_comp.h.

#define COMP_HYSTERESIS_LOW   ( COMP_CSR_HYST_0)

Hysteresis level low

Definition at line 227 of file stm32l4xx_hal_comp.h.

#define COMP_HYSTERESIS_MEDIUM   (COMP_CSR_HYST_1 )

Hysteresis level medium

Definition at line 228 of file stm32l4xx_hal_comp.h.

#define COMP_HYSTERESIS_NONE   (0x00000000U)

No hysteresis

Definition at line 226 of file stm32l4xx_hal_comp.h.