Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma.c887 uint32_t global_active_flag_s = IS_DMA_GLOBAL_ACTIVE_FLAG_S(p_dma_instance, global_it_flag); in HAL_DMA_IRQHandler() local
892 if ((global_active_flag_s == 0U) && (global_active_flag_ns == 0U)) in HAL_DMA_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma.c899 uint32_t global_active_flag_s = IS_DMA_GLOBAL_ACTIVE_FLAG_S(p_dma_instance, global_it_flag); in HAL_DMA_IRQHandler() local
904 if ((global_active_flag_s == 0U) && (global_active_flag_ns == 0U)) in HAL_DMA_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma.c934 uint32_t global_active_flag_s = IS_DMA_GLOBAL_ACTIVE_FLAG_S(p_dma_instance, global_it_flag); in HAL_DMA_IRQHandler() local
939 if ((global_active_flag_s == 0U) && (global_active_flag_ns == 0U)) in HAL_DMA_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma.c892 uint32_t global_active_flag_s = IS_DMA_GLOBAL_ACTIVE_FLAG_S(p_dma_instance, global_it_flag); in HAL_DMA_IRQHandler() local
897 if ((global_active_flag_s == 0U) && (global_active_flag_ns == 0U)) in HAL_DMA_IRQHandler()