Searched refs:tmpDelay (Results 1 – 1 of 1) sorted by relevance
166 uint32_t tmpDelay = Delay; in LL_mDelay() local172 if(tmpDelay < LL_MAX_DELAY) in LL_mDelay()174 tmpDelay++; in LL_mDelay()177 while (tmpDelay != 0U) in LL_mDelay()181 tmpDelay--; in LL_mDelay()
Completed in 4 milliseconds