Home
last modified time | relevance | path

Searched refs:esp_console_start_repl (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-3.6.0/examples/ethernet/iperf/main/
Dethernet_example_main.c70 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/components/console/test/
Dtest_console.c62 TEST_ESP_OK(esp_console_start_repl(s_repl));
/hal_espressif-3.6.0/examples/wifi/iperf/main/
Diperf_example_main.c61 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_console_main.c95 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_tools/main/
Di2ctools_example_main.c80 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/examples/system/console/basic/main/
Dconsole_example_main.c94 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dmain.c142 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/components/console/
Desp_console.h382 esp_err_t esp_console_start_repl(esp_console_repl_t *repl);
Desp_console_repl.c294 esp_err_t esp_console_start_repl(esp_console_repl_t *repl) in esp_console_start_repl() function
/hal_espressif-3.6.0/examples/peripherals/uart/uart_repl/main/
Duart_repl_example_main.c180 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/system/
Dconsole.rst167 …c:`esp_console_cmd_register` 来注册其它命令。REPL 环境在初始化后需要再调用 :cpp:func:`esp_console_start_repl` 函数才能开始运行。
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dmain.c222 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/examples/protocols/icmp_echo/main/
Decho_example_main.c218 ESP_ERROR_CHECK(esp_console_start_repl(s_repl)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/main/
Dcmd_mcpwm_motor.c307 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in cmd_mcpwm_motor_init()
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c425 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/examples/wifi/ftm/main/
Dftm_main.c636 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c771 ESP_ERROR_CHECK(esp_console_start_repl(repl)); in wifi_console_init()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dconsole.rst156 …ister`. The REPL environment keeps in init state until you call :cpp:func:`esp_console_start_repl`.