STM32H735xx HAL User Manual
|
Defines | |
#define | COMP_OUTPUTPOL_NONINVERTED ((uint32_t)0x00000000) |
#define | COMP_OUTPUTPOL_INVERTED (COMP_CFGRx_POLARITY) |
#define COMP_OUTPUTPOL_INVERTED (COMP_CFGRx_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 221 of file stm32h7xx_hal_comp.h.
#define COMP_OUTPUTPOL_NONINVERTED ((uint32_t)0x00000000) |
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 220 of file stm32h7xx_hal_comp.h.