Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc.c2489 __IO uint32_t waitLoopIndex = (microSecond * (SystemCoreClock / 1000000U)); in ADC_DelayMicroSecond() local
2491 while (waitLoopIndex != 0U) in ADC_DelayMicroSecond()
2493 waitLoopIndex--; in ADC_DelayMicroSecond()