Analog-to-digital converter (ADC)
3.2.14.4 ADC_AutoInjectedConvCmd
void ADC_AutoInjectedConvCmd ( ADC_TypeDef * ADCx,
FunctionalState NewState)
Enables or disables the selected ADC automatic injected group
conversion after regular one.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· NewState : new state of the selected ADC auto injected
conversion This parameter can be: ENABLE or DISABLE.
3.2.14.5 ADC_InjectedDiscModeCmd
void ADC_InjectedDiscModeCmd ( ADC_TypeDef * ADCx,
FunctionalState NewState)
Enables or disables the discontinuous mode for injected group
channel for the specified ADC.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· NewState : new state of the selected ADC discontinuous
mode on injected group channel. This parameter can be:
ENABLE or DISABLE.