STM32H735xx HAL User Manual
Defines
PERIPH
DMA Exported Constants

Defines

#define LL_DMA_PERIPH_NOINCREMENT   0x00000000U
#define LL_DMA_PERIPH_INCREMENT   DMA_SxCR_PINC

Define Documentation

#define LL_DMA_PERIPH_INCREMENT   DMA_SxCR_PINC

Peripheral increment mode Enable

Definition at line 235 of file stm32h7xx_ll_dma.h.

#define LL_DMA_PERIPH_NOINCREMENT   0x00000000U

Peripheral increment mode Disable

Definition at line 234 of file stm32h7xx_ll_dma.h.

Referenced by LL_DMA_StructInit().