Analog-to-digital converter (ADC)
3.2.12.10 ADC_GetDualModeConversionValue
Function Name
Function Description
Parameters
Return values
Notes
3.2.12.11 ADC_SetChannelOffset1
Function Name
Function Description
Parameters
76/584
uint32_t ADC_GetDualModeConversionValue (
*
ADCx)
Returns the last ADC1, ADC2, ADC3 and ADC4 regular
conversions results data in the selected dual mode.
ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
The Data conversion value.
In dual mode, the value returned by this function is as
following Data[15:0] : these bits contain the regular data of the
Master ADC. Data[31:16]: these bits contain the regular data
of the Slave ADC.
void ADC_SetChannelOffset1 (
ADC_Channel, uint16_t Offset)
Set the ADC channels conversion value offset1.
ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ADC_Channel : the ADC channel to configure. This
parameter can be one of the following values:
ADC_Channel_1 :
ADC_Channel_2 :
ADC_Channel_3 :
ADC_Channel_4 :
ADC_Channel_5 :
ADC_Channel_6 :
ADC_Channel_7 :
ADC_Channel_8 :
ADC_Channel_9 :
ADC_Channel_10 :
ADC_Channel_11 :
ADC_Channel_12 :
ADC_Channel_13 :
ADC_Channel_14 :
ADC_Channel_15 :
ADC_Channel_16 :
DocID023800 Rev 1
ADC_TypeDef
ADC_TypeDef *
ADC Channel1 selected
ADC Channel2 selected
ADC Channel3 selected
ADC Channel4 selected
ADC Channel5 selected
ADC Channel6 selected
ADC Channel7 selected
ADC Channel8 selected
ADC Channel9 selected
ADC Channel10 selected
ADC Channel11 selected
ADC Channel12 selected
ADC Channel13 selected
ADC Channel14 selected
ADC Channel15 selected
ADC Channel16 selected
UM1581
ADCx, uint8_t
Need help?
Do you have a question about the STM32F31xx and is the answer not in the manual?