Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc_ex.c110 uint32_t adc_clk_async_presc; in HAL_ADCEx_Calibration_Start() local
177 adc_clk_async_presc = LL_ADC_GetCommonClock(__LL_ADC_COMMON_INSTANCE(hadc->Instance)); in HAL_ADCEx_Calibration_Start()
179 if (adc_clk_async_presc >= LL_ADC_CLOCK_ASYNC_DIV16) in HAL_ADCEx_Calibration_Start()
183 delay_cpu_cycles = (1UL << ((adc_clk_async_presc >> ADC_CCR_PRESC_Pos) - 3UL)); in HAL_ADCEx_Calibration_Start()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc_ex.c113 uint32_t adc_clk_async_presc; in HAL_ADCEx_Calibration_Start() local
180 adc_clk_async_presc = LL_ADC_GetCommonClock(__LL_ADC_COMMON_INSTANCE(hadc->Instance)); in HAL_ADCEx_Calibration_Start()
182 if (adc_clk_async_presc >= LL_ADC_CLOCK_ASYNC_DIV16) in HAL_ADCEx_Calibration_Start()
186 delay_cpu_cycles = (1UL << ((adc_clk_async_presc >> ADC_CCR_PRESC_Pos) - 3UL)); in HAL_ADCEx_Calibration_Start()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc_ex.c110 uint32_t adc_clk_async_presc; in HAL_ADCEx_Calibration_Start() local
177 adc_clk_async_presc = LL_ADC_GetCommonClock(__LL_ADC_COMMON_INSTANCE(hadc->Instance)); in HAL_ADCEx_Calibration_Start()
179 if (adc_clk_async_presc >= LL_ADC_CLOCK_ASYNC_DIV16) in HAL_ADCEx_Calibration_Start()
183 delay_cpu_cycles = (1UL << ((adc_clk_async_presc >> ADC_CCR_PRESC_Pos) - 3UL)); in HAL_ADCEx_Calibration_Start()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c135 uint32_t adc_clk_async_presc; in HAL_ADCEx_Calibration_Start() local
220 adc_clk_async_presc = LL_ADC_GetCommonClock(__LL_ADC_COMMON_INSTANCE(hadc->Instance)); in HAL_ADCEx_Calibration_Start()
222 if(adc_clk_async_presc >= LL_ADC_CLOCK_ASYNC_DIV16) in HAL_ADCEx_Calibration_Start()
226 delay_cpu_cycles = (1U << ((adc_clk_async_presc >> ADC_CCR_PRESC_Pos) - 3U)); in HAL_ADCEx_Calibration_Start()