HAL + 0/4 examples
CodeScope will show references to LL_ADC_REG_DMA_TRANSFER_UNLIMITED from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_ADC_REG_DMA_TRANSFER_UNLIMITED

LL_ADC_REG_DMA_TRANSFER_UNLIMITED macro

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.

Syntax

#define LL_ADC_REG_DMA_TRANSFER_UNLIMITED (ADC_CR2_DDS | ADC_CR2_DMA)

Examples

LL_ADC_REG_DMA_TRANSFER_UNLIMITED is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_ll_adc.h:700
#define LL_ADC_REG_DMA_TRANSFER_UNLIMITED (ADC_CR2_DDS | 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. */