STM32L443xx HAL User Manual
|
Defines | |
#define | COMP_OUTPUTPOL_NONINVERTED (0x00000000UL) |
#define | COMP_OUTPUTPOL_INVERTED (COMP_CSR_POLARITY) |
#define COMP_OUTPUTPOL_INVERTED (COMP_CSR_POLARITY) |
COMP output level is inverted (comparator output is low when the input plus is at a higher voltage than the input minus)
Definition at line 229 of file stm32l4xx_hal_comp.h.
#define COMP_OUTPUTPOL_NONINVERTED (0x00000000UL) |
COMP output level is not inverted (comparator output is high when the input plus is at a higher voltage than the input minus)
Definition at line 228 of file stm32l4xx_hal_comp.h.