STM32H735xx HAL User Manual
Defines
Comparator common modes - Window mode
COMP Exported Constants

Defines

#define LL_COMP_WINDOWMODE_DISABLE   (0x00000000UL)
#define LL_COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON   (COMP_CFGRx_WINMODE)

Define Documentation

#define LL_COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON   (COMP_CFGRx_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 112 of file stm32h7xx_ll_comp.h.

#define LL_COMP_WINDOWMODE_DISABLE   (0x00000000UL)

Window mode disable: Comparators 1 and 2 are independent

Definition at line 111 of file stm32h7xx_ll_comp.h.