STM32H735xx HAL User Manual
|
Defines | |
#define | COMP_WINDOWMODE_DISABLE ((uint32_t)0x00000000) |
#define | COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON (COMP_CFGRx_WINMODE) |
#define 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 156 of file stm32h7xx_hal_comp.h.
Referenced by HAL_COMP_Init().
#define COMP_WINDOWMODE_DISABLE ((uint32_t)0x00000000) |
Window mode disable: Comparators instances pair COMP1 and COMP2 are independent
Definition at line 155 of file stm32h7xx_hal_comp.h.