Home
last modified time | relevance | path

Searched refs:comparator_window_mode (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_comp.c881 uint32_t comparator_window_mode; in HAL_COMP_IRQHandler() local
888 comparator_window_mode = READ_BIT(COMP23_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
893 comparator_window_mode = READ_BIT(COMP23_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
894 if ((hcomp->Instance == COMP2) && (comparator_window_mode != 0UL)) in HAL_COMP_IRQHandler()
902 comparator_window_mode = READ_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
903 comparator_window_mode |= READ_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
908 comparator_window_mode = READ_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
909 comparator_window_mode |= READ_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
917 if (comparator_window_mode != 0UL) in HAL_COMP_IRQHandler()
944 if (comparator_window_mode != 0UL) in HAL_COMP_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_comp.c829 uint32_t comparator_window_mode; in HAL_COMP_IRQHandler() local
832 comparator_window_mode = READ_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
833 comparator_window_mode |= READ_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
843 if (comparator_window_mode != 0UL) in HAL_COMP_IRQHandler()
872 if (comparator_window_mode != 0UL) in HAL_COMP_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_comp.c818 uint32_t comparator_window_mode; in HAL_COMP_IRQHandler() local
820 comparator_window_mode = READ_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
821 comparator_window_mode |= READ_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
827 if (comparator_window_mode != 0UL) in HAL_COMP_IRQHandler()
854 if (comparator_window_mode != 0UL) in HAL_COMP_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_comp.c825 uint32_t comparator_window_mode = READ_BIT(hcomp->Instance->CSR, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler() local
833 if (comparator_window_mode != 0UL) in HAL_COMP_IRQHandler()
862 if (comparator_window_mode != 0UL) in HAL_COMP_IRQHandler()