Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c44 static char dmaSendStr[DMASENDSTRCNT][32]; variable
372 sprintf(dmaSendStr[idx], "DMA send string (unlinked) #%d\r\n", idx); in main()
373 dmaTXSend((uint8_t *) dmaSendStr[idx], strlen(dmaSendStr[idx])); in main()
/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/
A Ddma_rom_uart.c44 static char dmaSendStr[DMASENDSTRCNT][32]; variable
377 sprintf(dmaSendStr[idx], "DMA send string (unlinked) #%d\r\n", idx); in main()
378 dmaTXSend((uint8_t *) dmaSendStr[idx], strlen(dmaSendStr[idx])); in main()

Completed in 10 milliseconds