STM32L443xx HAL User Manual
|
Defines | |
#define | LL_COMP_WINDOWMODE_DISABLE (0x00000000UL) |
#define | LL_COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON (COMP_CSR_WINMODE) |
#define LL_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 121 of file stm32l4xx_ll_comp.h.
#define LL_COMP_WINDOWMODE_DISABLE (0x00000000UL) |
Window mode disable: Comparators 1 and 2 are independent
Definition at line 120 of file stm32l4xx_ll_comp.h.