Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 87) sorted by relevance

1234

/hal_espressif-3.5.0/examples/storage/nvs_rw_value_cxx/
DREADME.md36 Restarting in 10 seconds...
37 Restarting in 9 seconds...
38 Restarting in 8 seconds...
39 Restarting in 7 seconds...
40 Restarting in 6 seconds...
41 Restarting in 5 seconds...
42 Restarting in 4 seconds...
43 Restarting in 3 seconds...
44 Restarting in 2 seconds...
45 Restarting in 1 seconds...
[all …]
/hal_espressif-3.5.0/examples/storage/nvs_rw_value/
DREADME.md42 Restarting in 10 seconds...
43 Restarting in 9 seconds...
44 Restarting in 8 seconds...
45 Restarting in 7 seconds...
46 Restarting in 6 seconds...
47 Restarting in 5 seconds...
48 Restarting in 4 seconds...
49 Restarting in 3 seconds...
50 Restarting in 2 seconds...
51 Restarting in 1 seconds...
[all …]
/hal_espressif-3.5.0/examples/build_system/cmake/idf_as_lib/
DREADME.md24 Restarting in 10 seconds...
25 Restarting in 9 seconds...
26 Restarting in 8 seconds...
27 Restarting in 7 seconds...
28 Restarting in 6 seconds...
29 Restarting in 5 seconds...
30 Restarting in 4 seconds...
31 Restarting in 3 seconds...
32 Restarting in 2 seconds...
33 Restarting in 1 seconds...
[all …]
/hal_espressif-3.5.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/
DREADME.md10 …hroughput test method for 30 seconds (`BLE_RX_TIMEOUT`) then the program starts with default READ …
18 …d between these two devices, user is given a window of `YES_NO_PARAM` (5 seconds) to customize con…
28 | Test time: Enter value in seconds. |
32 | ** Enter 'throughput read 60' for reading char for 60 seconds |
33 | OR 'throughput write 60' for writing to char for 60 seconds |
34 | OR 'throughput notify 60' for notifications (for 60 seconds)**|
39 …f user fail to enter any values for next 30 seconds, the app falls to default behavior of READ for…
90 | Test time: Enter value in seconds. |
94 | ** Enter 'throughput read 60' for reading char for 60 seconds |
95 | OR 'throughput write 60' for writing to char for 60 seconds |
[all …]
/hal_espressif-3.5.0/examples/bluetooth/nimble/throughput_app/
DREADME.md7 …s to specify throughput test name (`read`, `write` or `notify`) and test time in seconds. Below are
8 sample numbers of different throughput test runs for 60 seconds (MTU = 512, conn itvl = 7.5msec, co…
12 |NOTIFY | 60 seconds | ~340Kbps|
13 |READ | 60 seconds | ~200kbps|
14 |WRITE | 60 seconds | ~500kbps|
/hal_espressif-3.5.0/docs/zh_CN/get-started/
Dindex.rst570 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 5962.8 kbit/s)...
574 … Wrote 26096 bytes (15408 compressed) at 0x00001000 in 0.4 seconds (effective 546.7 kbit/s)...
582 … Wrote 147104 bytes (77364 compressed) at 0x00010000 in 1.9 seconds (effective 615.5 kbit/s)...
610 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 3851.6 kbit/s)...
614 … Wrote 22592 bytes (13483 compressed) at 0x00001000 in 0.3 seconds (effective 595.1 kbit/s)...
622 … Wrote 140048 bytes (70298 compressed) at 0x00010000 in 1.7 seconds (effective 662.5 kbit/s)...
653 … Wrote 18896 bytes (11758 compressed) at 0x00000000 in 0.5 seconds (effective 279.9 kbit/s)...
662 … Wrote 168208 bytes (88178 compressed) at 0x00010000 in 2.4 seconds (effective 569.2 kbit/s)...
666 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 478.9 kbit/s)...
695 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 4238.1 kbit/s)...
[all …]
/hal_espressif-3.5.0/examples/common_components/pcap/src/
Dpcap.c40 uint32_t seconds; /*!< Number of seconds since January 1st, 1970, 00:00:00 GMT */ member
114 …packet(pcap_file_handle_t pcap, void *payload, uint32_t length, uint32_t seconds, uint32_t microse… in pcap_capture_packet() argument
119 .seconds = seconds, in pcap_capture_packet()
168 fprintf(print_file, "Timestamp (Seconds): %d\n", packet_header.seconds); in pcap_print_summary()
/hal_espressif-3.5.0/examples/openthread/ot_cli/
DREADME.md82 # After some seconds
112 # After some seconds
128 I (1310225) ot_socket: Socket listening, timeout is 30 seconds
136 I (1339815) ot_socket: Waiting for data, timeout is 30 seconds
167 -i <interval> : seconds between periodic bandwidth reports
168 -t <time> : time in seconds to transmit for (default 10 secs)
/hal_espressif-3.5.0/examples/cxx/experimental/blink_cxx/main/
Dmain.cpp30 this_thread::sleep_for(std::chrono::seconds(1)); in app_main()
33 this_thread::sleep_for(std::chrono::seconds(1)); in app_main()
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_timer.c226 utc.seconds = sec; in convert_unix_to_utc()
247 return ((days * 24 + utc_time->hour) * 60 + utc_time->minutes) * 60 + utc_time->seconds; in convert_utc_to_unix()
315 local_time.seconds++; in seconds_update()
317 if (local_time.seconds == 60) { in seconds_update()
318 local_time.seconds = 0; in seconds_update()
632 utc.seconds = 0; in genie_timer_periodic_start()
710 local_time.hour, local_time.minutes, local_time.seconds, in genie_timer_local_time_show()
786 local_time.hour, local_time.minutes, local_time.seconds, in genie_timer_local_time_update()
/hal_espressif-3.5.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/
DREADME.md80 | 5. Try 'motor' to start motor in several seconds or stop it |
102 Running seconds = 10
140 -u, --start=<seconds> Set running seconds for motor, set '0' to keep motor running
167 Running seconds = 10
222 * 'u' - start the motor in <sec> seconds, if <sec> is 0, the motor won't stop until 'motor -d' is i…
227 motor: motor starts to run in 10 seconds
/hal_espressif-3.5.0/docs/zh_CN/get-started-legacy/
Dindex.rst335 Wrote 26704 bytes (15930 compressed) at 0x00001000 in 1.4 seconds (effective 151.9 kbit/s)...
338 Wrote 147984 bytes (77738 compressed) at 0x00010000 in 6.9 seconds (effective 172.7 kbit/s)...
341 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 1607.9 kbit/s)...
377 Restarting in 10 seconds...
378 Restarting in 9 seconds...
379 Restarting in 8 seconds...
380 Restarting in 7 seconds...
/hal_espressif-3.5.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c449 static esp_err_t start_bt_scan(uint32_t seconds) in start_bt_scan() argument
452 …if ((ret = esp_bt_gap_start_discovery(ESP_BT_INQ_MODE_GENERAL_INQUIRY, (int)(seconds / 1.28), 0)) … in start_bt_scan()
576 static esp_err_t start_ble_scan(uint32_t seconds) in start_ble_scan() argument
585 if ((ret = esp_ble_gap_start_scanning(seconds)) != ESP_OK) { in start_ble_scan()
789 esp_err_t esp_hid_scan(uint32_t seconds, size_t *num_results, esp_hid_scan_result_t **results) in esp_hid_scan() argument
797 if (start_ble_scan(seconds) == ESP_OK) { in esp_hid_scan()
805 if (start_bt_scan(seconds) == ESP_OK) { in esp_hid_scan()
/hal_espressif-3.5.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c452 static esp_err_t start_bt_scan(uint32_t seconds) in start_bt_scan() argument
455 …if ((ret = esp_bt_gap_start_discovery(ESP_BT_INQ_MODE_GENERAL_INQUIRY, (int)(seconds / 1.28), 0)) … in start_bt_scan()
579 static esp_err_t start_ble_scan(uint32_t seconds) in start_ble_scan() argument
588 if ((ret = esp_ble_gap_start_scanning(seconds)) != ESP_OK) { in start_ble_scan()
792 esp_err_t esp_hid_scan(uint32_t seconds, size_t *num_results, esp_hid_scan_result_t **results) in esp_hid_scan() argument
800 if (start_ble_scan(seconds) == ESP_OK) { in esp_hid_scan()
808 if (start_bt_scan(seconds) == ESP_OK) { in esp_hid_scan()
/hal_espressif-3.5.0/examples/cxx/experimental/esp_event_async_cxx/main/
Desp_event_async_cxx_example.cpp84 this_thread::sleep_for(chrono::seconds(1)); in app_main()
106 this_thread::sleep_for(chrono::seconds(1)); in app_main()
/hal_espressif-3.5.0/examples/network/simple_sniffer/main/
Dcmd_sniffer.c57 uint32_t seconds; member
139 packet_info.seconds = sniffer->rx_ctrl.timestamp / 1000000U; in wifi_sniffer_cb()
159 packet_info.seconds = tv_now.tv_sec; in eth_sniffer_cb()
184 if (packet_capture(packet_info.payload, packet_info.length, packet_info.seconds, in sniffer_task()
Dcmd_pcap.h28 esp_err_t packet_capture(void *payload, uint32_t length, uint32_t seconds, uint32_t microseconds);
/hal_espressif-3.5.0/examples/ethernet/iperf/
DREADME.md62 …un command: `iperf -u -s -i 3` to start iperf server in UDP mode, and report interval is 3 seconds.
63 …iperf -u -c PC_IP -i 3 -t 30` to start iperf client in UDP mode, and the test will last 30 seconds.
106 … to start iperf client in UDP mode with estimated bandwidth 100M, and report interval is 3 seconds.
107 …and: `iperf -u -s -t 30 -i 3` to start iperf server in UDP mode, and the test will last 30 seconds.
/hal_espressif-3.5.0/docs/en/get-started/
Dindex.rst570 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 5962.8 kbit/s)...
574 … Wrote 26096 bytes (15408 compressed) at 0x00001000 in 0.4 seconds (effective 546.7 kbit/s)...
582 … Wrote 147104 bytes (77364 compressed) at 0x00010000 in 1.9 seconds (effective 615.5 kbit/s)...
610 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 3851.6 kbit/s)...
614 … Wrote 22592 bytes (13483 compressed) at 0x00001000 in 0.3 seconds (effective 595.1 kbit/s)...
622 … Wrote 140048 bytes (70298 compressed) at 0x00010000 in 1.7 seconds (effective 662.5 kbit/s)...
653 … Wrote 18896 bytes (11758 compressed) at 0x00000000 in 0.5 seconds (effective 279.9 kbit/s)...
662 … Wrote 168208 bytes (88178 compressed) at 0x00010000 in 2.4 seconds (effective 569.2 kbit/s)...
666 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 478.9 kbit/s)...
695 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 4238.1 kbit/s)...
[all …]
/hal_espressif-3.5.0/examples/system/task_watchdog/
DREADME.md39 Delay for 10 seconds
48 Delay for 10 seconds
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/common_components/button/
DREADME.md8 …* Serial threshold seconds which decides that serial trigger callback will be called after how man…
/hal_espressif-3.5.0/components/newlib/
Dtime.c220 unsigned int sleep(unsigned int seconds) in sleep() argument
222 usleep(seconds*1000000UL); in sleep()
/hal_espressif-3.5.0/components/newlib/test/
Dtest_newlib.c207 const time_t seconds = 1584039600; variable
210 struct tm *tm = localtime(&seconds);
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/esptool/
Dflashing-firmware.rst91 Wrote 25536 bytes (15935 compressed) at 0x00001000 in 0.7 seconds (effective 275.5 kbit/s)...
94 Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 334.1 kbit/s)...
97 Wrote 169232 bytes (89490 compressed) at 0x00010000 in 2.6 seconds (effective 513.0 kbit/s)...
/hal_espressif-3.5.0/examples/common_components/pcap/include/
Dpcap.h112 …packet(pcap_file_handle_t pcap, void *payload, uint32_t length, uint32_t seconds, uint32_t microse…

1234