MODDMA GPDMA Controller New features: transfer pins to memory buffer under periodic timer control and send double buffers to DAC

Dependents:   FirstTest WaveSim IO-dma-memmem DACDMAfuncgenlib ... more

Embed: (wiki syntax)

« Back to documentation index

GPDMA_LLI_t Class Reference

GPDMA_LLI_t Class Reference

GPDMA Linker List Item structure type definition. More...

#include <CONFIG.h>

Data Fields

uint32_t SrcAddr
 Source Address.
uint32_t DstAddr
 Destination address.
uint32_t NextLLI
 Next LLI address, otherwise set to '0'.
uint32_t Control
 GPDMA Control of this LLI.

Detailed Description

GPDMA Linker List Item structure type definition.

Definition at line 83 of file CONFIG.h.


Field Documentation

uint32_t Control

GPDMA Control of this LLI.

Definition at line 89 of file CONFIG.h.

uint32_t DstAddr

Destination address.

Definition at line 87 of file CONFIG.h.

uint32_t NextLLI

Next LLI address, otherwise set to '0'.

Definition at line 88 of file CONFIG.h.

uint32_t SrcAddr

Source Address.

Definition at line 86 of file CONFIG.h.