Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c173 Chip_DMA_SetupTranChannel(LPC_DMA, DMAREQ_USART0_TX, &dmaTXDesc[countTXDescUsed]); in dmaTXSend()
219 Chip_DMA_SetupTranChannel(LPC_DMA, DMAREQ_USART0_RX, &dmaRXDesc[0]); in dmaRXQueue()
293 Chip_DMA_SetupTranChannel(LPC_DMA, DMAREQ_USART0_TX, &dmaTXDesc[nextTXDesc]); in DMA_IRQHandler()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Ddma_15xx.c102 bool Chip_DMA_SetupTranChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch, DMA_CHDESC_T *desc) in Chip_DMA_SetupTranChannel() function
/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/
A Ddma_mem.c204 Chip_DMA_SetupTranChannel(LPC_DMA, DMA_CH0, &dmaDesc); in main()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Ddma_15xx.h678 bool Chip_DMA_SetupTranChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch, DMA_CHDESC_T *desc);

Completed in 8 milliseconds