![NXP Semiconductors SAFE ASSURE Qorivva MPC5601P Reference Manual Download Page 255](http://html.mh-extra.com/html/nxp-semiconductors/safe-assure-qorivva-mpc5601p/safe-assure-qorivva-mpc5601p_reference-manual_1721898255.webp)
Chapter 11 System Integration Unit Lite (SIUL)
MPC5602P Microcontroller Reference Manual, Rev. 4
Freescale Semiconductor
255
11.5.2.12 Parallel GPIO Pad Data Out register 0–3 (PGPDO[0:3])
These registers set or clear the respective pads of the device.
NOTE
The PGPDO registers access the same physical resource as the PDO and
MPGPDO address locations. Some examples of the mapping:
PPDO[0][0] = PDO[0]
PPDO[2][0] = PDO[32]
11.5.2.13 Parallel GPIO Pad Data In register 0–3 (PGPDI[0:3])
These registers hold the synchronized input value from the pads.
Table 11-16. GPDI[0_3:68_71] field descriptions
Field
Description
PDI[
x
]
Pad Data In
This bit stores the value of the external GPIO pad associated with this register.
0: The value of the data in signal for the corresponding GPIO pad is logic low.
1: The value of the data in signal for the corresponding GPIO pad is logic high.
Address: Base + 0x0C00 (PGPDO0)
Base + 0x0C04 (PGPDO1)
Base + 0x0C05 (PGPDO2)
Base + 0x0C0C (PGPDO3)
Access: User read/write
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
R
PPDO[
x
][15:0]
W
Reset
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
R
PPDO[
x
+ 1][15:0]
W
Reset
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Figure 11-14. Parallel GPIO Pad Data Out register 0–3(PGPDO[0:3])
Table 11-17. PGPDO0_3 field descriptions
Field
Description
PPDO[
x
]
Parallel Pad Data Out
Write or read the data register that stores the value to be driven on the pad in output mode.
Accesses to this register location are coherent with accesses to the bit-wise GPIO Pad Data
Output registers 0_3–68_71 (GPDO[0_3:68_71]).
The
x
and bit index define which PPDO register bit is equivalent to which PDO register bit
according to the following equation:
PPDO[
x
][
y
] = PDO[(
x
* 16) +
y
]