Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_adc_ex.c543 uint32_t tmp_jdr = 0; in HAL_ADCEx_InjectedGetValue() local
553 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()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c1158 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local
1168 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()