Analog-to-digital converter (ADC)
parameter can be: ENABLE or DISABLE.
3.2.11.2 ADC_VrefintCmd
void ADC_VrefintCmd ( ADC_TypeDef * ADCx,
FunctionalState NewState)
Enables or disables the Vrefint channel.
ï‚· ADCx : where x can be 1 or 4 to select the ADC peripheral.
ï‚· NewState : new state of the Vrefint. This parameter can be:
ENABLE or DISABLE.
3.2.11.3 ADC_VbatCmd
void ADC_VbatCmd ( ADC_TypeDef * ADCx, FunctionalState
NewState)
Enables or disables the Vbat channel.
ï‚· ADCx : where x can be 1 or 4 to select the ADC peripheral.
ï‚· NewState : new state of the Vbat. This parameter can be:
ENABLE or DISABLE.