Home
last modified time | relevance | path

Searched refs:esp_console_new_repl_uart (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.6.0/examples/ethernet/iperf/main/
Dethernet_example_main.c52 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/components/console/test/
Dtest_console.c53 TEST_ESP_OK(esp_console_new_repl_uart(&uart_config, &repl_config, &s_repl));
/hal_espressif-3.6.0/examples/wifi/iperf/main/
Diperf_example_main.c37 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_console_main.c79 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_tools/main/
Di2ctools_example_main.c55 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/examples/system/console/basic/main/
Dconsole_example_main.c92 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dmain.c128 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/components/console/
Desp_console.h328 esp_err_t esp_console_new_repl_uart(const esp_console_dev_uart_config_t *dev_config, const esp_cons…
Desp_console_repl.c201 esp_err_t esp_console_new_repl_uart(const esp_console_dev_uart_config_t *dev_config, const esp_cons… in esp_console_new_repl_uart() function
/hal_espressif-3.6.0/examples/peripherals/uart/uart_repl/main/
Duart_repl_example_main.c172 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/system/
Dconsole.rst165 在一个典型的 console 应用中,你只需要调用 :cpp:func:`esp_console_new_repl_uart`,它会为你初始化好构建在 UART 基础上的 REPL 环境,其中包括安…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dmain.c208 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/examples/protocols/icmp_echo/main/
Decho_example_main.c203 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &s_repl)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/main/
Dcmd_mcpwm_motor.c281 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in cmd_mcpwm_motor_init()
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c386 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/
Dmain.c752 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/examples/wifi/ftm/main/
Dftm_main.c619 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c755 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in wifi_console_init()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dconsole.rst154 In a typical application, you only need to call :cpp:func:`esp_console_new_repl_uart` to initialize…