STM32H735xx HAL User Manual
Defines
Source Block Repeat address Update Mode
MDMA Exported Constants

Defines

#define LL_MDMA_BLK_RPT_SRC_ADDR_INCREMENT   0x00000000U
#define LL_MDMA_BLK_RPT_SRC_ADDR_DECREMENT   MDMA_CBNDTR_BRSUM

Define Documentation

#define LL_MDMA_BLK_RPT_SRC_ADDR_DECREMENT   MDMA_CBNDTR_BRSUM

Source address pointer is decremented after each block transfer by Source Update Value

Definition at line 475 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_BLK_RPT_SRC_ADDR_INCREMENT   0x00000000U

Source address pointer is incremented after each block transfer by Source Update Value

Definition at line 474 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_StructInit().