Home
last modified time | relevance | path

Searched refs:usecs (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dvsc8575_support.c397 int32_t usleep(uint32_t usecs);
407 int32_t usleep(uint32_t usecs) in usleep() argument
413 usecs = (usecs + (ustick - 1)) / ustick; in usleep()
415 vTaskDelay(usecs); in usleep()
418 volatile uint64_t timeout = g_tick_counter + (((uint64_t)usecs + 999ULL) / 1000ULL); in usleep()
Dvsc8575_phy.c420 extern int32_t usleep(uint32_t usecs);