STM32F103xB HAL User Manual
Defines
ADC group regular - DMA transfer of ADC conversion data
ADC Exported Constants

Defines

#define LL_ADC_REG_DMA_TRANSFER_NONE   0x00000000U
#define LL_ADC_REG_DMA_TRANSFER_UNLIMITED   (ADC_CR2_DMA)

Define Documentation

#define LL_ADC_REG_DMA_TRANSFER_NONE   0x00000000U

ADC conversions are not transferred by DMA

Definition at line 584 of file stm32f1xx_ll_adc.h.

Referenced by LL_ADC_REG_StructInit().

#define LL_ADC_REG_DMA_TRANSFER_UNLIMITED   (ADC_CR2_DMA)

ADC conversion data are transferred by DMA, in unlimited mode: DMA transfer requests are unlimited, whatever number of DMA data transferred (number of ADC conversions). This ADC mode is intended to be used with DMA mode circular.

Definition at line 585 of file stm32f1xx_ll_adc.h.