Searched refs:UART_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
31 #define UART_BUFFER_SIZE 256 macro32 uint8_t UartRxBuffer[UART_BUFFER_SIZE];33 uint8_t UartTxBuffer[UART_BUFFER_SIZE];169 …uart_init_buffered(uart->uart_device, UartRxBuffer, UART_BUFFER_SIZE, UartTxBuffer, UART_BUFFER_SI… in am_configure()
35 #define UART_BUFFER_SIZE 0x0001 macro
Completed in 4 milliseconds