Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/console/
Desp_console_repl.c46 int uart_channel; // uart channel number member
99 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() local
468 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()
/hal_espressif-3.6.0/docs/doxygen/
DDoxyfile115 $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/uart_channel.h \
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Duart.rst408 .. include-build-file:: inc/uart_channel.inc