Destination handshake interface

Macros

#define LL_DMA_DHANDSHAKING_HW   ((uint32_t)0x00000000U)
 
#define LL_DMA_DHANDSHAKING_SW   DMA_CFGL_HS_SEL_DST
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_DHANDSHAKING_HW

#define LL_DMA_DHANDSHAKING_HW   ((uint32_t)0x00000000U)

Destination: hardware handshake

Definition at line 308 of file gr55xx_ll_dma.h.

◆ LL_DMA_DHANDSHAKING_SW

#define LL_DMA_DHANDSHAKING_SW   DMA_CFGL_HS_SEL_DST

Destination: software handshake

Definition at line 309 of file gr55xx_ll_dma.h.