Analog-to-digital converter (ADC)
3.2.9.19 ADC_AutoDelayCmd
void ADC_AutoDelayCmd ( ADC_TypeDef * ADCx,
FunctionalState NewState)
Selects the ADC Delayed Conversion Mode.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· NewState : new state of the ADC Delayed Conversion Mode.
This parameter can be: ENABLE or DISABLE.
3.2.10 Analog Watchdog configuration functions
3.2.10.1 ADC_AnalogWatchdogCmd
void ADC_AnalogWatchdogCmd ( ADC_TypeDef * ADCx,
uint32_t ADC_AnalogWatchdog)
Enables or disables the analog watchdog on single/all regular or
injected channels.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· ADC_AnalogWatchdog : the ADC analog watchdog
configuration. This parameter can be one of the following
values:
ï€ ADC_AnalogWatchdog_SingleRegEnable : Analog
watchdog on a single regular channel
ï€ ADC_AnalogWatchdog_SingleInjecEnable : Analog
watchdog on a single injected channel
ï€ ADC_AnalogWatchdog_SingleRegOrInjecEnable :
Analog watchdog on a single regular or injected channel
ï€ ADC_AnalogWatchdog_AllRegEnable : Analog
watchdog on all regular channel
ï€ ADC_AnalogWatchdog_AllInjecEnable : Analog
watchdog on all injected channel
ï€ ADC_AnalogWatchdog_AllRegAllInjecEnable :
Analog watchdog on all regular and injected channels
ï€ ADC_AnalogWatchdog_None : No channel guarded
by the analog watchdog