Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_comp.c761 COMP_EXTI_CLEAR_FLAG(extiline); in HAL_COMP_Start()
875 COMP_EXTI_CLEAR_FLAG(extiline); in HAL_COMP_Start_IT()
929 COMP_EXTI_CLEAR_FLAG(extiline); in HAL_COMP_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_comp_ex.h1666 #define COMP_EXTI_CLEAR_FLAG(__FLAG__) WRITE_REG(EXTI->PR, (__FLAG__)) macro
1777 #define COMP_EXTI_CLEAR_FLAG(__FLAG__) ((((__FLAG__) & COMP_EXTI_LINE_REG2_MASK) != RES…