Analog-to-digital converter (ADC)
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
3.2.12.5 ADC_GetStartConversionStatus
FlagStatus ADC_GetStartConversionStatus ( ADC_TypeDef *
ADCx)
Gets the selected ADC start conversion Status.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· The new state of ADC start conversion (SET or RESET).
3.2.12.6 ADC_StopConversion
void ADC_StopConversion ( ADC_TypeDef * ADCx)
Stops the selected ADC ongoing conversion.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
3.2.12.7 ADC_DiscModeChannelCountConfig
void ADC_DiscModeChannelCountConfig ( ADC_TypeDef *
ADCx, uint8_t Number)