Home
last modified time | relevance | path

Searched refs:Chip_DMA_GetBusyChannels (Results 1 – 3 of 3) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/
A Ddma_mem.c114 while ((Chip_DMA_GetBusyChannels(LPC_DMA) & (1 << DMA_CH0)) != 0) {} in DMA_IRQHandler()
/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c250 while ((Chip_DMA_GetBusyChannels(LPC_DMA) & (1 << ch)) != 0) {} in dmaClearChannel()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Ddma_15xx.h312 STATIC INLINE uint32_t Chip_DMA_GetBusyChannels(LPC_DMA_T *pDMA) in Chip_DMA_GetBusyChannels() function

Completed in 26 milliseconds