Searched refs:READ_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/uart/uart_repl/main/ |
D | uart_repl_example_main.c | 31 #define READ_BUF_SIZE (1024) macro 82 ESP_ERROR_CHECK(uart_driver_install(DEFAULT_UART_CHANNEL, READ_BUF_SIZE * 2, 0, 0, NULL, 0)); in configure_uarts() 108 static char data[READ_BUF_SIZE]; in send_commands() 115 len = uart_read_bytes(DEFAULT_UART_CHANNEL, data, READ_BUF_SIZE, 100 / portTICK_RATE_MS); in send_commands() 129 … len = uart_read_bytes(DEFAULT_UART_CHANNEL, data, READ_BUF_SIZE - 1, 250 / portTICK_RATE_MS); in send_commands()
|
/hal_espressif-3.6.0/examples/peripherals/uart/uart_repl/ |
D | README.md | 27 CONSOLE_UART_TX_PIN, UARTS_BAUD_RATE, TASK_STACK_SIZE, and READ_BUF_SIZE.
|