NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

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 232 of file lpc17xx_gpdma.h.


Field Documentation

uint32_t Control

GPDMA Control of this LLI.

Definition at line 236 of file lpc17xx_gpdma.h.

uint32_t DstAddr

Destination address.

Definition at line 234 of file lpc17xx_gpdma.h.

uint32_t NextLLI

Next LLI address, otherwise set to '0'.

Definition at line 235 of file lpc17xx_gpdma.h.

uint32_t SrcAddr

Source Address.

Definition at line 233 of file lpc17xx_gpdma.h.