Freescale Semiconductor MCF51QE128RM Answering Machine User Manual


 
MCF51QE128 MCU Series Reference Manual, Rev. 3
202 Freescale Semiconductor
Get the latest version from freescale.com
Chapter 9 Rapid GPIO (RGPIO)
Figure 9-7. RGPIO Clear Data Register (RGPIO_CLR)
9.3.2.5 RGPIO Set Data (RGPIO_SET)
The RGPIO_SET register provides a mechanism to set specific bits in the RGPIO_DATA register by
performing a simple write. Setting a bit in RGPIO_SET asserts the corresponding bit in the RGPIO_DATA
register. Clearing it has no effect. The RGPIO_SET register is write-only; reads of this address return the
RGPIO_DATA register.
Figure 9-8. RGPIO Set Data Register (RGPIO_SET)
9.3.2.6 RGPIO Toggle Data (RGPIO_TOG)
The RGPIO_TOG register provides a mechanism to invert (toggle) specific bits in the RGPIO_DATA
register by performing a simple write. Setting a bit in RGPIO_TOG inverts the corresponding bit in the
RGPIO_DATA register. Clearing it has no effect. The RGPIO_TOG register is write-only; reads of this
address return the RGPIO_DATA register.
Offset: RGPIO_Base + 0x6 (RGPIO_CLR) Access: Write-only
1514131211109876543210
R
WCLR
Reset————————————————
Table 9-8. RGPIO_CLR Field Descriptions
Field Description
15–0
CLR
RGPIO clear data.
0 Clears the corresponding bit in the RGPIO_DATA register.
1 No effect.
Offset: RGPIO_Base + 0xA (RGPIO_SET) Access: Write-only
1514131211109876543210
R
W SET
Reset————————————————
Table 9-9. RGPIO_SET Field Descriptions
Field Description
15–0
SET
RGPIO set data.
0 No effect.
1 Sets the corresponding bit in the RGPIO_DATA register.