Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 139) sorted by relevance

123456

/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph/main/
Dscli.c38 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/
DREADME.md87 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/
DCreateSectionTable.py34 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/
Dtest_utils.c108 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/
Dwifi_connect.c52 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/
Dthread.c29 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/
Dtest_sleep.c178 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()
Dtest_delay.c34 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/
DREADME.md58 …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/
DREADME.md53 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/
DKconfig11 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/
DREADME.md80 | 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/
Dapp_trace.rst175 ``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/
Desp-wifi-mesh.rst68 … 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/
Desp_timer_test.cpp151 CHECK_THROWS_AS(timer.stop(), ESPException&);
180 timer.stop();
/hal_espressif-3.6.0/examples/common_components/protocol_examples_common/
Dconnect.c149 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/
Didf_monitor.py133 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/
Desp_rfc2217_server.py178 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/
Dcmd_mcpwm_motor.c54 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/
Dtemp_sensor.rst53 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…
Di2s.rst155 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/
Dicmp_echo.rst80 …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/
DREADME.md16 * 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/
Dgdbinit15 mon esp sysview stop
/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/
Dgdbinit16 mon esp32 sysview stop

123456