A board support package for the LPC4088 Display Module.

Dependencies:   DM_HttpServer DM_USBHost

Dependents:   lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more

Fork of DMSupport by EmbeddedArtists AB

Embed: (wiki syntax)

« Back to documentation index

GPDMA_LLI_Type Struct Reference

GPDMA_LLI_Type Struct Reference

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

#include <GPDMA.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 88 of file GPDMA.h.


Field Documentation

uint32_t Control

GPDMA Control of this LLI.

Definition at line 92 of file GPDMA.h.

uint32_t DstAddr

Destination address.

Definition at line 90 of file GPDMA.h.

uint32_t NextLLI

Next LLI address, otherwise set to '0'.

Definition at line 91 of file GPDMA.h.

uint32_t SrcAddr

Source Address.

Definition at line 89 of file GPDMA.h.