Analog-to-digital converter (ADC)
can be: ENABLE or DISABLE.
3.2.13 Regular Channels DMA Configuration functions
3.2.13.1 ADC_DMACmd
void ADC_DMACmd ( ADC_TypeDef * ADCx, FunctionalState
NewState)
Enables or disables the specified ADC DMA request.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· NewState : new state of the selected ADC DMA transfer.
This parameter can be: ENABLE or DISABLE.
3.2.13.2 ADC_DMAConfig
void ADC_DMAConfig ( ADC_TypeDef * ADCx, uint32_t
ADC_DMAMode)
Enables or disables the specified ADC DMA request.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· NewState : new state of the selected ADC DMA transfer.
This parameter can be: ENABLE or DISABLE.