STM32H735xx HAL User Manual
Defines
COMP input plus (non-inverting input)
COMP Exported Constants

Defines

#define COMP_INPUT_PLUS_IO1   ((uint32_t)0x00000000)
#define COMP_INPUT_PLUS_IO2   (COMP_CFGRx_INPSEL)

Define Documentation

#define COMP_INPUT_PLUS_IO1   ((uint32_t)0x00000000)

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

Definition at line 178 of file stm32h7xx_hal_comp.h.

#define COMP_INPUT_PLUS_IO2   (COMP_CFGRx_INPSEL)

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

Definition at line 179 of file stm32h7xx_hal_comp.h.