107
Philips Semiconductors
Preliminary User Manual
LPC2119/2129/2292/2294
ARM-based Microcontroller
Table 68: GPIO Register Map
Generic
Name
PORT0
Address & Name
PORT1
Address & Name
Description
Access
IOPIN
0xE0028000
IO0PIN
0xE0028010
IO1PIN
GPIO Port Pin value register. The current state of the port
pins can always be read from this register, regardless of
pin direction and mode.
Read Only
IOSET
0xE0028004
IO0SET
0xE0028014
IO1SET
GPIO Port Output set register. This register controls the
state of output pins in conjunction with the IOCLR
register. Writing ones produces highs at the
corresponding port pins. Writing zeroes has no effect.
Read/Set
IODIR
0xE0028008
IO0DIR
0xE0028018
IO1DIR
GPIO Port Direction control register. This register
individually controls the direction of each port pin.
Read/Write
IOCLR
0xE002800C
IO0CLR
0xE002801C
IO1CLR
GPIO Port Output clear register. This register controls
the state of output pins. Writing ones produces lows at
the corresponding port pins and clears the corresponding
bits in the IOSET register. Writing zeroes has no effect.
Clear Only