Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_comp.c744 COMP_EXTI_RISING_DISABLE(extiline); in HAL_COMP_Start()
862 COMP_EXTI_RISING_DISABLE(extiline); in HAL_COMP_Start_IT()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_comp_ex.h1602 #define COMP_EXTI_RISING_DISABLE(__EXTILINE__) CLEAR_BIT(EXTI->RTSR, (__EXTILINE__)) macro
1713 #define COMP_EXTI_RISING_DISABLE(__EXTILINE__) ((((__EXTILINE__) & COMP_EXTI_LINE_REG2_MASK) !=…