Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/src/
A Duart_rb.c47 #define UART_RB_SIZE 64 macro
64 static uint8_t rxbuff[UART_RB_SIZE], txbuff[UART_RB_SIZE];
149 RingBuffer_Init(&rxring, rxbuff, 1, UART_RB_SIZE); in main()
150 RingBuffer_Init(&txring, txbuff, 1, UART_RB_SIZE); in main()

Completed in 2 milliseconds