Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c117 (DMA_CFG_PERIPHREQEN | DMA_CFG_TRIGBURST_SNGL | DMA_CFG_CHPRIORITY(3))); in dmaTXSetup()
132 (DMA_CFG_PERIPHREQEN | DMA_CFG_TRIGBURST_SNGL | DMA_CFG_CHPRIORITY(3))); in dmaRXSetup()
/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/
A Ddma_mem.c183 DMA_CFG_BURSTPOWER_128 | DMA_CFG_CHPRIORITY(0))); in main()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Ddma_15xx.h505 #define DMA_CFG_CHPRIORITY(p) ((p) << 16) /*!< Sets DMA channel priority, min 0 (highest), max 3 … macro

Completed in 5 milliseconds