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

Defines

#define LL_COMP_OUTPUT_LEVEL_LOW   (0x00000000UL)
#define LL_COMP_OUTPUT_LEVEL_HIGH   (0x00000001UL)

Define Documentation

#define LL_COMP_OUTPUT_LEVEL_HIGH   (0x00000001UL)

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

Definition at line 249 of file stm32l4xx_ll_comp.h.

#define LL_COMP_OUTPUT_LEVEL_LOW   (0x00000000UL)

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

Definition at line 248 of file stm32l4xx_ll_comp.h.