Searched refs:tmp_jdr (Results 1 – 2 of 2) sorted by relevance
543 uint32_t tmp_jdr = 0; in HAL_ADCEx_InjectedGetValue() local553 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue()556 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue()559 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue()563 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue()568 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
1158 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local1168 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue()1171 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue()1174 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue()1178 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue()1183 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()