Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

Embed: (wiki syntax)

« Back to documentation index

LPC_ADC_Type Struct Reference

LPC_ADC_Type Struct Reference
[Device_Peripheral_Registers]

Product name title=UM10462 Chapter title=LPC11U1x ADC Modification date=3/16/2011 Major revision=0 Minor revision=3 (ADC) More...

#include <LPC11Uxx.h>

Data Fields

__IO uint32_t CR
__IO uint32_t GDR
__IO uint32_t INTEN
__I uint32_t STAT
__I uint32_t DR [8]
__IO uint32_t DR0
__IO uint32_t DR1
__IO uint32_t DR2
__IO uint32_t DR3
__IO uint32_t DR4
__IO uint32_t DR5
__IO uint32_t DR6
__IO uint32_t DR7

Detailed Description

Product name title=UM10462 Chapter title=LPC11U1x ADC Modification date=3/16/2011 Major revision=0 Minor revision=3 (ADC)

Definition at line 262 of file LPC11Uxx.h.


Field Documentation

__IO uint32_t CR

< (@ 0x4001C000) ADC Structure (@ 0x4001C000) A/D Control Register

Definition at line 263 of file LPC11Uxx.h.

__I uint32_t DR[8]

(@ 0x4001C010) A/D Channel Data Register

Definition at line 268 of file LPC11Uxx.h.

__IO uint32_t DR0

(@ 0x40020010) A/D Channel Data Register 0

Definition at line 270 of file LPC11Uxx.h.

__IO uint32_t DR1

(@ 0x40020014) A/D Channel Data Register 1

Definition at line 271 of file LPC11Uxx.h.

__IO uint32_t DR2

(@ 0x40020018) A/D Channel Data Register 2

Definition at line 272 of file LPC11Uxx.h.

__IO uint32_t DR3

(@ 0x4002001C) A/D Channel Data Register 3

Definition at line 273 of file LPC11Uxx.h.

__IO uint32_t DR4

(@ 0x40020020) A/D Channel Data Register 4

Definition at line 274 of file LPC11Uxx.h.

__IO uint32_t DR5

(@ 0x40020024) A/D Channel Data Register 5

Definition at line 275 of file LPC11Uxx.h.

__IO uint32_t DR6

(@ 0x40020028) A/D Channel Data Register 6

Definition at line 276 of file LPC11Uxx.h.

__IO uint32_t DR7

(@ 0x4002002C) A/D Channel Data Register 7

Definition at line 277 of file LPC11Uxx.h.

__IO uint32_t GDR

(@ 0x4001C004) A/D Global Data Register

Definition at line 264 of file LPC11Uxx.h.

__IO uint32_t INTEN

(@ 0x4001C00C) A/D Interrupt Enable Register

Definition at line 266 of file LPC11Uxx.h.

__I uint32_t STAT

(@ 0x4001C030) A/D Status Register.

Definition at line 280 of file LPC11Uxx.h.