Example of UART-DMA transfers taken form the npx cmsis driver libary

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

GPDMA_LLI_Type Struct Reference

GPDMA_LLI_Type Struct Reference
[GPDMA Public Types]

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

#include <lpc17xx_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 377 of file lpc17xx_gpdma.h.


Field Documentation

uint32_t Control

GPDMA Control of this LLI.

Definition at line 381 of file lpc17xx_gpdma.h.

uint32_t DstAddr

Destination address.

Definition at line 379 of file lpc17xx_gpdma.h.

uint32_t NextLLI

Next LLI address, otherwise set to '0'.

Definition at line 380 of file lpc17xx_gpdma.h.

uint32_t SrcAddr

Source Address.

Definition at line 378 of file lpc17xx_gpdma.h.