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

MODDMA_LLI Class Reference

MODDMA_LLI Class Reference

The MODDMA configuration system (linked list items) More...

#include <MODDMA.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

The MODDMA configuration system (linked list items)

Author:
Andy Kirkham
See also:
http://mbed.org/cookbook/MODDMA_Config
MODDMA
MODDMA_Config
The MODDMA API

Definition at line 178 of file MODDMA.h.


Field Documentation

uint32_t Control

GPDMA Control of this LLI.

Definition at line 192 of file MODDMA.h.

uint32_t DstAddr

Destination address.

Definition at line 190 of file MODDMA.h.

uint32_t NextLLI

Next LLI address, otherwise set to '0'.

Definition at line 191 of file MODDMA.h.

uint32_t SrcAddr

Source Address.

Definition at line 189 of file MODDMA.h.