Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_adc_ex.c928 uint32_t tmpDR = 0U; in HAL_ADCEx_MultiModeGetValue() local
941 tmpDR = hadc->Instance->DR; in HAL_ADCEx_MultiModeGetValue()
945 tmpDR |= (ADC2->DR << 16U); in HAL_ADCEx_MultiModeGetValue()
949 return tmpDR; in HAL_ADCEx_MultiModeGetValue()