STM32H735xx HAL User Manual
|
Defines | |
#define | COMP_FLAG_C1I COMP_SR_C1IF |
#define | COMP_FLAG_C2I COMP_SR_C2IF |
#define | COMP_FLAG_LOCK COMP_CFGRx_LOCK |
#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.