STM32H735xx HAL User Manual
Defines
Memory increment mode
BDMA Exported Constants

Defines

#define LL_BDMA_MEMORY_INCREMENT   BDMA_CCR_MINC
#define LL_BDMA_MEMORY_NOINCREMENT   0x00000000U

Define Documentation

#define LL_BDMA_MEMORY_INCREMENT   BDMA_CCR_MINC

Memory increment mode Enable

Definition at line 294 of file stm32h7xx_ll_bdma.h.

#define LL_BDMA_MEMORY_NOINCREMENT   0x00000000U

Memory increment mode Disable

Definition at line 295 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_StructInit().