STM32H735xx HAL User Manual
Defines
COMP hysteresis
COMP Exported Constants

Defines

#define COMP_HYSTERESIS_NONE   ((uint32_t)0x00000000)
#define COMP_HYSTERESIS_LOW   (COMP_CFGRx_HYST_0)
#define COMP_HYSTERESIS_MEDIUM   (COMP_CFGRx_HYST_1)
#define COMP_HYSTERESIS_HIGH   (COMP_CFGRx_HYST)

Define Documentation

#define COMP_HYSTERESIS_HIGH   (COMP_CFGRx_HYST)

Hysteresis level high

Definition at line 212 of file stm32h7xx_hal_comp.h.

#define COMP_HYSTERESIS_LOW   (COMP_CFGRx_HYST_0)

Hysteresis level low

Definition at line 210 of file stm32h7xx_hal_comp.h.

#define COMP_HYSTERESIS_MEDIUM   (COMP_CFGRx_HYST_1)

Hysteresis level medium

Definition at line 211 of file stm32h7xx_hal_comp.h.

#define COMP_HYSTERESIS_NONE   ((uint32_t)0x00000000)

No hysteresis

Definition at line 209 of file stm32h7xx_hal_comp.h.