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

LPC_GPIO_PIN_INT_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_PIN_INT) More...

#include <LPC11Uxx.h>

Data Fields

__IO uint32_t ISEL
__IO uint32_t IENR
__IO uint32_t SIENR
__IO uint32_t CIENR
__IO uint32_t IENF
__IO uint32_t SIENF
__IO uint32_t CIENF
__IO uint32_t RISE
__IO uint32_t FALL
__IO uint32_t IST

Detailed Description

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

Definition at line 504 of file LPC11Uxx.h.


Field Documentation

__IO uint32_t CIENF

(@ 0x4004C018) Clear Pin Interrupt Enable Falling Edge / Active Level address

Definition at line 511 of file LPC11Uxx.h.

__IO uint32_t CIENR

(@ 0x4004C00C) Clear Pin Interrupt Enable (Rising) register

Definition at line 508 of file LPC11Uxx.h.

__IO uint32_t FALL

(@ 0x4004C020) Pin Interrupt Falling Edge register

Definition at line 513 of file LPC11Uxx.h.

__IO uint32_t IENF

(@ 0x4004C010) Pin Interrupt Enable Falling Edge / Active Level register

Definition at line 509 of file LPC11Uxx.h.

__IO uint32_t IENR

(@ 0x4004C004) Pin Interrupt Enable (Rising) register

Definition at line 506 of file LPC11Uxx.h.

__IO uint32_t ISEL

< (@ 0x4004C000) GPIO_PIN_INT Structure (@ 0x4004C000) Pin Interrupt Mode register

Definition at line 505 of file LPC11Uxx.h.

__IO uint32_t IST

(@ 0x4004C024) Pin Interrupt Status register

Definition at line 514 of file LPC11Uxx.h.

__IO uint32_t RISE

(@ 0x4004C01C) Pin Interrupt Rising Edge register

Definition at line 512 of file LPC11Uxx.h.

__IO uint32_t SIENF

(@ 0x4004C014) Set Pin Interrupt Enable Falling Edge / Active Level register

Definition at line 510 of file LPC11Uxx.h.

__IO uint32_t SIENR

(@ 0x4004C008) Set Pin Interrupt Enable (Rising) register

Definition at line 507 of file LPC11Uxx.h.