Zoltan Hudak / MODDMA
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 173 of file MODDMA.h.


Field Documentation

uint32_t Control

GPDMA Control of this LLI.

Definition at line 187 of file MODDMA.h.

uint32_t DstAddr

Destination address.

Definition at line 185 of file MODDMA.h.

uint32_t NextLLI

Next LLI address, otherwise set to '0'.

Definition at line 186 of file MODDMA.h.

uint32_t SrcAddr

Source Address.

Definition at line 184 of file MODDMA.h.