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.