Searched refs:tx_gpio_num (Results 1 – 3 of 3) sorted by relevance
75 int tx_gpio_num; //!< GPIO number for TX path, -1 means using default one member84 .tx_gpio_num = CONFIG_ESP_CONSOLE_UART_TX_GPIO, \92 .tx_gpio_num = -1, \
241 uart_set_pin(dev_config->channel, dev_config->tx_gpio_num, dev_config->rx_gpio_num, -1, -1); in esp_console_new_repl_uart()
163 .tx_gpio_num = CONSOLE_UART_TX_PIN, in app_main()