Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pd.c121 uint32_t start, timeoutMs = 1000; in PD_IdleRequest() local
133 if ((HAL_GetTick() - start) > timeoutMs) { in PD_IdleRequest()
140 if ((HAL_GetTick() - start) > timeoutMs) { in PD_IdleRequest()
151 uint32_t start, timeoutMs = 1000; in PD_PowerOn() local
162 if ((HAL_GetTick() - start) > timeoutMs) { in PD_PowerOn()

Completed in 4 milliseconds