Searched refs:Chip_DMA_SetupTranChannel (Results 1 – 4 of 4) sorted by relevance
| /external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/ |
| A D | dma_uart.c | 173 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 D | dma_15xx.c | 102 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 D | dma_mem.c | 204 Chip_DMA_SetupTranChannel(LPC_DMA, DMA_CH0, &dmaDesc); in main()
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | dma_15xx.h | 678 bool Chip_DMA_SetupTranChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch, DMA_CHDESC_T *desc);
|
Completed in 8 milliseconds