forkd

Dependencies:   mbed

Fork of LGstaandart by Dmitry Kovalev

Embed: (wiki syntax)

« Back to documentation index

LPC_ADC_TypeDef Struct Reference

LPC_ADC_TypeDef Struct Reference
[LPC17xx_System]

Analog-to-Digital Converter (ADC) register structure definition. More...

#include <LPC17xx.h>

Data Fields

__IO uint32_t CR
__IO uint32_t GDR
__IO uint32_t INTEN
__I uint32_t DR [8]
__I uint32_t STAT
__IO uint32_t ADTRM

Detailed Description

Analog-to-Digital Converter (ADC) register structure definition.

Definition at line 533 of file LPC17xx.h.


Field Documentation

__IO uint32_t ADTRM

Offset: 0x034 (R/W) ADC trim Register

Definition at line 541 of file LPC17xx.h.

__IO uint32_t CR

Offset: 0x000 (R/W) A/D Control Register

Definition at line 535 of file LPC17xx.h.

__I uint32_t DR[8]

Offset: 0x010 (R/ ) A/D Channel # Data Register

Definition at line 539 of file LPC17xx.h.

__IO uint32_t GDR

Offset: 0x004 (R/W) A/D Global Data Register

Definition at line 536 of file LPC17xx.h.

__IO uint32_t INTEN

Offset: 0x00C (R/W) A/D Interrupt Enable Register

Definition at line 538 of file LPC17xx.h.

__I uint32_t STAT

Offset: 0x030 (R/ ) A/D Status Register

Definition at line 540 of file LPC17xx.h.