Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dvsc8575_support.c410 uint32_t ustick = portTICK_PERIOD_MS * 1000U; /* calculate microseconds per tick */ in usleep() local
413 usecs = (usecs + (ustick - 1)) / ustick; in usleep()