Home
last modified time | relevance | path

Searched refs:UARTTXDESC (Results 1 – 2 of 2) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c47 #define UARTTXDESC 8 macro
67 __align(16) static DMA_CHDESC_T dmaTXDesc[UARTTXDESC];
74 static DMA_CHDESC_T dmaTXDesc[UARTTXDESC];
80 static DMA_CHDESC_T dmaTXDesc[UARTTXDESC] __attribute__ ((aligned(16)));
142 if ((countTXDescUsed >= UARTTXDESC) || (bytes > 1024)) { in dmaTXSend()
/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/
A Ddma_rom_uart.c47 #define UARTTXDESC 8 macro
87 __align(16) static DMA_CHDESC_T dmaTXDesc[UARTTXDESC];
94 static DMA_CHDESC_T dmaTXDesc[UARTTXDESC];
100 static DMA_CHDESC_T dmaTXDesc[UARTTXDESC] __attribute__ ((aligned(16)));
193 if ((countTXDescUsed >= UARTTXDESC) || (bytes > 1024)) { in dmaTXSend()

Completed in 9 milliseconds