Searched refs:DMA0 (Results 1 – 2 of 2) sorted by relevance
456 #if defined(DMA0) in Get_StartInstance()457 StartInstanceNum = EDMA_GetInstance(DMA0); in Get_StartInstance()886 #if defined(DMA0)889 if ((EDMA_GetChannelStatusFlags(DMA0, 0U) & kEDMA_InterruptFlag) != 0U) in DMA0_04_DriverIRQHandler()893 if ((EDMA_GetChannelStatusFlags(DMA0, 4U) & kEDMA_InterruptFlag) != 0U) in DMA0_04_DriverIRQHandler()901 if ((EDMA_GetChannelStatusFlags(DMA0, 1U) & kEDMA_InterruptFlag) != 0U) in DMA0_15_DriverIRQHandler()905 if ((EDMA_GetChannelStatusFlags(DMA0, 5U) & kEDMA_InterruptFlag) != 0U) in DMA0_15_DriverIRQHandler()913 if ((EDMA_GetChannelStatusFlags(DMA0, 2U) & kEDMA_InterruptFlag) != 0U) in DMA0_26_DriverIRQHandler()917 if ((EDMA_GetChannelStatusFlags(DMA0, 6U) & kEDMA_InterruptFlag) != 0U) in DMA0_26_DriverIRQHandler()925 if ((EDMA_GetChannelStatusFlags(DMA0, 3U) & kEDMA_InterruptFlag) != 0U) in DMA0_37_DriverIRQHandler()[all …]
4559 #define DMA0 ((DMA_Type *)DMA0_BASE) macro4563 #define DMA_BASE_PTRS { DMA0 }