forkd

Dependencies:   mbed

Fork of LGstaandart by Dmitry Kovalev

Embed: (wiki syntax)

« Back to documentation index

LPC_GPDMACH_TypeDef Struct Reference

LPC_GPDMACH_TypeDef Struct Reference
[LPC17xx_System]

General Purpose Direct Memory Access Channel (GPDMACH) register structure definition. More...

#include <LPC17xx.h>

Data Fields

__IO uint32_t CSrcAddr
__IO uint32_t CDestAddr
__IO uint32_t CLLI
__IO uint32_t CControl
__IO uint32_t CConfig

Detailed Description

General Purpose Direct Memory Access Channel (GPDMACH) register structure definition.

Definition at line 699 of file LPC17xx.h.


Field Documentation

__IO uint32_t CConfig

Offset: 0x010 (R/W) DMA Channel # Configuration Register

Definition at line 705 of file LPC17xx.h.

__IO uint32_t CControl

Offset: 0x00C (R/W) DMA Channel # Control Register

Definition at line 704 of file LPC17xx.h.

__IO uint32_t CDestAddr

Offset: 0x004 (R/W) DMA Channel # Destination Address Register

Definition at line 702 of file LPC17xx.h.

__IO uint32_t CLLI

Offset: 0x008 (R/W) DMA Channel # Linked List Item Register

Definition at line 703 of file LPC17xx.h.

__IO uint32_t CSrcAddr

Offset: 0x000 (R/W) DMA Channel # Source Address Register

Definition at line 701 of file LPC17xx.h.