Home
last modified time | relevance | path

Searched refs:us (Results 1 – 25 of 110) sorted by relevance

12345

/hal_espressif-3.6.0/examples/system/esp_timer/
DREADME.md48 I (294) example: Started timers, time since boot: 9662 us
51 I (794) example: Periodic timer called, time since boot: 509694 us
52 I (1294) example: Periodic timer called, time since boot: 1009671 us
53 I (1794) example: Periodic timer called, time since boot: 1509671 us
54 I (2294) example: Periodic timer called, time since boot: 2009671 us
57 I (2794) example: Periodic timer called, time since boot: 2509671 us
58 I (3294) example: Periodic timer called, time since boot: 3009671 us
59 I (3794) example: Periodic timer called, time since boot: 3509671 us
60 I (4294) example: Periodic timer called, time since boot: 4009671 us
63 I (4794) example: Periodic timer called, time since boot: 4509671 us
[all …]
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/mb_tcp_slave/
DREADME.md63 I (41225) SLAVE_TEST: INPUT READ (41704766 us), ADDR:1, TYPE:8, INST_ADDR:0x3ffcb878, SIZE:2
64 I (41235) SLAVE_TEST: HOLDING READ (41719746 us), ADDR:1, TYPE:2, INST_ADDR:0x3ffcb9b4, SIZE:2
65 I (41255) SLAVE_TEST: INPUT READ (41732965 us), ADDR:3, TYPE:8, INST_ADDR:0x3ffcb87c, SIZE:2
66 I (41265) SLAVE_TEST: HOLDING READ (41745923 us), ADDR:3, TYPE:2, INST_ADDR:0x3ffcb9b8, SIZE:2
67 I (41275) SLAVE_TEST: INPUT READ (41759563 us), ADDR:5, TYPE:8, INST_ADDR:0x3ffcb880, SIZE:2
68 I (41295) SLAVE_TEST: HOLDING READ (41772568 us), ADDR:5, TYPE:2, INST_ADDR:0x3ffcb9bc, SIZE:2
69 I (41305) SLAVE_TEST: COILS WRITE (41785889 us), ADDR:0, TYPE:16, INST_ADDR:0x3ffcb874, SIZE:8
70 I (41315) SLAVE_TEST: COILS WRITE (41799175 us), ADDR:8, TYPE:16, INST_ADDR:0x3ffcb875, SIZE:8
71 I (41945) SLAVE_TEST: INPUT READ (42421629 us), ADDR:1, TYPE:8, INST_ADDR:0x3ffcb878, SIZE:2
72 I (42145) SLAVE_TEST: HOLDING READ (42626497 us), ADDR:1, TYPE:2, INST_ADDR:0x3ffcb9b4, SIZE:2
[all …]
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/
DREADME.md24 I (6834) Client: Recv 0xc102e5, tid 0x0001, time 156585us
26 I (8024) Client: Recv 0xc102e5, tid 0x0002, time 83348us
28 I (9094) Client: Recv 0xc102e5, tid 0x0003, time 51202us
30 I (10294) Client: Recv 0xc102e5, tid 0x0004, time 45290us
32 I (11564) Client: Recv 0xc102e5, tid 0x0005, time 22973us
34 I (12754) Client: Recv 0xc102e5, tid 0x0006, time 22369us
36 I (14134) Client: Recv 0xc102e5, tid 0x0007, time 22113us
38 I (15614) Client: Recv 0xc102e5, tid 0x0008, time 68969us
40 I (16714) Client: Recv 0xc102e5, tid 0x0009, time 21782us
42 I (17814) Client: Recv 0xc102e5, tid 0x000a, time 25010us
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/
DREADME.md68 I (444) hc-sr04: Pulse width: 419us, Measured distance: 7.22cm
69 I (544) hc-sr04: Pulse width: 419us, Measured distance: 7.22cm
70 I (644) hc-sr04: Pulse width: 416us, Measured distance: 7.17cm
71 I (744) hc-sr04: Pulse width: 415us, Measured distance: 7.16cm
72 I (844) hc-sr04: Pulse width: 415us, Measured distance: 7.16cm
73 I (944) hc-sr04: Pulse width: 416us, Measured distance: 7.17cm
74 I (1044) hc-sr04: Pulse width: 391us, Measured distance: 6.74cm
/hal_espressif-3.6.0/components/lwip/apps/sntp/
Dsntp.c121 void sntp_set_system_time(uint32_t sec, uint32_t us) in sntp_set_system_time() argument
123 struct timeval tv = { .tv_sec = sec, .tv_usec = us }; in sntp_set_system_time()
127 void sntp_get_system_time(uint32_t *sec, uint32_t *us) in sntp_get_system_time() argument
132 *(us) = tv.tv_usec; in sntp_get_system_time()
/hal_espressif-3.6.0/examples/protocols/modbus/serial/mb_slave/
DREADME.md86 I (13941) SLAVE_TEST: INPUT READ (13651163 us), ADDR:1, TYPE:8, INST_ADDR:0x3ffb2fd0, SIZE:2
87 I (13951) SLAVE_TEST: HOLDING READ (13656431 us), ADDR:1, TYPE:2, INST_ADDR:0x3ffb2fe0, SIZE:2
88 I (13961) SLAVE_TEST: INPUT READ (13665877 us), ADDR:3, TYPE:8, INST_ADDR:0x3ffb2fd4, SIZE:2
89 I (13971) SLAVE_TEST: HOLDING READ (13676010 us), ADDR:3, TYPE:2, INST_ADDR:0x3ffb2fe4, SIZE:2
90 I (13981) SLAVE_TEST: INPUT READ (13686130 us), ADDR:5, TYPE:8, INST_ADDR:0x3ffb2fd8, SIZE:2
91 I (13991) SLAVE_TEST: HOLDING READ (13696267 us), ADDR:5, TYPE:2, INST_ADDR:0x3ffb2fe8, SIZE:2
92 I (14001) SLAVE_TEST: COILS READ (13706331 us), ADDR:0, TYPE:32, INST_ADDR:0x3ffb2fcc, SIZE:8
/hal_espressif-3.6.0/components/newlib/
Dtime.c206 int usleep(useconds_t us) in usleep() argument
209 if (us < us_per_tick) { in usleep()
210 esp_rom_delay_us((uint32_t) us); in usleep()
215 vTaskDelay((us + us_per_tick - 1) / us_per_tick); in usleep()
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/
DREADME.md44 [ 1] timestamp (us) TIME(us) Read-Only 168561481
53 [ 1] timestamp (us) TIME(us) Read-Only 22380117
64 [ 1] timestamp (us) TIME(us) Read-Only 55110859
/hal_espressif-3.6.0/examples/protocols/modbus/serial/
DREADME.md42 I (81463) SLAVE_TEST: HOLDING READ (81150420 us), ADDR:1, TYPE:2, INST_ADDR:0x3ffb2868, SIZE:6
43 I (82463) SLAVE_TEST: HOLDING READ (82150720 us), ADDR:1, TYPE:2, INST_ADDR:0x3ffb2868, SIZE:6
44 I (83573) SLAVE_TEST: HOLDING READ (83260630 us), ADDR:1, TYPE:2, INST_ADDR:0x3ffb2868, SIZE:6
45 I (84603) SLAVE_TEST: HOLDING READ (84290530 us), ADDR:1, TYPE:2, INST_ADDR:0x3ffb2868, SIZE:6
46 I (85703) SLAVE_TEST: HOLDING READ (85396692 us), ADDR:1, TYPE:2, INST_ADDR:0x3ffb2868, SIZE:6
/hal_espressif-3.6.0/components/lwip/port/esp32/include/sntp/
Dsntp_get_set_time.h43 void sntp_set_system_time(uint32_t sec, uint32_t us);
49 void sntp_get_system_time(uint32_t* sec, uint32_t* us);
/hal_espressif-3.6.0/components/lwip/port/esp32/include/
Dlwipopts.h1079 #define SNTP_SET_SYSTEM_TIME_US(sec, us) (sntp_set_system_time(sec, us)) argument
1080 #define SNTP_GET_SYSTEM_TIME(sec, us) (sntp_get_system_time(&(sec), &(us))) argument
/hal_espressif-3.6.0/components/spi_flash/
Dspi_flash_os_func_noos.c89 static IRAM_ATTR esp_err_t delay_us(void *arg, uint32_t us) in delay_us() argument
91 esp_rom_delay_us(us); in delay_us()
/hal_espressif-3.6.0/zephyr/esp32/src/bt/
Desp_bt_adapter.c124 uint32_t (*_btdm_us_2_lpcycles)(uint32_t us);
235 static uint32_t btdm_us_2_lpcycles(uint32_t us);
692 uint64_t us = (uint64_t)btdm_lpcycle_us * cycles; in btdm_lpcycles_2_us() local
694 us = (us + (1 << (btdm_lpcycle_us_frac - 1))) >> btdm_lpcycle_us_frac; in btdm_lpcycles_2_us()
695 return (uint32_t)us; in btdm_lpcycles_2_us()
701 static uint32_t IRAM_ATTR btdm_us_2_lpcycles(uint32_t us) in btdm_us_2_lpcycles() argument
706 uint64_t cycles = ((uint64_t)(us) << btdm_lpcycle_us_frac) / btdm_lpcycle_us; in btdm_us_2_lpcycles()
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dets_sys.h322 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
366 void ets_delay_us(uint32_t us);
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dets_sys.h322 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
366 void ets_delay_us(uint32_t us);
/hal_espressif-3.6.0/components/esp_rom/linux/
Desp_rom_sys.c271 void esp_rom_delay_us(uint32_t us) in esp_rom_delay_us() argument
273 int sleep_result = usleep(us); in esp_rom_delay_us()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/system/
Dpower_management.rst26 …否需要进行频率切换等。CPU 频率为 240 MHz 且未启用频率调节时,最小额外延迟为 0.2 us;如果启用频率调节,且在中断入口将频率由 40 MHz 调节至 80 MHz,则最大额外延迟为…
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Dets_sys.h348 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
392 void ets_delay_us(uint32_t us);
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dets_sys.h322 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
366 void ets_delay_us(uint32_t us);
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dets_sys.h324 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
368 void ets_delay_us(uint32_t us);
/hal_espressif-3.6.0/components/esp_rom/include/
Desp_rom_sys.h39 void esp_rom_delay_us(uint32_t us);
/hal_espressif-3.6.0/examples/wifi/roaming/
DREADME.md75 I (382029) wifi:pm stop, total sleep time: 102136757 us / 109258805 us
86 I (384789) wifi:AP's beacon interval = 102400 us, DTIM period = 2
/hal_espressif-3.6.0/
DCONTRIBUTING.rst14 Before sending us a Pull Request, please consider this list of points:
34 * If you're unsure about any of these points, please open the Pull Request anyhow and then ask us f…
/hal_espressif-3.6.0/docs/en/api-reference/system/
Desp_timer.rst41 … is called with a timeout value less than 20us, the callback will be dispatched only after approxi…
43 …p_timer`` also imposes a 50us restriction on the minimal timer period. Periodic software timers wi…
/hal_espressif-3.6.0/components/bt/controller/esp32/
Dbt.c160 uint32_t (* _btdm_us_2_lpcycles)(uint32_t us);
315 static uint32_t IRAM_ATTR btdm_us_2_lpcycles(uint32_t us);
1065 uint64_t us = (uint64_t)btdm_lpcycle_us * cycles; in btdm_lpcycles_2_us() local
1066 us = (us + (1 << (btdm_lpcycle_us_frac - 1))) >> btdm_lpcycle_us_frac; in btdm_lpcycles_2_us()
1067 return (uint32_t)us; in btdm_lpcycles_2_us()
1073 static uint32_t IRAM_ATTR btdm_us_2_lpcycles(uint32_t us) in btdm_us_2_lpcycles() argument
1078 uint64_t cycles = ((uint64_t)(us) << btdm_lpcycle_us_frac) / btdm_lpcycle_us; in btdm_us_2_lpcycles()

12345