Searched refs:waitLoopIndex (Results 1 – 1 of 1) sorted by relevance
2489 __IO uint32_t waitLoopIndex = (microSecond * (SystemCoreClock / 1000000U)); in ADC_DelayMicroSecond() local2491 while (waitLoopIndex != 0U) in ADC_DelayMicroSecond()2493 waitLoopIndex--; in ADC_DelayMicroSecond()