Home
last modified time | relevance | path

Searched refs:ticks (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_time.c93 uint32_t ticks = (uint32_t)(((uint64_t)ms * OS_TICK_PER_SECOND) / 1000); in OsalMSleep() local
94 (void)PRT_TaskDelay(ticks); in OsalMSleep()
H A Dosal_sem.c63 uint32_t ticks = (uint32_t)(((uint64_t)ms * OS_TICK_PER_SECOND) / 1000); in OsalSemWait() local
70 ret = PRT_SemPend((uint32_t)(uintptr_t)sem->realSemaphore, ticks); in OsalSemWait()
/drivers/hdf_core/adapter/platform/spi/
H A Dspi_stm32f4xx.c699 uint32_t ticks = 0; local
738 ticks = (msg->delayUs / PER_MS_IN_SEC);
739 osDelay(ticks);

Completed in 3 milliseconds