STM32H735xx HAL User Manual
|
Defines | |
#define | LL_COMP_OUTPUTPOL_NONINVERTED (0x00000000UL) |
#define | LL_COMP_OUTPUTPOL_INVERTED (COMP_CFGRx_POLARITY) |
#define LL_COMP_OUTPUTPOL_INVERTED (COMP_CFGRx_POLARITY) |
COMP output polarity is inverted: comparator output is low when the plus (non-inverting) input is at a lower voltage than the minus (inverting) input
Definition at line 173 of file stm32h7xx_ll_comp.h.
#define LL_COMP_OUTPUTPOL_NONINVERTED (0x00000000UL) |
COMP output polarity is not inverted: comparator output is high when the plus (non-inverting) input is at a higher voltage than the minus (inverting) input
Definition at line 172 of file stm32h7xx_ll_comp.h.
Referenced by LL_COMP_StructInit().