STM32L486xx HAL User Manual
Defines
Comparator output - Output level
COMP Exported Constants

Defines

#define LL_COMP_OUTPUT_LEVEL_LOW   (0x00000000U)
#define LL_COMP_OUTPUT_LEVEL_HIGH   (0x00000001U)

Define Documentation

#define LL_COMP_OUTPUT_LEVEL_HIGH   (0x00000001U)

Comparator output level high (if the polarity is not inverted, otherwise to be complemented)

Definition at line 256 of file stm32l4xx_ll_comp.h.

#define LL_COMP_OUTPUT_LEVEL_LOW   (0x00000000U)

Comparator output level low (if the polarity is not inverted, otherwise to be complemented)

Definition at line 255 of file stm32l4xx_ll_comp.h.