Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc.c383 uint32_t tmp_cfgr2 = 0UL; in HAL_ADC_Init() local
553 tmp_cfgr2 |= (hadc->Init.TriggerFrequencyMode); in HAL_ADC_Init()
557 tmp_cfgr2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
570 tmp_cfgr2); in HAL_ADC_Init()
649 tmp_cfgr2); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c383 uint32_t tmp_cfgr2 = 0UL; in HAL_ADC_Init() local
602 tmp_cfgr2 |= ((hadc->Init.ClockPrescaler & ADC_CFGR2_CKMODE) | in HAL_ADC_Init()
608 tmp_cfgr2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
623 tmp_cfgr2); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc.c384 uint32_t tmp_cfgr2 = 0UL; in HAL_ADC_Init() local
606 tmp_cfgr2 |= ((hadc->Init.ClockPrescaler & ADC_CFGR2_CKMODE) | in HAL_ADC_Init()
612 tmp_cfgr2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
627 tmp_cfgr2); in HAL_ADC_Init()