STM32L486xx HAL User Manual
Defines
COMP output Polarity
COMP Exported Constants

Defines

#define COMP_OUTPUTPOL_NONINVERTED   (0x00000000U)
#define COMP_OUTPUTPOL_INVERTED   (COMP_CSR_POLARITY)

Define Documentation

#define COMP_OUTPUTPOL_INVERTED   (COMP_CSR_POLARITY)

COMP output level is inverted (comparator output is low when the input plus is at a higher voltage than the input minus)

Definition at line 238 of file stm32l4xx_hal_comp.h.

#define COMP_OUTPUTPOL_NONINVERTED   (0x00000000U)

COMP output level is not inverted (comparator output is high when the input plus is at a higher voltage than the input minus)

Definition at line 237 of file stm32l4xx_hal_comp.h.