Searched refs:uart_channel (Results 1 – 3 of 3) sorted by relevance
46 int uart_channel; // uart channel number member99 cdc_repl->uart_channel = CONFIG_ESP_CONSOLE_UART_NUM; in esp_console_new_repl_usb_cdc()184 usb_serial_jtag_repl->uart_channel = CONFIG_ESP_CONSOLE_UART_NUM; in esp_console_new_repl_usb_serial_jtag()268 uart_repl->uart_channel = dev_config->channel; in esp_console_new_repl_uart()408 esp_vfs_dev_uart_use_nonblocking(uart_repl->uart_channel); in esp_console_repl_uart_delete()409 uart_driver_delete(uart_repl->uart_channel); in esp_console_repl_uart_delete()459 const int uart_channel = repl_conf->uart_channel; in esp_console_repl_task() local468 if (uart_channel != CONFIG_ESP_CONSOLE_UART_NUM) { in esp_console_repl_task()470 snprintf(path, CONSOLE_PATH_MAX_LEN, "/dev/uart/%d", uart_channel); in esp_console_repl_task()
115 $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/uart_channel.h \
408 .. include-build-file:: inc/uart_channel.inc