Searched refs:delay_cpu_cycles (Results 1 – 4 of 4) sorted by relevance
111 __IO uint32_t delay_cpu_cycles; in HAL_ADCEx_Calibration_Start() local183 delay_cpu_cycles = (1UL << ((adc_clk_async_presc >> ADC_CCR_PRESC_Pos) - 3UL)); in HAL_ADCEx_Calibration_Start()185 delay_cpu_cycles >>= 1UL; in HAL_ADCEx_Calibration_Start()187 while (delay_cpu_cycles != 0UL) in HAL_ADCEx_Calibration_Start()189 delay_cpu_cycles--; in HAL_ADCEx_Calibration_Start()
114 __IO uint32_t delay_cpu_cycles; in HAL_ADCEx_Calibration_Start() local186 delay_cpu_cycles = (1UL << ((adc_clk_async_presc >> ADC_CCR_PRESC_Pos) - 3UL)); in HAL_ADCEx_Calibration_Start()188 delay_cpu_cycles >>= 1UL; in HAL_ADCEx_Calibration_Start()190 while (delay_cpu_cycles != 0UL) in HAL_ADCEx_Calibration_Start()192 delay_cpu_cycles--; in HAL_ADCEx_Calibration_Start()
136 __IO uint32_t delay_cpu_cycles; in HAL_ADCEx_Calibration_Start() local226 delay_cpu_cycles = (1U << ((adc_clk_async_presc >> ADC_CCR_PRESC_Pos) - 3U)); in HAL_ADCEx_Calibration_Start()228 delay_cpu_cycles >>= 1U; in HAL_ADCEx_Calibration_Start()230 while(delay_cpu_cycles != 0) in HAL_ADCEx_Calibration_Start()232 delay_cpu_cycles--; in HAL_ADCEx_Calibration_Start()