STM32H735xx HAL User Manual
Defines
COMP Flag
COMP Exported Constants

Defines

#define COMP_FLAG_C1I   COMP_SR_C1IF
#define COMP_FLAG_C2I   COMP_SR_C2IF
#define COMP_FLAG_LOCK   COMP_CFGRx_LOCK

Define Documentation

#define COMP_FLAG_C1I   COMP_SR_C1IF

Comparator 1 Interrupt Flag

Definition at line 282 of file stm32h7xx_hal_comp.h.

Referenced by HAL_COMP_IRQHandler().

#define COMP_FLAG_C2I   COMP_SR_C2IF

Comparator 2 Interrupt Flag

Definition at line 283 of file stm32h7xx_hal_comp.h.

Referenced by HAL_COMP_IRQHandler().

#define COMP_FLAG_LOCK   COMP_CFGRx_LOCK

Lock flag

Definition at line 284 of file stm32h7xx_hal_comp.h.