Searched refs:UART_TX_BUFFER_SIZE (Results 1 – 7 of 7) sorted by relevance
12 #define UART_TX_BUFFER_SIZE 128u macro25 rt_uint8_t tx_buffer[UART_TX_BUFFER_SIZE];
183 if (uart->int_tx->save_index >= UART_TX_BUFFER_SIZE) in rt_uart_write()
59 #define UART_TX_BUFFER_SIZE 128 macro69 rt_uint8_t tx_buffer[UART_TX_BUFFER_SIZE];
192 if (uart->int_tx->save_index >= UART_TX_BUFFER_SIZE) in rt_serial_write()
59 #define UART_TX_BUFFER_SIZE 64 macro69 rt_uint8_t tx_buffer[UART_TX_BUFFER_SIZE];
29 #define UART_TX_BUFFER_SIZE 16 macro
Completed in 16 milliseconds