STM32L486xx 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_LIMITED   ( ADC_CFGR_DMAEN)
#define LL_ADC_REG_DMA_TRANSFER_UNLIMITED   (ADC_CFGR_DMACFG | ADC_CFGR_DMAEN)

Define Documentation

#define LL_ADC_REG_DMA_TRANSFER_LIMITED   ( ADC_CFGR_DMAEN)

ADC conversion data are transferred by DMA, in limited mode (one shot mode): DMA transfer requests are stopped when number of DMA data transfers (number of ADC conversions) is reached. This ADC mode is intended to be used with DMA mode non-circular.

Definition at line 881 of file stm32l4xx_ll_adc.h.

#define LL_ADC_REG_DMA_TRANSFER_NONE   (0x00000000U)

ADC conversions are not transferred by DMA

Definition at line 880 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_REG_StructInit().

#define LL_ADC_REG_DMA_TRANSFER_UNLIMITED   (ADC_CFGR_DMACFG | ADC_CFGR_DMAEN)

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 882 of file stm32l4xx_ll_adc.h.