Analog-to-digital converter (ADC)
3.2.14 Injected channels Configuration functions
3.2.14.1 ADC_StartInjectedConversion
void ADC_StartInjectedConversion ( ADC_TypeDef * ADCx)
Enables or disables the selected ADC start of the injected
channels conversion.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· NewState : new state of the selected ADC software start
injected conversion. This parameter can be: ENABLE or
DISABLE.
3.2.14.2 ADC_StopInjectedConversion
void ADC_StopInjectedConversion ( ADC_TypeDef * ADCx)
Stops the selected ADC ongoing injected conversion.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
3.2.14.3 ADC_GetStartInjectedConversionStatus
FlagStatus ADC_GetStartInjectedConversionStatus (
ADC_TypeDef * ADCx)
Gets the selected ADC Software start injected conversion Status.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· The new state of ADC start injected conversion (SET or