Searched refs:wait (Results 1 – 2 of 2) sorted by relevance
355 uint32_t wait = Delay; in HAL_Delay() local358 if (wait < HAL_MAX_DELAY) in HAL_Delay()360 wait++; in HAL_Delay()363 while((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
884 Added a function to wait for the I2C bus to become IDLE