STM32H735xx HAL User Manual
Defines
Comparator inputs - Input plus (input non-inverting) selection
COMP Exported Constants

Defines

#define LL_COMP_INPUT_PLUS_IO1   (0x00000000UL)
#define LL_COMP_INPUT_PLUS_IO2   (COMP_CFGRx_INPSEL)

Define Documentation

#define LL_COMP_INPUT_PLUS_IO1   (0x00000000UL)

Comparator input plus connected to IO1 (pin PB0 for COMP1, pin PE9 for COMP2)

Definition at line 130 of file stm32h7xx_ll_comp.h.

Referenced by LL_COMP_StructInit().

#define LL_COMP_INPUT_PLUS_IO2   (COMP_CFGRx_INPSEL)

Comparator input plus connected to IO2 (pin PB2 for COMP1, pin PE11 for COMP2)

Definition at line 131 of file stm32h7xx_ll_comp.h.