dma_sg_llp_config Struct Reference

LL DMA sg and llp config definition. More...

#include <gr55xx_hal_dma.h>

Public Attributes

dma_scatter_config_t scatter_config
 
dma_gather_config_t gather_config
 
dma_llp_config_t llp_config
 

Detailed Description

LL DMA sg and llp config definition.

Definition at line 218 of file gr55xx_hal_dma.h.

Member Data Documentation

◆ gather_config

dma_gather_config_t dma_sg_llp_config::gather_config

Specifies the destination block chaining enable. This parameter can be a value DMA_LLP_DST_EN.

Definition at line 224 of file gr55xx_hal_dma.h.

◆ llp_config

dma_llp_config_t dma_sg_llp_config::llp_config

Specifies the linked list pointer. This parameter can be a value between 0x0 and 0xFFFFFFFF.(LLI accesses are always 32-bit accesses)

Definition at line 227 of file gr55xx_hal_dma.h.

◆ scatter_config

dma_scatter_config_t dma_sg_llp_config::scatter_config

Specifies the source block chaining enable. This parameter can be a value DMA_LLP_SRC_EN.

Definition at line 221 of file gr55xx_hal_dma.h.


The documentation for this struct was generated from the following file: