Lines Matching refs:counter
718 __IO uint32_t counter = 0U; in HAL_ADC_Start() local
738 counter = (ADC_STAB_DELAY_US * (SystemCoreClock / 1000000U)); in HAL_ADC_Start()
739 while (counter != 0U) in HAL_ADC_Start()
741 counter--; in HAL_ADC_Start()
1039 __IO uint32_t counter = 0U; in HAL_ADC_Start_IT() local
1059 counter = (ADC_STAB_DELAY_US * (SystemCoreClock / 1000000U)); in HAL_ADC_Start_IT()
1060 while (counter != 0U) in HAL_ADC_Start_IT()
1062 counter--; in HAL_ADC_Start_IT()
1366 __IO uint32_t counter = 0U; in HAL_ADC_Start_DMA() local
1386 counter = (ADC_STAB_DELAY_US * (SystemCoreClock / 1000000U)); in HAL_ADC_Start_DMA()
1387 while (counter != 0U) in HAL_ADC_Start_DMA()
1389 counter--; in HAL_ADC_Start_DMA()
1671 __IO uint32_t counter = 0U; in HAL_ADC_ConfigChannel() local
1761 counter = (ADC_TEMPSENSOR_DELAY_US * (SystemCoreClock / 1000000U)); in HAL_ADC_ConfigChannel()
1762 while (counter != 0U) in HAL_ADC_ConfigChannel()
1764 counter--; in HAL_ADC_ConfigChannel()