Source handshake interface
+ Collaboration diagram for Source handshake interface:

Macros

#define LL_DMA_SHANDSHAKING_HW   ((uint32_t)0x00000000U)
 Source: hardware handshake. More...
 
#define LL_DMA_SHANDSHAKING_SW   DMA_CFGL_HS_SEL_SRC
 Source: software handshake. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_SHANDSHAKING_HW

#define LL_DMA_SHANDSHAKING_HW   ((uint32_t)0x00000000U)

Source: hardware handshake.

Definition at line 259 of file gr55xx_ll_dma.h.

◆ LL_DMA_SHANDSHAKING_SW

#define LL_DMA_SHANDSHAKING_SW   DMA_CFGL_HS_SEL_SRC

Source: software handshake.

Definition at line 260 of file gr55xx_ll_dma.h.