Home
last modified time | relevance | path

Searched refs:tmpCFGR2 (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_lptim.c199 uint32_t tmpCFGR2; in LL_LPTIM_Disable() local
229 tmpCFGR2 = LPTIMx->CFGR2; in LL_LPTIM_Disable()
294 LPTIMx->CFGR2 = tmpCFGR2; in LL_LPTIM_Disable()
Dstm32g0xx_hal_adc.c382 uint32_t tmpCFGR2 = 0UL; in HAL_ADC_Init() local
600 tmpCFGR2 |= ((hadc->Init.ClockPrescaler & ADC_CFGR2_CKMODE) | in HAL_ADC_Init()
606 tmpCFGR2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
621 tmpCFGR2); in HAL_ADC_Init()
Dstm32g0xx_hal_lptim.c2396 uint32_t tmpCFGR2; in LPTIM_Disable() local
2423 tmpCFGR2 = hlptim->Instance->CFGR2; in LPTIM_Disable()
2509 hlptim->Instance->CFGR2 = tmpCFGR2; in LPTIM_Disable()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_lptim.c212 uint32_t tmpCFGR2; in LL_LPTIM_Disable() local
247 tmpCFGR2 = LPTIMx->CFGR2; in LL_LPTIM_Disable()
316 LPTIMx->CFGR2 = tmpCFGR2; in LL_LPTIM_Disable()
Dstm32mp1xx_hal_lptim.c2366 uint32_t tmpCFGR2; in LPTIM_Disable() local
2400 tmpCFGR2 = hlptim->Instance->CFGR2; in LPTIM_Disable()
2509 hlptim->Instance->CFGR2 = tmpCFGR2; in LPTIM_Disable()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_lptim.c218 uint32_t tmpCFGR2; in LL_LPTIM_Disable() local
257 tmpCFGR2 = LPTIMx->CFGR2; in LL_LPTIM_Disable()
330 LPTIMx->CFGR2 = tmpCFGR2; in LL_LPTIM_Disable()
Dstm32h7xx_hal_lptim.c2355 uint32_t tmpCFGR2; in LPTIM_Disable() local
2395 tmpCFGR2 = hlptim->Instance->CFGR2; in LPTIM_Disable()
2523 hlptim->Instance->CFGR2 = tmpCFGR2; in LPTIM_Disable()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc.c391 uint32_t tmpCFGR2 = 0UL; in HAL_ADC_Init() local
604 tmpCFGR2 |= ((hadc->Init.ClockPrescaler & ADC_CFGR2_CKMODE) | in HAL_ADC_Init()
610 tmpCFGR2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
625 tmpCFGR2); in HAL_ADC_Init()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c383 uint32_t tmpCFGR2 = 0UL; in HAL_ADC_Init() local
601 tmpCFGR2 |= ((hadc->Init.ClockPrescaler & ADC_CFGR2_CKMODE) | in HAL_ADC_Init()
607 tmpCFGR2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
622 tmpCFGR2); in HAL_ADC_Init()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc.c410 uint32_t tmpCFGR2 = 0UL; in HAL_ADC_Init() local
839 tmpCFGR2 |= (hadc->Init.Oversampling.Ratio | in HAL_ADC_Init()
845 SET_BIT(tmpCFGR2, ADC_CFGR2_ROVSE); in HAL_ADC_Init()
849 tmpCFGR2); in HAL_ADC_Init()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc.c405 uint32_t tmpCFGR2 = 0UL; in HAL_ADC_Init() local
593 tmpCFGR2 |= ( (hadc->Init.ClockPrescaler & ADC_CFGR2_CKMODE) | in HAL_ADC_Init()
600 tmpCFGR2 ); in HAL_ADC_Init()