Analog-to-digital converter (ADC)
Configures the discontinuous mode for the selected ADC regular
group channel.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· Number : specifies the discontinuous mode regular channel
count value. This number must be between 1 and 8.
3.2.12.8 ADC_DiscModeCmd
void ADC_DiscModeCmd ( ADC_TypeDef * ADCx,
FunctionalState NewState)
Enables or disables the discontinuous mode on regular group
channel for the specified ADC.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· NewState : new state of the selected ADC discontinuous
mode on regular group channel. This parameter can be:
ENABLE or DISABLE.
3.2.12.9 ADC_GetConversionValue
uint16_t ADC_GetConversionValue ( ADC_TypeDef * ADCx)
Returns the last ADCx conversion result data for regular channel.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· The Data conversion value.