STM32L486xx HAL User Manual
Defines
COMP Window Mode
COMP Exported Constants

Defines

#define COMP_WINDOWMODE_DISABLE   (0x00000000U)
#define COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON   (COMP_CSR_WINMODE)

Define Documentation

#define COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON   (COMP_CSR_WINMODE)

Window mode enable: Comparators instances pair COMP1 and COMP2 have their input plus connected together. The common input is COMP1 input plus (COMP2 input plus is no more accessible).

Definition at line 171 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

#define COMP_WINDOWMODE_DISABLE   (0x00000000U)

Window mode disable: Comparators instances pair COMP1 and COMP2 are independent

Definition at line 170 of file stm32l4xx_hal_comp.h.