Searched refs:comparator_window_mode (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_comp.c | 881 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/ |
D | stm32u0xx_hal_comp.c | 829 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/ |
D | stm32wbaxx_hal_comp.c | 818 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/ |
D | stm32u5xx_hal_comp.c | 825 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()
|