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

Defines

#define LL_MDMA_BLK_RPT_DEST_ADDR_INCREMENT   0x00000000U
#define LL_MDMA_BLK_RPT_DEST_ADDR_DECREMENT   MDMA_CBNDTR_BRDUM

Define Documentation

#define LL_MDMA_BLK_RPT_DEST_ADDR_DECREMENT   MDMA_CBNDTR_BRDUM

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

Definition at line 466 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_BLK_RPT_DEST_ADDR_INCREMENT   0x00000000U

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

Definition at line 465 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_StructInit().