Home
last modified time | relevance | path

Searched refs:vTaskDelay (Results 1 – 13 of 13) sorted by relevance

/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_startup/
Dsystem_main.c89 extern void vTaskDelay();
105 vTaskDelay(1000); in test_send_thread_func()
/device/soc/esp/esp32/components/spi_flash/
Dspi_flash_os_func_app.c144 vTaskDelay(CONFIG_SPI_FLASH_ERASE_YIELD_TICKS); in spi1_flash_os_yield()
146 vTaskDelay(1); in spi1_flash_os_yield()
Dflash_ops.c232 vTaskDelay(CONFIG_SPI_FLASH_ERASE_YIELD_TICKS); in spi_flash_os_yield()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dmpu_wrappers.h54 #define vTaskDelay MPU_vTaskDelay macro
Dtask.h844 void vTaskDelay( const TickType_t xTicksToDelay ) PRIVILEGED_FUNCTION;
/device/soc/esp/esp32/components/newlib/
Dtime.c215 vTaskDelay((us + us_per_tick - 1) / us_per_tick); in usleep()
/device/soc/esp/esp32/components/osal/
Dtasks.c169 void vTaskDelay( const TickType_t xTicksToDelay ) in vTaskDelay() function
/device/soc/esp/esp32/components/esp_lwip/port/
Dsys_arch.c554 vTaskDelay(ms / portTICK_PERIOD_MS); in sys_delay_ms()
/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c393 vTaskDelay(pdMS_TO_TICKS(10)); in esp_blufi_send_encap()
/device/soc/esp/esp32/components/driver/
Dsdmmc_transaction.c486 vTaskDelay(1); in wait_for_busy_cleared()
/device/soc/esp/esp32/components/driver/esp32/
Dtouch_sensor.c280 vTaskDelay(wait_tick ? wait_tick : 1); in touch_pad_config()
/device/soc/esp/esp32/components/esp_wifi/esp32/
Desp_adapter.c713 ._task_delay = vTaskDelay,
/device/soc/esp/esp32/components/pthread/
Dpthread.c480 vTaskDelay(0);