HAL + 0/1 examples
CodeScope will show references to LL_ADC_REG_DMA_TRANSFER_NONE from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_ADC_REG_DMA_TRANSFER_NONE

LL_ADC_REG_DMA_TRANSFER_NONE macro

ADC conversions are not transferred by DMA

Syntax

#define LL_ADC_REG_DMA_TRANSFER_NONE 0x00000000UL

Examples

LL_ADC_REG_DMA_TRANSFER_NONE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_adc.h:698
#define LL_ADC_REG_DMA_TRANSFER_NONE 0x00000000UL /*!< ADC conversions are not transferred by DMA */
stm32f4xx_ll_adc.c:780
ADC_REG_InitStruct->DMATransfer = LL_ADC_REG_DMA_TRANSFER_NONE;