Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Ddma_15xx.c107 if ((Chip_DMA_GetActiveChannels(pDMA) & (1 << ch)) == 0) { in Chip_DMA_SetupTranChannel()
/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c379 if (Chip_DMA_GetActiveChannels(LPC_DMA) & (1 << DMAREQ_USART0_TX)) { in main()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Ddma_15xx.h296 STATIC INLINE uint32_t Chip_DMA_GetActiveChannels(LPC_DMA_T *pDMA) in Chip_DMA_GetActiveChannels() function

Completed in 6 milliseconds