Home
last modified time | relevance | path

Searched refs:usleep (Results 1 – 25 of 28) sorted by relevance

12

/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c120 usleep(capture_window_ms * 1000); in mcpwm_pcnt_get_pulse_number()
179 usleep(10000); // wait until timer stopped in mcpwm_start_stop_test()
207 usleep(10000); in mcpwm_deadtime_test()
244 usleep(10000); in mcpwm_carrier_test()
296 usleep(10000); in mcpwm_fault_cbc_test()
299 usleep(10000); in mcpwm_fault_cbc_test()
332 usleep(10000); in mcpwm_fault_ost_test()
335 usleep(10000); in mcpwm_fault_ost_test()
/hal_espressif-3.6.0/examples/system/esp_timer/main/
Desp_timer_example_main.c58 usleep(2000000); in app_main()
74 usleep(2000000); in app_main()
/hal_espressif-3.6.0/components/sdmmc/test/
Dtest_sd.c86 usleep(SD_TEST_BOARD_PWR_RST_DELAY_MS * 1000); in sd_test_board_power_on()
88 usleep(SD_TEST_BOARD_PWR_ON_DELAY_MS * 1000); in sd_test_board_power_on()
570 usleep(1000); in test_cd_input()
575 usleep(1000); in test_cd_input()
600 usleep(1000); in test_wp_input()
605 usleep(1000); in test_wp_input()
/hal_espressif-3.6.0/components/pthread/test/
Dtest_pthread_cond_var.c24 usleep(targs->delay_ms * 1000); in thread_signals()
52 usleep(targs->delay_ms * 1000); in thread_waits()
Dtest_cxx_cond_var.cpp59 usleep(rand() % 1000);
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c110 usleep(xTicksToDelay*1000); in vTaskDelay()
165 usleep(1000); in xTaskCreate()
/hal_espressif-3.6.0/components/newlib/
Dtime.c206 int usleep(useconds_t us) in usleep() function
222 usleep(seconds*1000000UL); in sleep()
/hal_espressif-3.6.0/components/ulp/test/esp32/
Dtest_ulp_as.c20 usleep(10000);
/hal_espressif-3.6.0/components/wpa_supplicant/port/
Dos_xtensa.c59 usleep(usec); in os_sleep()
/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/components/eeprom/
Dlinker.lf24 time:usleep (noflash)
Dspi_eeprom.c79 usleep(1); in eeprom_wait_done()
101 usleep(1); in eeprom_wait_done()
/hal_espressif-3.6.0/examples/system/pthread/main/
Dpthread_example.c60 usleep(250 * 1000); in example_thread()
/hal_espressif-3.6.0/tools/test_apps/system/panic/main/
Dtest_panic_main.c217 usleep(1000); in die()
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.h76 #define vTaskDelay(m) usleep((m)*0)
/hal_espressif-3.6.0/components/esp_rom/linux/
Desp_rom_sys.c273 int sleep_result = usleep(us); in esp_rom_delay_us()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dpthread.rst18 …a mutex, or the thread calls any of the functions ``sleep``, :cpp:func:`vTaskDelay`, or ``usleep``.
22 …If calling a standard libc or C++ sleep function, such as ``usleep`` defined in ``unistd.h``, then…
/hal_espressif-3.6.0/components/protocomm/test/
Dtest_protocomm.c1122 usleep(1000);
1141 usleep(1000);
/hal_espressif-3.6.0/components/console/linenoise/
Dlinenoise.c1052 usleep(retry_ms * 1000); in linenoiseProbe()
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp_esp32s2.map1485 .literal.usleep
1513 .text.usleep 0x0000000000000000 0x2c esp-idf/newlib/libnewlib.a(time.c.obj)
15813 usleep esp-idf/newlib/libnewlib.a(time.c.obj)
Dapp2.map1524 .literal.usleep
1552 .text.usleep 0x0000000000000000 0x2c esp-idf/newlib/libnewlib.a(time.c.obj)
17774 usleep esp-idf/newlib/libnewlib.a(time.c.obj)
Dapp_esp32s3.map2225 .literal.usleep
2239 .text.usleep 0x0000000000000000 0x2c esp-idf/newlib/libnewlib.a(time.c.obj)
20558 usleep esp-idf/newlib/libnewlib.a(time.c.obj)
Dapp_esp32c3.map1584 .text.usleep 0x0000000000000000 0x38 esp-idf/newlib/libnewlib.a(time.c.obj)
16968 usleep esp-idf/newlib/libnewlib.a(time.c.obj)
Dapp_esp32h2.map1525 .text.usleep 0x0000000000000000 0x38 esp-idf/newlib/libnewlib.a(time.c.obj)
15206 usleep esp-idf/newlib/libnewlib.a(time.c.obj)
Dapp.map1669 .literal.usleep
1697 ….text.usleep 0x0000000000000000 0x2c /home/user/esp/esp-idf/tools/unit-test-app/build/newl…
Doverflow.map39565 .literal.usleep
44260 .text.usleep 0x00000000400d6a74 0x2c esp-idf/newlib/libnewlib.a(time.c.obj)
44261 0x00000000400d6a74 usleep
77183 usleep esp-idf/newlib/libnewlib.a(time.c.obj)

12