SPI RAM 23LC1024 (Microchip) with DMA and FIFO

Dependencies:   SerRAM mbed

Fork of SPIRAM_23LC1024_DMA by Suga koubou

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.