PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   YATTT sd_map_test cPong SnowDemo ... more

Embed: (wiki syntax)

« Back to documentation index

LPC_DMA_CHANNEL_T Struct Reference

LPC_DMA_CHANNEL_T Struct Reference
[CHIP: LPC11u6x DMA Controller driver]

DMA Controller shared registers structure. More...

#include <dma_11u6x.h>

Data Fields

__IO uint32_t CFG
__I uint32_t CTLSTAT
__IO uint32_t XFERCFG

Detailed Description

DMA Controller shared registers structure.

Definition at line 79 of file dma_11u6x.h.


Field Documentation

__IO uint32_t CFG

< DMA channel register structure DMA Configuration register

Definition at line 80 of file dma_11u6x.h.

__I uint32_t CTLSTAT

DMA Control and status register

Definition at line 81 of file dma_11u6x.h.

__IO uint32_t XFERCFG

DMA Transfer configuration register

Definition at line 82 of file dma_11u6x.h.