STM32L486xx HAL User Manual
Defines
Memory increment mode
DMA Exported Constants

Defines

#define LL_DMA_MEMORY_INCREMENT   DMA_CCR_MINC
#define LL_DMA_MEMORY_NOINCREMENT   0x00000000U

Define Documentation

#define LL_DMA_MEMORY_INCREMENT   DMA_CCR_MINC

Memory increment mode Enable

Definition at line 345 of file stm32l4xx_ll_dma.h.

#define LL_DMA_MEMORY_NOINCREMENT   0x00000000U

Memory increment mode Disable

Definition at line 346 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().