Searched refs:tmp_offset_shifted (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_adc_ex.c | 1656 uint32_t tmp_offset_shifted; in HAL_ADCEx_InjectedConfigChannel() local 1966 tmp_offset_shifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, pConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel() 1972 tmp_offset_shifted); in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_adc_ex.c | 1656 uint32_t tmp_offset_shifted; in HAL_ADCEx_InjectedConfigChannel() local 1960 tmp_offset_shifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, pConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel() 1966 tmp_offset_shifted); in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc_ex.c | 1663 uint32_t tmp_offset_shifted; in HAL_ADCEx_InjectedConfigChannel() local 1969 tmp_offset_shifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, pConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel() 1975 tmp_offset_shifted); in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_adc_ex.c | 1720 uint32_t tmp_offset_shifted; in HAL_ADCEx_InjectedConfigChannel() local 2033 tmp_offset_shifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, pConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel() 2039 tmp_offset_shifted); in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_adc_ex.c | 1719 uint32_t tmp_offset_shifted; in HAL_ADCEx_InjectedConfigChannel() local 2025 tmp_offset_shifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, pConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel() 2031 tmp_offset_shifted); in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_adc_ex.c | 1994 uint32_t tmp_offset_shifted; in HAL_ADCEx_InjectedConfigChannel() local 2289 tmp_offset_shifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, pConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel() 2295 tmp_offset_shifted); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32u5xx_hal_adc.c | 3306 uint32_t tmp_offset_shifted; in HAL_ADC_ConfigChannel() local 3393 tmp_offset_shifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, (uint32_t)pConfig->Offset); in HAL_ADC_ConfigChannel() 3398 … LL_ADC_SetOffset(hadc->Instance, pConfig->OffsetNumber, pConfig->Channel, tmp_offset_shifted); in HAL_ADC_ConfigChannel()
|