Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_comp.c882 uint32_t comparator_window_exti_lines; in HAL_COMP_IRQHandler() local
889 comparator_window_exti_lines = (COMP_EXTI_LINE_COMP2 | COMP_EXTI_LINE_COMP3); in HAL_COMP_IRQHandler()
897 comparator_window_exti_lines = (COMP_EXTI_LINE_COMP2 | COMP_EXTI_LINE_COMP3); in HAL_COMP_IRQHandler()
904 comparator_window_exti_lines = (COMP_EXTI_LINE_COMP1 | COMP_EXTI_LINE_COMP2); in HAL_COMP_IRQHandler()
910 comparator_window_exti_lines = (COMP_EXTI_LINE_COMP1 | COMP_EXTI_LINE_COMP2); in HAL_COMP_IRQHandler()
926 LL_EXTI_ClearRisingFlag_0_31(comparator_window_exti_lines); in HAL_COMP_IRQHandler()
953 LL_EXTI_ClearFallingFlag_0_31(comparator_window_exti_lines); in HAL_COMP_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_comp.c830 uint32_t comparator_window_exti_lines; in HAL_COMP_IRQHandler() local
834 comparator_window_exti_lines = (COMP_EXTI_LINE_COMP1 | COMP_EXTI_LINE_COMP2); in HAL_COMP_IRQHandler()
852 LL_EXTI_ClearRisingFlag_0_31(comparator_window_exti_lines); in HAL_COMP_IRQHandler()
881 LL_EXTI_ClearFallingFlag_0_31(comparator_window_exti_lines); in HAL_COMP_IRQHandler()