Searched refs:tmpOffsetShifted (Results 1 – 2 of 2) sorted by relevance
1655 uint32_t tmpOffsetShifted; in HAL_ADCEx_InjectedConfigChannel() local1960 tmpOffsetShifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, sConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel()1965 …stance, sConfigInjected->InjectedOffsetNumber, sConfigInjected->InjectedChannel, tmpOffsetShifted); in HAL_ADCEx_InjectedConfigChannel()
2718 uint32_t tmpOffsetShifted; in HAL_ADC_ConfigChannel() local2817 tmpOffsetShifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, sConfig->Offset); in HAL_ADC_ConfigChannel()2822 LL_ADC_SetOffset(hadc->Instance, sConfig->OffsetNumber, sConfig->Channel, tmpOffsetShifted); in HAL_ADC_ConfigChannel()