Freescale Semiconductor MCF51QE128RM Answering Machine User Manual


 
MCF51QE128 MCU Series Reference Manual, Rev. 3
132 Freescale Semiconductor
Get the latest version from freescale.com
Chapter 6 Parallel Input/Output Control
6.7.6 Port F Registers
Port F is controlled by the registers listed below.
6.7.6.1 Port F Data Register (PTFD)
6.7.6.2 Port F Data Direction Register (PTFDD)
6.7.6.3 Port F Pull Enable Register (PTFPE)
The port F pull enable register enables pull-ups on the corresponding PTF pin. In some cases, a pull-down
device is enabled if pull-downs are supported by an alternate pin function (e.g., KBI).
76543210
R
PTFD7 PTFD6 PTFD5 PTFD4 PTFD3 PTFD2 PTFD1 PTFD0
W
Reset:00000000
Figure 6-35. Port F Data Register (PTFD)
Table 6-32. PTFD Register Field Descriptions
Field Description
7–0
PTFDn
Port F Data Register Bits. For port F pins configured as inputs, reads return the logic level on the pin. For port F
pins configured as outputs, reads return the last value written to this register.
Writes are latched into all bits of this register. For port F pins configured as outputs, the logic level is driven out
the corresponding MCU pin.
Reset forces PTFD to all 0s, but these 0s are not driven out the corresponding pins because reset also configures
all port pins as high-impedance inputs with pull-ups disabled.
76543210
R
PTFDD7 PTFDD6 PTFDD5 PTFDD4 PTFDD3 PTFDD2 PTFDD1 PTFDD0
W
Reset:00000000
Figure 6-36. Port F Data Direction Register (PTFDD)
Table 6-33. PTFDD Register Field Descriptions
Field Description
7–0
PTFDDn
Data Direction for Port F Bits. These read/write bits control the direction of port F pins and what is read for PTFD
reads.
0 Input (output driver disabled) and reads return the pin value.
1 Output driver enabled for port F bit n and PTFD reads return the contents of PTFDn.