fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088

Fork of mbed-src 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.