STM32L486xx HAL User Manual
Defines
Peripheral increment mode
DMA Exported Constants

Defines

#define LL_DMA_PERIPH_INCREMENT   DMA_CCR_PINC
#define LL_DMA_PERIPH_NOINCREMENT   0x00000000U

Define Documentation

#define LL_DMA_PERIPH_INCREMENT   DMA_CCR_PINC

Peripheral increment mode Enable

Definition at line 336 of file stm32l4xx_ll_dma.h.

#define LL_DMA_PERIPH_NOINCREMENT   0x00000000U

Peripheral increment mode Disable

Definition at line 337 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().