STM32H735xx HAL User Manual
|
Defines | |
#define | COMP_GET_EXTI_LINE(__INSTANCE__) |
Get the specified EXTI line for a comparator instance. |
#define COMP_GET_EXTI_LINE | ( | __INSTANCE__ | ) |
(((__INSTANCE__) == COMP1) ? COMP_EXTI_LINE_COMP1 : \ COMP_EXTI_LINE_COMP2)
Get the specified EXTI line for a comparator instance.
__INSTANCE__,: | specifies the COMP instance. |
value | of COMP EXTI Lines |
Definition at line 794 of file stm32h7xx_hal_comp.h.
Referenced by HAL_COMP_Init(), HAL_COMP_IRQHandler(), and HAL_COMP_Stop_IT().