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_GPIO_GROUP_INTx_Type Struct Reference

LPC_GPIO_GROUP_INTx_Type Struct Reference
[Device_Peripheral_Registers]

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

#include <LPC11Uxx.h>

Data Fields

__IO uint32_t CTRL
__IO uint32_t PORT_POL [2]
__IO uint32_t PORT_ENA [2]

Detailed Description

Product name title=UM10462 Chapter title=LPC11U1x GPIO Modification date=3/17/2011 Major revision=0 Minor revision=3 (GPIO_GROUP_INT0)

Definition at line 527 of file LPC11Uxx.h.


Field Documentation

__IO uint32_t CTRL

< (@ 0x4005C000) GPIO_GROUP_INT0 Structure (@ 0x4005C000) GPIO grouped interrupt control register

Definition at line 528 of file LPC11Uxx.h.

__IO uint32_t PORT_ENA[2]

(@ 0x4005C040) GPIO grouped interrupt port 0/1 enable register

Definition at line 532 of file LPC11Uxx.h.

__IO uint32_t PORT_POL[2]

(@ 0x4005C020) GPIO grouped interrupt port 0 polarity register

Definition at line 530 of file LPC11Uxx.h.