/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph/main/ |
D | scli.c | 38 static int stop; variable 111 while (!stop) { in scli_task() 117 if (stop == 1) { in scli_task() 134 if (stop) { in scli_task()
|
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/ |
D | README.md | 87 I (5545) TWAI Master: Transmitted stop command 95 I (9535) TWAI Master: Transmitted stop command 103 I (13525) TWAI Master: Transmitted stop command 120 I (9212) TWAI Slave: Transmitted stop response 128 I (13202) TWAI Slave: Transmitted stop response 136 I (17192) TWAI Slave: Transmitted stop response 153 I (4566) TWAI Listen Only: Received master stop command 154 I (4606) TWAI Listen Only: Received slave stop response 162 I (8556) TWAI Listen Only: Received master stop command 163 I (8596) TWAI Listen Only: Received slave stop response [all …]
|
/hal_espressif-3.6.0/tools/unit-test-app/tools/ |
D | CreateSectionTable.py | 34 stop = item.stop if item.stop is None else item.stop - self.start_address 35 return self.data[start:stop]
|
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/ |
D | test_utils.c | 108 char *stop; in unity_util_convert_mac_from_string() local 112 tmp = strtol(start, &stop, 16); in unity_util_convert_mac_from_string() 113 if (stop - start == 2 && (*stop == ':' || (*stop == 0 && loop == 5))) { in unity_util_convert_mac_from_string()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ |
D | wifi_connect.c | 52 static void stop(void); 70 ESP_ERROR_CHECK(esp_register_shutdown_handler(&stop)); in example_connect() 85 stop(); in example_disconnect() 140 static void stop(void) in stop() function
|
/hal_espressif-3.6.0/components/bt/common/osi/ |
D | thread.c | 29 bool stop; member 61 if (thread->stop) { in osi_thread_run() 65 while (!thread->stop && idx < thread->work_queue_num) { in osi_thread_run() 97 thread->stop = true; in osi_thread_stop() 126 thread->stop = false; in osi_thread_create()
|
/hal_espressif-3.6.0/components/esp_system/test/ |
D | test_sleep.c | 178 uint64_t stop = esp_clk_rtc_time(); 180 int diff_us = (int) (stop - start); 540 struct timeval stop; in check_time_deepsleep() local 543 gettimeofday(&stop, NULL); in check_time_deepsleep() 545 int dt_ms = (stop.tv_sec - start.tv_sec) * 1000 + (stop.tv_usec - start.tv_usec) / 1000; in check_time_deepsleep()
|
D | test_delay.c | 34 uint64_t stop = ref_clock_get(); in test_delay_task() local 36 arg->result = (int)(stop - start); in test_delay_task()
|
/hal_espressif-3.6.0/examples/network/simple_sniffer/ |
D | README.md | 58 …eth0|eth1|...>] [-F <mgmt|data|ctrl|misc|mpdu|ampdu|fcsfail>]... [-c <channel>] [--stop] [-n <num>] 63 > --stop stop running sniffer 77 …o capture in this sniffer job. The sniffer job will stop automatically without using `sniffer --st… 78 * `--stop`: Stop sniffer job 162 I (58303) wifi:stop sw txq 163 I (58303) wifi:lmac stop hw txq 164 I (58303) cmd_sniffer: stop promiscuous ok 242 I (71256) wifi:stop sw txq 243 I (71256) wifi:lmac stop hw txq 244 I (71256) cmd_sniffer: stop promiscuous ok [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/blemesh/ |
D | README.md | 53 GAP procedure initiated: stop advertising. 60 GAP procedure initiated: stop advertising. 87 GAP procedure initiated: stop advertising. 91 GAP procedure initiated: stop advertising.
|
/hal_espressif-3.6.0/components/wifi_provisioning/ |
D | Kconfig | 11 int "Provisioning auto-stop timeout" 15 … Time (in seconds) after which the Wi-Fi provisioning manager will auto-stop after connecting to
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/ |
D | README.md | 80 | 5. Try 'motor' to start motor in several seconds or stop it | 139 Start or stop the motor 141 -d, --stop Stop the motor 218 ### Start or stop motor 222 * 'u' - start the motor in <sec> seconds, if <sec> is 0, the motor won't stop until 'motor -d' is i… 223 * 'd' - stop the motor right now
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | app_trace.rst | 175 ``esp apptrace [start <options>] | [stop] | [status] | [dump <cores_num> <outfile>]`` 181 ``stop`` 232 …对收集数据的大小没有限制,并且没有设置任何超时时间。可以通过在 OpenOCD 的 telnet 会话窗口中发送 ``esp apptrace stop`` 命令,或者在 OpenOCD 窗口中使… 356 ``esp sysview [start <options>] | [stop] | [status]`` 362 ``stop`` 396 …跟踪数据被检索并以非阻塞的方式保存,要停止此过程,需要在 OpenOCD 的 telnet 会话窗口输入 ``esp sysview stop`` 命令,或者也可以在 OpenOCD 窗口中按下 …
|
/hal_espressif-3.6.0/docs/en/api-reference/network/ |
D | esp-wifi-mesh.rst | 68 … In order to prevent non-root node access to LwIP, the application should stop the following servi… 81 * stop DHCP server on softAP interface by default 82 * stop DHCP client on station interface by default 106 * stop DHCP server on softAP interface by default 107 * stop DHCP client on station interface by default 248 …de was previously disconnected and was scanning for a parent node or router, it will stop scanning. 249 - If the node was previously attempting to reconnect to a parent node or router, it will stop recon… 260 | | | - Nodes previously scanning for a parent nodes will stop scanning.… 300 //Manually start scan. Will automatically stop when run to completion
|
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/main/ |
D | esp_timer_test.cpp | 151 CHECK_THROWS_AS(timer.stop(), ESPException&); 180 timer.stop();
|
/hal_espressif-3.6.0/examples/common_components/protocol_examples_common/ |
D | connect.c | 149 static void stop(void) in stop() function 208 ESP_ERROR_CHECK(esp_register_shutdown_handler(&stop)); in example_connect() 244 stop(); in example_disconnect() 245 ESP_ERROR_CHECK(esp_unregister_shutdown_handler(&stop)); in example_disconnect()
|
/hal_espressif-3.6.0/tools/ |
D | idf_monitor.py | 133 self.serial_reader.stop() 134 self.console_reader.stop() 164 self.console_reader.stop() 165 self.serial_reader.stop()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/ |
D | esp_rfc2217_server.py | 178 self.stop() 180 def stop(self): member in Redirector 273 r.stop()
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/main/ |
D | cmd_mcpwm_motor.c | 54 struct arg_lit *stop; member 192 if (motor_ctrl_motor_args.stop->count) { in do_motor_ctrl_motor_cmd() 258 motor_ctrl_motor_args.stop = arg_lit0("d", "stop", "Stop the motor"); in register_motor_ctrl_motor()
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | temp_sensor.rst | 53 4. To stop the temperature sensor, please call :cpp:func:'temp_sensor_stop'. 57 …If you want dynamic reconfiguration, you need to stop the sensor first (temp_sensor_stop), set the…
|
D | i2s.rst | 155 You can temporarily stop the I2S driver by calling the function :cpp:func:`i2s_stop`, which will di… 224 i2s_driver_uninstall(i2s_num); //stop & destroy i2s driver 266 i2s_driver_uninstall(i2s_num); //stop & destroy i2s driver 311 i2s_driver_uninstall(i2s_num); //stop & destroy i2s driver 347 i2s_driver_uninstall(i2s_num); //stop & destroy i2s driver
|
/hal_espressif-3.6.0/docs/en/api-reference/protocols/ |
D | icmp_echo.rst | 80 …ping_config.count = ESP_PING_COUNT_INFINITE; // ping in infinite mode, esp_ping_stop can stop it 97 You can start and stop ping session with the handle returned by ``esp_ping_new_session``. Note that… 103 …with ``esp_ping_delete_session``. Please make sure the ping session is in stop state (i.e. you hav…
|
/hal_espressif-3.6.0/examples/peripherals/rmt/step_motor/ |
D | README.md | 16 * Recommend running this example on development board with SOC chip that support loop auto-stop fea… 84 I (20454) step_motor: stop
|
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/ |
D | gdbinit | 15 mon esp sysview stop
|
/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/ |
D | gdbinit | 16 mon esp32 sysview stop
|