Home
last modified time | relevance | path

Searched refs:COMP_EXTI_GET_FLAG (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_comp.c926 if (COMP_EXTI_GET_FLAG(extiline) != RESET) in HAL_COMP_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_comp_ex.h1658 #define COMP_EXTI_GET_FLAG(__FLAG__) READ_BIT(EXTI->PR, (__FLAG__)) macro
1769 #define COMP_EXTI_GET_FLAG(__FLAG__) ((((__FLAG__) & COMP_EXTI_LINE_REG2_MASK) != RES…