uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
GPDMA_LLI_Type Struct Reference

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

#include <lpc17xx_gpdma.h>

Public Attributes

uint32_t SrcAddr
 
uint32_t DstAddr
 
uint32_t NextLLI
 
uint32_t Control
 

Detailed Description

GPDMA Linker List Item structure type definition.

Definition at line 377 of file lpc17xx_gpdma.h.

Member Data Documentation

uint32_t GPDMA_LLI_Type::Control

GPDMA Control of this LLI

Definition at line 381 of file lpc17xx_gpdma.h.

uint32_t GPDMA_LLI_Type::DstAddr

Destination address

Definition at line 379 of file lpc17xx_gpdma.h.

uint32_t GPDMA_LLI_Type::NextLLI

Next LLI address, otherwise set to '0'

Definition at line 380 of file lpc17xx_gpdma.h.

uint32_t GPDMA_LLI_Type::SrcAddr

Source Address

Definition at line 378 of file lpc17xx_gpdma.h.


The documentation for this struct was generated from the following file: