Analog-to-digital converter (ADC)
3.2.9.12 ADC_SelectCalibrationMode
void ADC_SelectCalibrationMode ( ADC_TypeDef * ADCx,
uint32_t ADC_CalibrationMode)
Select the ADC calibration mode.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· ADC_CalibrationMode : the ADC calibration mode. This
parameter can be one of the following values:
ï€ ADC_CalibrationMode_Single : to select the
calibration for single channel
ï€ ADC_CalibrationMode_Differential : to select the
calibration for differential channel
3.2.9.13 ADC_GetCalibrationStatus
FlagStatus ADC_GetCalibrationStatus ( ADC_TypeDef *
ADCx)
Gets the selected ADC calibration status.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· The new state of ADC calibration (SET or RESET).
3.2.9.14 ADC_DisableCmd
void ADC_DisableCmd ( ADC_TypeDef * ADCx)
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.