forkd

Dependencies:   mbed

Fork of LGstaandart by Dmitry Kovalev

Embed: (wiki syntax)

« Back to documentation index

LPC_GPIOINT_TypeDef Struct Reference

LPC_GPIOINT_TypeDef Struct Reference
[LPC17xx_System]

General Purpose Input/Output interrupt (GPIOINT) register structure definition. More...

#include <LPC17xx.h>

Data Fields

__I uint32_t IntStatus
__I uint32_t IO0IntStatR
__I uint32_t IO0IntStatF
__O uint32_t IO0IntClr
__IO uint32_t IO0IntEnR
__IO uint32_t IO0IntEnF
__I uint32_t IO2IntStatR
__I uint32_t IO2IntStatF
__O uint32_t IO2IntClr
__IO uint32_t IO2IntEnR
__IO uint32_t IO2IntEnF

Detailed Description

General Purpose Input/Output interrupt (GPIOINT) register structure definition.

Definition at line 273 of file LPC17xx.h.


Field Documentation

__I uint32_t IntStatus

Offset: 0x000 (R/ ) GPIO overall Interrupt Status Register

Definition at line 275 of file LPC17xx.h.

__O uint32_t IO0IntClr

Offset: 0x00C (R/W) GPIO Interrupt Clear Register 0

Definition at line 278 of file LPC17xx.h.

__IO uint32_t IO0IntEnF

Offset: 0x014 (R/W) GPIO Interrupt Enable Register 0 for Falling edge

Definition at line 280 of file LPC17xx.h.

__IO uint32_t IO0IntEnR

Offset: 0x010 ( /W) GPIO Interrupt Enable Register 0 for Rising edge

Definition at line 279 of file LPC17xx.h.

__I uint32_t IO0IntStatF

Offset: 0x008 (R/ ) GPIO Interrupt Status Register 0 for Falling edge

Definition at line 277 of file LPC17xx.h.

__I uint32_t IO0IntStatR

Offset: 0x004 (R/ ) GPIO Interrupt Status Register 0 for Rising edge

Definition at line 276 of file LPC17xx.h.

__O uint32_t IO2IntClr

Offset: 0x000 ( /W) GPIO Interrupt Clear Register 2

Definition at line 284 of file LPC17xx.h.

__IO uint32_t IO2IntEnF

Offset: 0x000 (R/W) GPIO Interrupt Enable Register 2 for Falling edge

Definition at line 286 of file LPC17xx.h.

__IO uint32_t IO2IntEnR

Offset: 0x000 (R/W) GPIO Interrupt Enable Register 2 for Rising edge

Definition at line 285 of file LPC17xx.h.

__I uint32_t IO2IntStatF

Offset: 0x000 (R/ ) GPIO Interrupt Status Register 2 for Falling edge

Definition at line 283 of file LPC17xx.h.

__I uint32_t IO2IntStatR

Offset: 0x000 (R/ ) GPIO Interrupt Status Register 2 for Rising edge

Definition at line 282 of file LPC17xx.h.