/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_adc_ex.c | 1243 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 1253 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 1256 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 1259 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 1263 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 1268 return tmp_jdr; in HAL_ADCEx_InjectedGetValue() 1301 int32_t tmp_jdr; in HAL_ADCEx_InjectedGetSignedValue() local 1311 tmp_jdr = (int32_t)(hadc->Instance->JDR4); in HAL_ADCEx_InjectedGetSignedValue() 1314 tmp_jdr = (int32_t)(hadc->Instance->JDR3); in HAL_ADCEx_InjectedGetSignedValue() 1317 tmp_jdr = (int32_t)(hadc->Instance->JDR2); in HAL_ADCEx_InjectedGetSignedValue() [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_adc_ex.c | 529 uint32_t tmp_jdr = 0; in HAL_ADCEx_InjectedGetValue() local 539 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 542 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 545 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 549 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 554 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_adc_ex.c | 891 uint32_t tmp_jdr = 0U; in HAL_ADCEx_InjectedGetValue() local 901 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 904 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 907 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 911 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 916 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_adc_ex.c | 878 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 888 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 891 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 894 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 898 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 903 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_adc_ex.c | 1146 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 1156 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 1159 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 1162 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 1166 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 1171 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_adc_ex.c | 1146 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 1156 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 1159 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 1162 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 1166 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 1171 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc_ex.c | 1153 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 1163 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 1166 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 1169 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 1173 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 1178 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_adc_ex.c | 1210 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 1220 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 1223 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 1226 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 1230 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 1235 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_adc_ex.c | 1209 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 1219 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 1222 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 1225 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 1229 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 1234 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_adc_ex.c | 1231 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 1241 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 1244 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 1247 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 1251 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 1256 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_adc_ex.c | 1516 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 1526 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 1529 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 1532 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 1536 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 1540 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_adc_ex.c | 1328 uint32_t tmp_jdr; in HAL_ADCEx_InjectedGetValue() local 1338 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 1341 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 1344 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 1348 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 1353 return tmp_jdr; in HAL_ADCEx_InjectedGetValue()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc_ex.c | 4906 uint32_t tmp_jdr = 0U; in HAL_ADCEx_InjectedGetValue() local 4919 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 4922 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 4925 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() 4929 tmp_jdr = hadc->Instance->JDR1; in HAL_ADCEx_InjectedGetValue() 4934 return tmp_jdr; in HAL_ADCEx_InjectedGetValue() 4972 uint32_t tmp_jdr = 0U; in HAL_ADCEx_InjectedGetValue() local 4982 tmp_jdr = hadc->Instance->JDR4; in HAL_ADCEx_InjectedGetValue() 4985 tmp_jdr = hadc->Instance->JDR3; in HAL_ADCEx_InjectedGetValue() 4988 tmp_jdr = hadc->Instance->JDR2; in HAL_ADCEx_InjectedGetValue() [all …]
|