STM32L443xx 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 578 of file stm32l4xx_hal_comp.h.
Referenced by HAL_COMP_Init(), and HAL_COMP_IRQHandler().