Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_utils.c166 uint32_t tmpDelay = Delay; in LL_mDelay() local
172 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