Destination handshake interface
+ Collaboration diagram for Destination handshake interface:

Macros

#define LL_DMA_DHANDSHAKING_HW   ((uint32_t)0x00000000U)
 Destination: hardware handshake. More...
 
#define LL_DMA_DHANDSHAKING_SW   DMA_CFGL_HS_SEL_DST
 Destination: software handshake. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_DHANDSHAKING_HW

#define LL_DMA_DHANDSHAKING_HW   ((uint32_t)0x00000000U)

Destination: hardware handshake.

Definition at line 266 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 267 of file gr55xx_ll_dma.h.