Searched refs:wait (Results 1 – 11 of 11) sorted by relevance
372 uint32_t wait = Delay; in HAL_Delay() local375 if (wait < HAL_MAX_DELAY) in HAL_Delay()377 wait += (uint32_t)(uwTickFreq); in HAL_Delay()380 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
378 uint32_t wait = Delay; in HAL_Delay() local381 if (wait < HAL_MAX_DELAY) in HAL_Delay()383 wait += (uint32_t)uwTickFreq; in HAL_Delay()386 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
198 ret = p.wait()
294 volatile uint32_t wait = 50u; in hashcrypt_check_need_key() local296 while ((wait > 0U) && (base->STATUS == 0U)) in hashcrypt_check_need_key()298 wait--; in hashcrypt_check_need_key()
77 Contributors don't have to wait for any approvals before upstreaming patches,
79 to handle the situation where it has to wait for the server (secure) side to
322 to fulfill thread wait and wake-up.1137 This function performs use scenario and NS OS specific waiting mechanism to wait1147 fall into sleep to wait for PSA Client result.
161 wait for the response. Scheduler switches to a specified thread (partition)
247 concurrently. The second request to ITS will just be made to wait by the SPM.
326 access depending services to prepare the response. It also can wait for
378 * Continually wait for one or more of the partition's RoT Service or