Freescale Semiconductor, Inc.
Freescale
Kinetis_L
MKL26Z4
1.6
MKL26Z4 Freescale Microcontroller
Redistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n o Redistributions of source code must retain the above copyright notice, this list\n of conditions and the following disclaimer.\n o Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n o Neither the name of Freescale Semiconductor, Inc. nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\n ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\n ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
CM0PLUS
r0p0
little
false
false
true
2
false
8
32
FTFA_FlashConfig
Flash configuration field
NV_
0x400
0
0xE
registers
BACKKEY3
Backdoor Comparison Key 3.
0
8
read-only
0xFF
0xFF
KEY
Backdoor Comparison Key.
0
8
read-only
BACKKEY2
Backdoor Comparison Key 2.
0x1
8
read-only
0xFF
0xFF
KEY
Backdoor Comparison Key.
0
8
read-only
BACKKEY1
Backdoor Comparison Key 1.
0x2
8
read-only
0xFF
0xFF
KEY
Backdoor Comparison Key.
0
8
read-only
BACKKEY0
Backdoor Comparison Key 0.
0x3
8
read-only
0xFF
0xFF
KEY
Backdoor Comparison Key.
0
8
read-only
BACKKEY7
Backdoor Comparison Key 7.
0x4
8
read-only
0xFF
0xFF
KEY
Backdoor Comparison Key.
0
8
read-only
BACKKEY6
Backdoor Comparison Key 6.
0x5
8
read-only
0xFF
0xFF
KEY
Backdoor Comparison Key.
0
8
read-only
BACKKEY5
Backdoor Comparison Key 5.
0x6
8
read-only
0xFF
0xFF
KEY
Backdoor Comparison Key.
0
8
read-only
BACKKEY4
Backdoor Comparison Key 4.
0x7
8
read-only
0xFF
0xFF
KEY
Backdoor Comparison Key.
0
8
read-only
FPROT3
Non-volatile P-Flash Protection 1 - Low Register
0x8
8
read-only
0xFF
0xFF
PROT
P-Flash Region Protect
0
8
read-only
FPROT2
Non-volatile P-Flash Protection 1 - High Register
0x9
8
read-only
0xFF
0xFF
PROT
P-Flash Region Protect
0
8
read-only
FPROT1
Non-volatile P-Flash Protection 0 - Low Register
0xA
8
read-only
0xFF
0xFF
PROT
P-Flash Region Protect
0
8
read-only
FPROT0
Non-volatile P-Flash Protection 0 - High Register
0xB
8
read-only
0xFF
0xFF
PROT
P-Flash Region Protect
0
8
read-only
FSEC
Non-volatile Flash Security Register
0xC
8
read-only
0xFF
0xFF
SEC
Flash Security
0
2
read-only
10
MCU security status is unsecure
#10
11
MCU security status is secure
#11
FSLACC
Freescale Failure Analysis Access Code
2
2
read-only
10
Freescale factory access denied
#10
11
Freescale factory access granted
#11
MEEN
no description available
4
2
read-only
10
Mass erase is disabled
#10
11
Mass erase is enabled
#11
KEYEN
Backdoor Key Security Enable
6
2
read-only
10
Backdoor key access enabled
#10
11
Backdoor key access disabled
#11
FOPT
Non-volatile Flash Option Register
0xD
8
read-only
0xFF
0xFF
LPBOOT0
no description available
0
1
read-only
00
Core and system clock divider (OUTDIV1) is 0x7 (divide by 8) when LPBOOT1=0 or 0x1 (divide by 2) when LPBOOT1=1.
#0
01
Core and system clock divider (OUTDIV1) is 0x3 (divide by 4) when LPBOOT1=0 or 0x0 (divide by 1) when LPBOOT1=1.
#1
NMI_DIS
no description available
2
1
read-only
00
NMI interrupts are always blocked
#0
01
NMI_b pin/interrupts reset default to enabled
#1
RESET_PIN_CFG
no description available
3
1
read-only
00
RESET pin is disabled following a POR and cannot be enabled as reset function
#0
01
RESET_b pin is dedicated
#1
LPBOOT1
no description available
4
1
read-only
00
Core and system clock divider (OUTDIV1) is 0x7 (divide by 8) when LPBOOT0=0 or 0x3 (divide by 4) when LPBOOT0=1.
#0
01
Core and system clock divider (OUTDIV1) is 0x1 (divide by 2) when LPBOOT0=0 or 0x0 (divide by 1) when LPBOOT0=1.
#1
FAST_INIT
no description available
5
1
read-only
00
Slower initialization
#0
01
Fast Initialization
#1
DMA
DMA Controller
DMA_
0x40008000
0x100
0x40
registers
DMA0
0
DMA1
1
DMA2
2
DMA3
3
SAR0
Source Address Register
0x100
32
read-write
0
0xFFFFFFFF
SAR
Each SAR contains the byte address used by the DMA controller to read data
0
32
read-write
DAR0
Destination Address Register
0x104
32
read-write
0
0xFFFFFFFF
DAR
Each DAR contains the byte address used by the DMA controller to write data
0
32
read-write
DSR_BCR0
DMA Status Register / Byte Count Register
0x108
32
read-write
0
0xFFFFFFFF
BCR
This field contains the number of bytes yet to be transferred for a given block
0
24
read-write
DONE
Transactions Done
24
1
read-write
0
DMA transfer is not yet complete. Writing a 0 has no effect.
#0
1
DMA transfer completed. Writing a 1 to this bit clears all DMA status bits and should be used in an interrupt service routine to clear the DMA interrupt and error bits.
#1
BSY
Busy
25
1
read-only
0
DMA channel is inactive. Cleared when the DMA has finished the last transaction.
#0
1
BSY is set the first time the channel is enabled after a transfer is initiated.
#1
REQ
Request
26
1
read-only
0
No request is pending or the channel is currently active. Cleared when the channel is selected.
#0
1
The DMA channel has a transfer remaining and the channel is not selected.
#1
BED
Bus Error on Destination
28
1
read-only
0
No bus error occurred.
#0
1
The DMA channel terminated with a bus error during the write portion of a transfer.
#1
BES
Bus Error on Source
29
1
read-only
0
No bus error occurred.
#0
1
The DMA channel terminated with a bus error during the read portion of a transfer.
#1
CE
Configuration Error
30
1
read-only
0
No configuration error exists.
#0
1
A configuration error has occurred.
#1
DSR0
DMA_DSR0 register.
0x10B
8
read-write
0
0xFF
DCR0
DMA Control Register
0x10C
32
read-write
0
0xFFFFFFFF
LCH2
Link Channel 2
0
2
read-write
00
DMA Channel 0
#00
01
DMA Channel 1
#01
10
DMA Channel 2
#10
11
DMA Channel 3
#11
LCH1
Link Channel 1
2
2
read-write
00
DMA Channel 0
#00
01
DMA Channel 1
#01
10
DMA Channel 2
#10
11
DMA Channel 3
#11
LINKCC
Link Channel Control
4
2
read-write
00
No channel-to-channel linking
#00
01
Perform a link to channel LCH1 after each cycle-steal transfer followed by a link to LCH2 after the BCR decrements to 0.
#01
10
Perform a link to channel LCH1 after each cycle-steal transfer
#10
11
Perform a link to channel LCH1 after the BCR decrements to 0.
#11
D_REQ
Disable Request
7
1
read-write
0
ERQ bit is not affected.
#0
1
ERQ bit is cleared when the BCR is exhausted.
#1
DMOD
Destination Address Modulo
8
4
read-write
0000
Buffer disabled
#0000
0001
Circular buffer size is 16 bytes
#0001
0010
Circular buffer size is 32 bytes
#0010
0011
Circular buffer size is 64 bytes
#0011
0100
Circular buffer size is 128 bytes
#0100
0101
Circular buffer size is 256 bytes
#0101
0110
Circular buffer size is 512 bytes
#0110
0111
Circular buffer size is 1 KB
#0111
1000
Circular buffer size is 2 KB
#1000
1001
Circular buffer size is 4 KB
#1001
1010
Circular buffer size is 8 KB
#1010
1011
Circular buffer size is 16 KB
#1011
1100
Circular buffer size is 32 KB
#1100
1101
Circular buffer size is 64 KB
#1101
1110
Circular buffer size is 128 KB
#1110
1111
Circular buffer size is 256 KB
#1111
SMOD
Source Address Modulo
12
4
read-write
0000
Buffer disabled
#0000
0001
Circular buffer size is 16 bytes.
#0001
0010
Circular buffer size is 32 bytes.
#0010
0011
Circular buffer size is 64 bytes.
#0011
0100
Circular buffer size is 128 bytes.
#0100
0101
Circular buffer size is 256 bytes.
#0101
0110
Circular buffer size is 512 bytes.
#0110
0111
Circular buffer size is 1 KB.
#0111
1000
Circular buffer size is 2 KB.
#1000
1001
Circular buffer size is 4 KB.
#1001
1010
Circular buffer size is 8 KB.
#1010
1011
Circular buffer size is 16 KB.
#1011
1100
Circular buffer size is 32 KB.
#1100
1101
Circular buffer size is 64 KB.
#1101
1110
Circular buffer size is 128 KB.
#1110
1111
Circular buffer size is 256 KB.
#1111
START
Start Transfer
16
1
write-only
0
DMA inactive
#0
1
The DMA begins the transfer in accordance to the values in the TCDn. START is cleared automatically after one module clock and always reads as logic 0.
#1
DSIZE
Destination Size
17
2
read-write
00
32-bit
#00
01
8-bit
#01
10
16-bit
#10
11
Reserved (generates a configuration error (DSRn[CE]) if incorrectly specified at time of channel activation)
#11
DINC
Destination Increment
19
1
read-write
0
No change to the DAR after a successful transfer.
#0
1
The DAR increments by 1, 2, 4 depending upon the size of the transfer.
#1
SSIZE
Source Size
20
2
read-write
00
32-bit
#00
01
8-bit
#01
10
16-bit
#10
11
Reserved (generates a configuration error (DSRn[CE]) if incorrectly specified at time of channel activation)
#11
SINC
Source Increment
22
1
read-write
0
No change to SAR after a successful transfer.
#0
1
The SAR increments by 1, 2, 4 as determined by the transfer size.
#1
EADREQ
Enable asynchronous DMA requests
23
1
read-write
0
Disabled
#0
1
Enabled
#1
AA
Auto-align
28
1
read-write
0
Auto-align disabled
#0
1
If SSIZE indicates a transfer no smaller than DSIZE, source accesses are auto-aligned; otherwise, destination accesses are auto-aligned. Source alignment takes precedence over destination alignment. If auto-alignment is enabled, the appropriate address register increments, regardless of DINC or SINC.
#1
CS
Cycle Steal
29
1
read-write
0
DMA continuously makes read/write transfers until the BCR decrements to 0.
#0
1
Forces a single read/write transfer per request.
#1
ERQ
Enable Peripheral Request
30
1
read-write
0
Peripheral request is ignored.
#0
1
Enables peripheral request to initiate transfer. A software-initiated request (setting START) is always enabled.
#1
EINT
Enable Interrupt on Completion of Transfer
31
1
read-write
0
No interrupt is generated.
#0
1
Interrupt signal is enabled.
#1
SAR1
Source Address Register
0x110
32
read-write
0
0xFFFFFFFF
SAR
Each SAR contains the byte address used by the DMA controller to read data
0
32
read-write
DAR1
Destination Address Register
0x114
32
read-write
0
0xFFFFFFFF
DAR
Each DAR contains the byte address used by the DMA controller to write data
0
32
read-write
DSR_BCR1
DMA Status Register / Byte Count Register
0x118
32
read-write
0
0xFFFFFFFF
BCR
This field contains the number of bytes yet to be transferred for a given block
0
24
read-write
DONE
Transactions Done
24
1
read-write
0
DMA transfer is not yet complete. Writing a 0 has no effect.
#0
1
DMA transfer completed. Writing a 1 to this bit clears all DMA status bits and should be used in an interrupt service routine to clear the DMA interrupt and error bits.
#1
BSY
Busy
25
1
read-only
0
DMA channel is inactive. Cleared when the DMA has finished the last transaction.
#0
1
BSY is set the first time the channel is enabled after a transfer is initiated.
#1
REQ
Request
26
1
read-only
0
No request is pending or the channel is currently active. Cleared when the channel is selected.
#0
1
The DMA channel has a transfer remaining and the channel is not selected.
#1
BED
Bus Error on Destination
28
1
read-only
0
No bus error occurred.
#0
1
The DMA channel terminated with a bus error during the write portion of a transfer.
#1
BES
Bus Error on Source
29
1
read-only
0
No bus error occurred.
#0
1
The DMA channel terminated with a bus error during the read portion of a transfer.
#1
CE
Configuration Error
30
1
read-only
0
No configuration error exists.
#0
1
A configuration error has occurred.
#1
DSR1
DMA_DSR1 register.
0x11B
8
read-write
0
0xFF
DCR1
DMA Control Register
0x11C
32
read-write
0
0xFFFFFFFF
LCH2
Link Channel 2
0
2
read-write
00
DMA Channel 0
#00
01
DMA Channel 1
#01
10
DMA Channel 2
#10
11
DMA Channel 3
#11
LCH1
Link Channel 1
2
2
read-write
00
DMA Channel 0
#00
01
DMA Channel 1
#01
10
DMA Channel 2
#10
11
DMA Channel 3
#11
LINKCC
Link Channel Control
4
2
read-write
00
No channel-to-channel linking
#00
01
Perform a link to channel LCH1 after each cycle-steal transfer followed by a link to LCH2 after the BCR decrements to 0.
#01
10
Perform a link to channel LCH1 after each cycle-steal transfer
#10
11
Perform a link to channel LCH1 after the BCR decrements to 0.
#11
D_REQ
Disable Request
7
1
read-write
0
ERQ bit is not affected.
#0
1
ERQ bit is cleared when the BCR is exhausted.
#1
DMOD
Destination Address Modulo
8
4
read-write
0000
Buffer disabled
#0000
0001
Circular buffer size is 16 bytes
#0001
0010
Circular buffer size is 32 bytes
#0010
0011
Circular buffer size is 64 bytes
#0011
0100
Circular buffer size is 128 bytes
#0100
0101
Circular buffer size is 256 bytes
#0101
0110
Circular buffer size is 512 bytes
#0110
0111
Circular buffer size is 1 KB
#0111
1000
Circular buffer size is 2 KB
#1000
1001
Circular buffer size is 4 KB
#1001
1010
Circular buffer size is 8 KB
#1010
1011
Circular buffer size is 16 KB
#1011
1100
Circular buffer size is 32 KB
#1100
1101
Circular buffer size is 64 KB
#1101
1110
Circular buffer size is 128 KB
#1110
1111
Circular buffer size is 256 KB
#1111
SMOD
Source Address Modulo
12
4
read-write
0000
Buffer disabled
#0000
0001
Circular buffer size is 16 bytes.
#0001
0010
Circular buffer size is 32 bytes.
#0010
0011
Circular buffer size is 64 bytes.
#0011
0100
Circular buffer size is 128 bytes.
#0100
0101
Circular buffer size is 256 bytes.
#0101
0110
Circular buffer size is 512 bytes.
#0110
0111
Circular buffer size is 1 KB.
#0111
1000
Circular buffer size is 2 KB.
#1000
1001
Circular buffer size is 4 KB.
#1001
1010
Circular buffer size is 8 KB.
#1010
1011
Circular buffer size is 16 KB.
#1011
1100
Circular buffer size is 32 KB.
#1100
1101
Circular buffer size is 64 KB.
#1101
1110
Circular buffer size is 128 KB.
#1110
1111
Circular buffer size is 256 KB.
#1111
START
Start Transfer
16
1
write-only
0
DMA inactive
#0
1
The DMA begins the transfer in accordance to the values in the TCDn. START is cleared automatically after one module clock and always reads as logic 0.
#1
DSIZE
Destination Size
17
2
read-write
00
32-bit
#00
01
8-bit
#01
10
16-bit
#10
11
Reserved (generates a configuration error (DSRn[CE]) if incorrectly specified at time of channel activation)
#11
DINC
Destination Increment
19
1
read-write
0
No change to the DAR after a successful transfer.
#0
1
The DAR increments by 1, 2, 4 depending upon the size of the transfer.
#1
SSIZE
Source Size
20
2
read-write
00
32-bit
#00
01
8-bit
#01
10
16-bit
#10
11
Reserved (generates a configuration error (DSRn[CE]) if incorrectly specified at time of channel activation)
#11
SINC
Source Increment
22
1
read-write
0
No change to SAR after a successful transfer.
#0
1
The SAR increments by 1, 2, 4 as determined by the transfer size.
#1
EADREQ
Enable asynchronous DMA requests
23
1
read-write
0
Disabled
#0
1
Enabled
#1
AA
Auto-align
28
1
read-write
0
Auto-align disabled
#0
1
If SSIZE indicates a transfer no smaller than DSIZE, source accesses are auto-aligned; otherwise, destination accesses are auto-aligned. Source alignment takes precedence over destination alignment. If auto-alignment is enabled, the appropriate address register increments, regardless of DINC or SINC.
#1
CS
Cycle Steal
29
1
read-write
0
DMA continuously makes read/write transfers until the BCR decrements to 0.
#0
1
Forces a single read/write transfer per request.
#1
ERQ
Enable Peripheral Request
30
1
read-write
0
Peripheral request is ignored.
#0
1
Enables peripheral request to initiate transfer. A software-initiated request (setting START) is always enabled.
#1
EINT
Enable Interrupt on Completion of Transfer
31
1
read-write
0
No interrupt is generated.
#0
1
Interrupt signal is enabled.
#1
SAR2
Source Address Register
0x120
32
read-write
0
0xFFFFFFFF
SAR
Each SAR contains the byte address used by the DMA controller to read data
0
32
read-write
DAR2
Destination Address Register
0x124
32
read-write
0
0xFFFFFFFF
DAR
Each DAR contains the byte address used by the DMA controller to write data
0
32
read-write
DSR_BCR2
DMA Status Register / Byte Count Register
0x128
32
read-write
0
0xFFFFFFFF
BCR
This field contains the number of bytes yet to be transferred for a given block
0
24
read-write
DONE
Transactions Done
24
1
read-write
0
DMA transfer is not yet complete. Writing a 0 has no effect.
#0
1
DMA transfer completed. Writing a 1 to this bit clears all DMA status bits and should be used in an interrupt service routine to clear the DMA interrupt and error bits.
#1
BSY
Busy
25
1
read-only
0
DMA channel is inactive. Cleared when the DMA has finished the last transaction.
#0
1
BSY is set the first time the channel is enabled after a transfer is initiated.
#1
REQ
Request
26
1
read-only
0
No request is pending or the channel is currently active. Cleared when the channel is selected.
#0
1
The DMA channel has a transfer remaining and the channel is not selected.
#1
BED
Bus Error on Destination
28
1
read-only
0
No bus error occurred.
#0
1
The DMA channel terminated with a bus error during the write portion of a transfer.
#1
BES
Bus Error on Source
29
1
read-only
0
No bus error occurred.
#0
1
The DMA channel terminated with a bus error during the read portion of a transfer.
#1
CE
Configuration Error
30
1
read-only
0
No configuration error exists.
#0
1
A configuration error has occurred.
#1
DSR2
DMA_DSR2 register.
0x12B
8
read-write
0
0xFF
DCR2
DMA Control Register
0x12C
32
read-write
0
0xFFFFFFFF
LCH2
Link Channel 2
0
2
read-write
00
DMA Channel 0
#00
01
DMA Channel 1
#01
10
DMA Channel 2
#10
11
DMA Channel 3
#11
LCH1
Link Channel 1
2
2
read-write
00
DMA Channel 0
#00
01
DMA Channel 1
#01
10
DMA Channel 2
#10
11
DMA Channel 3
#11
LINKCC
Link Channel Control
4
2
read-write
00
No channel-to-channel linking
#00
01
Perform a link to channel LCH1 after each cycle-steal transfer followed by a link to LCH2 after the BCR decrements to 0.
#01
10
Perform a link to channel LCH1 after each cycle-steal transfer
#10
11
Perform a link to channel LCH1 after the BCR decrements to 0.
#11
D_REQ
Disable Request
7
1
read-write
0
ERQ bit is not affected.
#0
1
ERQ bit is cleared when the BCR is exhausted.
#1
DMOD
Destination Address Modulo
8
4
read-write
0000
Buffer disabled
#0000
0001
Circular buffer size is 16 bytes
#0001
0010
Circular buffer size is 32 bytes
#0010
0011
Circular buffer size is 64 bytes
#0011
0100
Circular buffer size is 128 bytes
#0100
0101
Circular buffer size is 256 bytes
#0101
0110
Circular buffer size is 512 bytes
#0110
0111
Circular buffer size is 1 KB
#0111
1000
Circular buffer size is 2 KB
#1000
1001
Circular buffer size is 4 KB
#1001
1010
Circular buffer size is 8 KB
#1010
1011
Circular buffer size is 16 KB
#1011
1100
Circular buffer size is 32 KB
#1100
1101
Circular buffer size is 64 KB
#1101
1110
Circular buffer size is 128 KB
#1110
1111
Circular buffer size is 256 KB
#1111
SMOD
Source Address Modulo
12
4
read-write
0000
Buffer disabled
#0000
0001
Circular buffer size is 16 bytes.
#0001
0010
Circular buffer size is 32 bytes.
#0010
0011
Circular buffer size is 64 bytes.
#0011
0100
Circular buffer size is 128 bytes.
#0100
0101
Circular buffer size is 256 bytes.
#0101
0110
Circular buffer size is 512 bytes.
#0110
0111
Circular buffer size is 1 KB.
#0111
1000
Circular buffer size is 2 KB.
#1000
1001
Circular buffer size is 4 KB.
#1001
1010
Circular buffer size is 8 KB.
#1010
1011
Circular buffer size is 16 KB.
#1011
1100
Circular buffer size is 32 KB.
#1100
1101
Circular buffer size is 64 KB.
#1101
1110
Circular buffer size is 128 KB.
#1110
1111
Circular buffer size is 256 KB.
#1111
START
Start Transfer
16
1
write-only
0
DMA inactive
#0
1
The DMA begins the transfer in accordance to the values in the TCDn. START is cleared automatically after one module clock and always reads as logic 0.
#1
DSIZE
Destination Size
17
2
read-write
00
32-bit
#00
01
8-bit
#01
10
16-bit
#10
11
Reserved (generates a configuration error (DSRn[CE]) if incorrectly specified at time of channel activation)
#11
DINC
Destination Increment
19
1
read-write
0
No change to the DAR after a successful transfer.
#0
1
The DAR increments by 1, 2, 4 depending upon the size of the transfer.
#1
SSIZE
Source Size
20
2
read-write
00
32-bit
#00
01
8-bit
#01
10
16-bit
#10
11
Reserved (generates a configuration error (DSRn[CE]) if incorrectly specified at time of channel activation)
#11
SINC
Source Increment
22
1
read-write
0
No change to SAR after a successful transfer.
#0
1
The SAR increments by 1, 2, 4 as determined by the transfer size.
#1
EADREQ
Enable asynchronous DMA requests
23
1
read-write
0
Disabled
#0
1
Enabled
#1
AA
Auto-align
28
1
read-write
0
Auto-align disabled
#0
1
If SSIZE indicates a transfer no smaller than DSIZE, source accesses are auto-aligned; otherwise, destination accesses are auto-aligned. Source alignment takes precedence over destination alignment. If auto-alignment is enabled, the appropriate address register increments, regardless of DINC or SINC.
#1
CS
Cycle Steal
29
1
read-write
0
DMA continuously makes read/write transfers until the BCR decrements to 0.
#0
1
Forces a single read/write transfer per request.
#1
ERQ
Enable Peripheral Request
30
1
read-write
0
Peripheral request is ignored.
#0
1
Enables peripheral request to initiate transfer. A software-initiated request (setting START) is always enabled.
#1
EINT
Enable Interrupt on Completion of Transfer
31
1
read-write
0
No interrupt is generated.
#0
1
Interrupt signal is enabled.
#1
SAR3
Source Address Register
0x130
32
read-write
0
0xFFFFFFFF
SAR
Each SAR contains the byte address used by the DMA controller to read data
0
32
read-write
DAR3
Destination Address Register
0x134
32
read-write
0
0xFFFFFFFF
DAR
Each DAR contains the byte address used by the DMA controller to write data
0
32
read-write
DSR_BCR3
DMA Status Register / Byte Count Register
0x138
32
read-write
0
0xFFFFFFFF
BCR
This field contains the number of bytes yet to be transferred for a given block
0
24
read-write
DONE
Transactions Done
24
1
read-write
0
DMA transfer is not yet complete. Writing a 0 has no effect.
#0
1
DMA transfer completed. Writing a 1 to this bit clears all DMA status bits and should be used in an interrupt service routine to clear the DMA interrupt and error bits.
#1
BSY
Busy
25
1
read-only
0
DMA channel is inactive. Cleared when the DMA has finished the last transaction.
#0
1
BSY is set the first time the channel is enabled after a transfer is initiated.
#1
REQ
Request
26
1
read-only
0
No request is pending or the channel is currently active. Cleared when the channel is selected.
#0
1
The DMA channel has a transfer remaining and the channel is not selected.
#1
BED
Bus Error on Destination
28
1
read-only
0
No bus error occurred.
#0
1
The DMA channel terminated with a bus error during the write portion of a transfer.
#1
BES
Bus Error on Source
29
1
read-only
0
No bus error occurred.
#0
1
The DMA channel terminated with a bus error during the read portion of a transfer.
#1
CE
Configuration Error
30
1
read-only
0
No configuration error exists.
#0
1
A configuration error has occurred.
#1
DSR3
DMA_DSR3 register.
0x13B
8
read-write
0
0xFF
DCR3
DMA Control Register
0x13C
32
read-write
0
0xFFFFFFFF
LCH2
Link Channel 2
0
2
read-write
00
DMA Channel 0
#00
01
DMA Channel 1
#01
10
DMA Channel 2
#10
11
DMA Channel 3
#11
LCH1
Link Channel 1
2
2
read-write
00
DMA Channel 0
#00
01
DMA Channel 1
#01
10
DMA Channel 2
#10
11
DMA Channel 3
#11
LINKCC
Link Channel Control
4
2
read-write
00
No channel-to-channel linking
#00
01
Perform a link to channel LCH1 after each cycle-steal transfer followed by a link to LCH2 after the BCR decrements to 0.
#01
10
Perform a link to channel LCH1 after each cycle-steal transfer
#10
11
Perform a link to channel LCH1 after the BCR decrements to 0.
#11
D_REQ
Disable Request
7
1
read-write
0
ERQ bit is not affected.
#0
1
ERQ bit is cleared when the BCR is exhausted.
#1
DMOD
Destination Address Modulo
8
4
read-write
0000
Buffer disabled
#0000
0001
Circular buffer size is 16 bytes
#0001
0010
Circular buffer size is 32 bytes
#0010
0011
Circular buffer size is 64 bytes
#0011
0100
Circular buffer size is 128 bytes
#0100
0101
Circular buffer size is 256 bytes
#0101
0110
Circular buffer size is 512 bytes
#0110
0111
Circular buffer size is 1 KB
#0111
1000
Circular buffer size is 2 KB
#1000
1001
Circular buffer size is 4 KB
#1001
1010
Circular buffer size is 8 KB
#1010
1011
Circular buffer size is 16 KB
#1011
1100
Circular buffer size is 32 KB
#1100
1101
Circular buffer size is 64 KB
#1101
1110
Circular buffer size is 128 KB
#1110
1111
Circular buffer size is 256 KB
#1111
SMOD
Source Address Modulo
12
4
read-write
0000
Buffer disabled
#0000
0001
Circular buffer size is 16 bytes.
#0001
0010
Circular buffer size is 32 bytes.
#0010
0011
Circular buffer size is 64 bytes.
#0011
0100
Circular buffer size is 128 bytes.
#0100
0101
Circular buffer size is 256 bytes.
#0101
0110
Circular buffer size is 512 bytes.
#0110
0111
Circular buffer size is 1 KB.
#0111
1000
Circular buffer size is 2 KB.
#1000
1001
Circular buffer size is 4 KB.
#1001
1010
Circular buffer size is 8 KB.
#1010
1011
Circular buffer size is 16 KB.
#1011
1100
Circular buffer size is 32 KB.
#1100
1101
Circular buffer size is 64 KB.
#1101
1110
Circular buffer size is 128 KB.
#1110
1111
Circular buffer size is 256 KB.
#1111
START
Start Transfer
16
1
write-only
0
DMA inactive
#0
1
The DMA begins the transfer in accordance to the values in the TCDn. START is cleared automatically after one module clock and always reads as logic 0.
#1
DSIZE
Destination Size
17
2
read-write
00
32-bit
#00
01
8-bit
#01
10
16-bit
#10
11
Reserved (generates a configuration error (DSRn[CE]) if incorrectly specified at time of channel activation)
#11
DINC
Destination Increment
19
1
read-write
0
No change to the DAR after a successful transfer.
#0
1
The DAR increments by 1, 2, 4 depending upon the size of the transfer.
#1
SSIZE
Source Size
20
2
read-write
00
32-bit
#00
01
8-bit
#01
10
16-bit
#10
11
Reserved (generates a configuration error (DSRn[CE]) if incorrectly specified at time of channel activation)
#11
SINC
Source Increment
22
1
read-write
0
No change to SAR after a successful transfer.
#0
1
The SAR increments by 1, 2, 4 as determined by the transfer size.
#1
EADREQ
Enable asynchronous DMA requests
23
1
read-write
0
Disabled
#0
1
Enabled
#1
AA
Auto-align
28
1
read-write
0
Auto-align disabled
#0
1
If SSIZE indicates a transfer no smaller than DSIZE, source accesses are auto-aligned; otherwise, destination accesses are auto-aligned. Source alignment takes precedence over destination alignment. If auto-alignment is enabled, the appropriate address register increments, regardless of DINC or SINC.
#1
CS
Cycle Steal
29
1
read-write
0
DMA continuously makes read/write transfers until the BCR decrements to 0.
#0
1
Forces a single read/write transfer per request.
#1
ERQ
Enable Peripheral Request
30
1
read-write
0
Peripheral request is ignored.
#0
1
Enables peripheral request to initiate transfer. A software-initiated request (setting START) is always enabled.
#1
EINT
Enable Interrupt on Completion of Transfer
31
1
read-write
0
No interrupt is generated.
#0
1
Interrupt signal is enabled.
#1
FTFA
Flash Memory Interface
FTFA_
0x40020000
0
0x14
registers
FTFA
5
FSTAT
Flash Status Register
0
8
read-write
0
0xFF
MGSTAT0
Memory Controller Command Completion Status Flag
0
1
read-only
FPVIOL
Flash Protection Violation Flag
4
1
read-write
0
No protection violation detected
#0
1
Protection violation detected
#1
ACCERR
Flash Access Error Flag
5
1
read-write
0
No access error detected
#0
1
Access error detected
#1
RDCOLERR
Flash Read Collision Error Flag
6
1
read-write
0
No collision error detected
#0
1
Collision error detected
#1
CCIF
Command Complete Interrupt Flag
7
1
read-write
0
Flash command in progress
#0
1
Flash command has completed
#1
FCNFG
Flash Configuration Register
0x1
8
read-write
0
0xFF
ERSSUSP
Erase Suspend
4
1
read-write
0
No suspend requested
#0
1
Suspend the current Erase Flash Sector command execution.
#1
ERSAREQ
Erase All Request
5
1
read-only
0
No request or request complete
#0
1
Request to: run the Erase All Blocks command, verify the erased state, program the security byte in the Flash Configuration Field to the unsecure state, and release MCU security by setting the FSEC[SEC] field to the unsecure state.
#1
RDCOLLIE
Read Collision Error Interrupt Enable
6
1
read-write
0
Read collision error interrupt disabled
#0
1
Read collision error interrupt enabled. An interrupt request is generated whenever a flash memory read collision error is detected (see the description of FSTAT[RDCOLERR]).
#1
CCIE
Command Complete Interrupt Enable
7
1
read-write
0
Command complete interrupt disabled
#0
1
Command complete interrupt enabled. An interrupt request is generated whenever the FSTAT[CCIF] flag is set.
#1
FSEC
Flash Security Register
0x2
8
read-only
0
0
SEC
Flash Security
0
2
read-only
00
MCU security status is secure.
#00
01
MCU security status is secure.
#01
10
MCU security status is unsecure. (The standard shipping condition of the flash memory module is unsecure.)
#10
11
MCU security status is secure.
#11
FSLACC
Freescale Failure Analysis Access Code
2
2
read-only
00
Freescale factory access granted
#00
01
Freescale factory access denied
#01
10
Freescale factory access denied
#10
11
Freescale factory access granted
#11
MEEN
Mass Erase Enable Bits
4
2
read-only
00
Mass erase is enabled
#00
01
Mass erase is enabled
#01
10
Mass erase is disabled
#10
11
Mass erase is enabled
#11
KEYEN
Backdoor Key Security Enable
6
2
read-only
00
Backdoor key access disabled
#00
01
Backdoor key access disabled (preferred KEYEN state to disable backdoor key access)
#01
10
Backdoor key access enabled
#10
11
Backdoor key access disabled
#11
FOPT
Flash Option Register
0x3
8
read-only
0
0
OPT
Nonvolatile Option
0
8
read-only
12
0x1
3,2,1,0,7,6,5,4,B,A,9,8
FCCOB%s
Flash Common Command Object Registers
0x4
8
read-write
0
0xFF
CCOBn
The FCCOB register provides a command code and relevant parameters to the memory controller
0
8
read-write
4
0x1
3,2,1,0
FPROT%s
Program Flash Protection Registers
0x10
8
read-write
0
0
PROT
Program Flash Region Protect
0
8
read-write
0
Program flash region is protected.
#0
1
Program flash region is not protected
#1
DMAMUX0
DMA channel multiplexor
DMAMUX0_
0x40021000
0
0x4
registers
4
0x1
0,1,2,3
CHCFG%s
Channel Configuration register
0
8
read-write
0
0xFF
SOURCE
DMA Channel Source (Slot)
0
6
read-write
0
Disable_Signal
#0
2
UART0_Rx_Signal
#10
3
UART0_Tx_Signal
#11
4
UART1_Rx_Signal
#100
5
UART1_Tx_Signal
#101
6
UART2_Rx_Signal
#110
7
UART2_Tx_Signal
#111
14
I2S0_Rx_Signal
#1110
15
I2S0_Tx_Signal
#1111
16
SPI0_Rx_Signal
#10000
17
SPI0_Tx_Signal
#10001
18
SPI1_Rx_Signal
#10010
19
SPI1_Tx_Signal
#10011
22
I2C0_Signal
#10110
23
I2C1_Signal
#10111
24
TPM0_Channel0_Signal
#11000
25
TPM0_Channel1_Signal
#11001
26
TPM0_Channel2_Signal
#11010
27
TPM0_Channel3_Signal
#11011
28
TPM0_Channel4_Signal
#11100
29
TPM0_Channel5_Signal
#11101
32
TPM1_Channel0_Signal
#100000
33
TPM1_Channel1_Signal
#100001
34
TPM2_Channel0_Signal
#100010
35
TPM2_Channel1_Signal
#100011
40
ADC0_Signal
#101000
42
CMP0_Signal
#101010
45
DAC0_Signal
#101101
49
PortA_Signal
#110001
51
PortC_Signal
#110011
52
PortD_Signal
#110100
54
TPM0_Overflow_Signal
#110110
55
TPM1_Overflow_Signal
#110111
56
TPM2_Overflow_Signal
#111000
60
AlwaysOn60_Signal
#111100
61
AlwaysOn61_Signal
#111101
62
AlwaysOn62_Signal
#111110
63
AlwaysOn63_Signal
#111111
TRIG
DMA Channel Trigger Enable
6
1
read-write
0
Triggering is disabled. If triggering is disabled and ENBL is set, the DMA Channel will simply route the specified source to the DMA channel. (Normal mode)
#0
1
Triggering is enabled. If triggering is enabled and ENBL is set, the DMAMUX is in Periodic Trigger mode.
#1
ENBL
DMA Channel Enable
7
1
read-write
0
DMA channel is disabled. This mode is primarily used during configuration of the DMAMux. The DMA has separate channel enables/disables, which should be used to disable or reconfigure a DMA channel.
#0
1
DMA channel is enabled
#1
I2S0
Inter-IC Sound / Synchronous Audio Interface
I2S0_
0x4002F000
0
0x108
registers
I2S0
23
TCSR
SAI Transmit Control Register
0
32
read-write
0
0xFFFFFFFF
FWDE
FIFO Warning DMA Enable
1
1
read-write
0
Disables the DMA request.
#0
1
Enables the DMA request.
#1
FWIE
FIFO Warning Interrupt Enable
9
1
read-write
0
Disables the interrupt.
#0
1
Enables the interrupt.
#1
FEIE
FIFO Error Interrupt Enable
10
1
read-write
0
Disables the interrupt.
#0
1
Enables the interrupt.
#1
SEIE
Sync Error Interrupt Enable
11
1
read-write
0
Disables interrupt.
#0
1
Enables interrupt.
#1
WSIE
Word Start Interrupt Enable
12
1
read-write
0
Disables interrupt.
#0
1
Enables interrupt.
#1
FWF
FIFO Warning Flag
17
1
read-only
0
No enabled transmit FIFO is empty.
#0
1
Enabled transmit FIFO is empty.
#1
FEF
FIFO Error Flag
18
1
read-write
0
Transmit underrun not detected.
#0
1
Transmit underrun detected.
#1
SEF
Sync Error Flag
19
1
read-write
0
Sync error not detected.
#0
1
Frame sync error detected.
#1
WSF
Word Start Flag
20
1
read-write
0
Start of word not detected.
#0
1
Start of word detected.
#1
SR
Software Reset
24
1
read-write
0
No effect.
#0
1
Software reset.
#1
FR
FIFO Reset
25
1
write-only
0
No effect.
#0
1
FIFO reset.
#1
BCE
Bit Clock Enable
28
1
read-write
0
Transmit bit clock is disabled.
#0
1
Transmit bit clock is enabled.
#1
DBGE
Debug Enable
29
1
read-write
0
Transmitter is disabled in Debug mode, after completing the current frame.
#0
1
Transmitter is enabled in Debug mode.
#1
STOPE
Stop Enable
30
1
read-write
0
Transmitter disabled in Stop mode.
#0
1
Transmitter enabled in Stop mode.
#1
TE
Transmitter Enable
31
1
read-write
0
Transmitter is disabled.
#0
1
Transmitter is enabled, or transmitter has been disabled and has not yet reached end of frame.
#1
TCR2
SAI Transmit Configuration 2 Register
0x8
32
read-write
0
0xFFFFFFFF
DIV
Bit Clock Divide
0
8
read-write
BCD
Bit Clock Direction
24
1
read-write
0
Bit clock is generated externally in Slave mode.
#0
1
Bit clock is generated internally in Master mode.
#1
BCP
Bit Clock Polarity
25
1
read-write
0
Bit clock is active high with drive outputs on rising edge and sample inputs on falling edge.
#0
1
Bit clock is active low with drive outputs on falling edge and sample inputs on rising edge.
#1
MSEL
MCLK Select
26
2
read-write
00
Bus Clock selected.
#00
01
Master Clock (MCLK) 1 option selected.
#01
10
Master Clock (MCLK) 2 option selected.
#10
11
Master Clock (MCLK) 3 option selected.
#11
BCI
Bit Clock Input
28
1
read-write
0
No effect.
#0
1
Internal logic is clocked as if bit clock was externally generated.
#1
BCS
Bit Clock Swap
29
1
read-write
0
Use the normal bit clock source.
#0
1
Swap the bit clock source.
#1
SYNC
Synchronous Mode
30
2
read-write
00
Asynchronous mode.
#00
01
Synchronous with receiver.
#01
10
Synchronous with another SAI transmitter.
#10
11
Synchronous with another SAI receiver.
#11
TCR3
SAI Transmit Configuration 3 Register
0xC
32
read-write
0
0xFFFFFFFF
WDFL
Word Flag Configuration
0
1
read-write
TCE
Transmit Channel Enable
16
1
read-write
0
Transmit data channel N is disabled.
#0
1
Transmit data channel N is enabled.
#1
TCR4
SAI Transmit Configuration 4 Register
0x10
32
read-write
0
0xFFFFFFFF
FSD
Frame Sync Direction
0
1
read-write
0
Frame sync is generated externally in Slave mode.
#0
1
Frame sync is generated internally in Master mode.
#1
FSP
Frame Sync Polarity
1
1
read-write
0
Frame sync is active high.
#0
1
Frame sync is active low.
#1
FSE
Frame Sync Early
3
1
read-write
0
Frame sync asserts with the first bit of the frame.
#0
1
Frame sync asserts one bit before the first bit of the frame.
#1
MF
MSB First
4
1
read-write
0
LSB is transmitted first.
#0
1
MSB is transmitted first.
#1
SYWD
Sync Width
8
5
read-write
FRSZ
Frame size
16
1
read-write
TCR5
SAI Transmit Configuration 5 Register
0x14
32
read-write
0
0xFFFFFFFF
FBT
First Bit Shifted
8
5
read-write
W0W
Word 0 Width
16
5
read-write
WNW
Word N Width
24
5
read-write
TDR
SAI Transmit Data Register
0x20
32
write-only
0
0xFFFFFFFF
TDR
Transmit Data Register
0
32
write-only
TMR
SAI Transmit Mask Register
0x60
32
read-write
0
0xFFFFFFFF
TWM
Transmit Word Mask
0
2
read-write
0
Word N is enabled.
#00
1
Word N is masked. The transmit data pins are tri-stated when masked.
#01
RCSR
SAI Receive Control Register
0x80
32
read-write
0
0xFFFFFFFF
FWDE
FIFO Warning DMA Enable
1
1
read-write
0
Disables the DMA request.
#0
1
Enables the DMA request.
#1
FWIE
FIFO Warning Interrupt Enable
9
1
read-write
0
Disables the interrupt.
#0
1
Enables the interrupt.
#1
FEIE
FIFO Error Interrupt Enable
10
1
read-write
0
Disables the interrupt.
#0
1
Enables the interrupt.
#1
SEIE
Sync Error Interrupt Enable
11
1
read-write
0
Disables interrupt.
#0
1
Enables interrupt.
#1
WSIE
Word Start Interrupt Enable
12
1
read-write
0
Disables interrupt.
#0
1
Enables interrupt.
#1
FWF
FIFO Warning Flag
17
1
read-only
0
No enabled receive FIFO is full.
#0
1
Enabled receive FIFO is full.
#1
FEF
FIFO Error Flag
18
1
read-write
0
Receive overflow not detected.
#0
1
Receive overflow detected.
#1
SEF
Sync Error Flag
19
1
read-write
0
Sync error not detected.
#0
1
Frame sync error detected.
#1
WSF
Word Start Flag
20
1
read-write
0
Start of word not detected.
#0
1
Start of word detected.
#1
SR
Software Reset
24
1
read-write
0
No effect.
#0
1
Software reset.
#1
FR
FIFO Reset
25
1
write-only
0
No effect.
#0
1
FIFO reset.
#1
BCE
Bit Clock Enable
28
1
read-write
0
Receive bit clock is disabled.
#0
1
Receive bit clock is enabled.
#1
DBGE
Debug Enable
29
1
read-write
0
Receiver is disabled in Debug mode, after completing the current frame.
#0
1
Receiver is enabled in Debug mode.
#1
STOPE
Stop Enable
30
1
read-write
0
Receiver disabled in Stop mode.
#0
1
Receiver enabled in Stop mode.
#1
RE
Receiver Enable
31
1
read-write
0
Receiver is disabled.
#0
1
Receiver is enabled, or receiver has been disabled and has not yet reached end of frame.
#1
RCR2
SAI Receive Configuration 2 Register
0x88
32
read-write
0
0xFFFFFFFF
DIV
Bit Clock Divide
0
8
read-write
BCD
Bit Clock Direction
24
1
read-write
0
Bit clock is generated externally in Slave mode.
#0
1
Bit clock is generated internally in Master mode.
#1
BCP
Bit Clock Polarity
25
1
read-write
0
Bit Clock is active high with drive outputs on rising edge and sample inputs on falling edge.
#0
1
Bit Clock is active low with drive outputs on falling edge and sample inputs on rising edge.
#1
MSEL
MCLK Select
26
2
read-write
00
Bus Clock selected.
#00
01
Master Clock (MCLK) 1 option selected.
#01
10
Master Clock (MCLK) 2 option selected.
#10
11
Master Clock (MCLK) 3 option selected.
#11
BCI
Bit Clock Input
28
1
read-write
0
No effect.
#0
1
Internal logic is clocked as if bit clock was externally generated.
#1
BCS
Bit Clock Swap
29
1
read-write
0
Use the normal bit clock source.
#0
1
Swap the bit clock source.
#1
SYNC
Synchronous Mode
30
2
read-write
00
Asynchronous mode.
#00
01
Synchronous with transmitter.
#01
10
Synchronous with another SAI receiver.
#10
11
Synchronous with another SAI transmitter.
#11
RCR3
SAI Receive Configuration 3 Register
0x8C
32
read-write
0
0xFFFFFFFF
WDFL
Word Flag Configuration
0
1
read-write
RCE
Receive Channel Enable
16
1
read-write
0
Receive data channel N is disabled.
#0
1
Receive data channel N is enabled.
#1
RCR4
SAI Receive Configuration 4 Register
0x90
32
read-write
0
0xFFFFFFFF
FSD
Frame Sync Direction
0
1
read-write
0
Frame Sync is generated externally in Slave mode.
#0
1
Frame Sync is generated internally in Master mode.
#1
FSP
Frame Sync Polarity
1
1
read-write
0
Frame sync is active high.
#0
1
Frame sync is active low.
#1
FSE
Frame Sync Early
3
1
read-write
0
Frame sync asserts with the first bit of the frame.
#0
1
Frame sync asserts one bit before the first bit of the frame.
#1
MF
MSB First
4
1
read-write
0
LSB is received first.
#0
1
MSB is received first.
#1
SYWD
Sync Width
8
5
read-write
FRSZ
Frame Size
16
1
read-write
RCR5
SAI Receive Configuration 5 Register
0x94
32
read-write
0
0xFFFFFFFF
FBT
First Bit Shifted
8
5
read-write
W0W
Word 0 Width
16
5
read-write
WNW
Word N Width
24
5
read-write
RDR
SAI Receive Data Register
0xA0
32
read-only
0
0xFFFFFFFF
RDR
Receive Data Register
0
32
read-only
RMR
SAI Receive Mask Register
0xE0
32
read-write
0
0xFFFFFFFF
RWM
Receive Word Mask
0
2
read-write
0
Word N is enabled.
#00
1
Word N is masked.
#01
MCR
SAI MCLK Control Register
0x100
32
read-write
0
0xFFFFFFFF
MICS
MCLK Input Clock Select
24
2
read-write
00
MCLK divider input clock 0 selected.
#00
01
MCLK divider input clock 1 selected.
#01
10
MCLK divider input clock 2 selected.
#10
11
MCLK divider input clock 3 selected.
#11
MOE
MCLK Output Enable
30
1
read-write
0
MCLK signal pin is configured as an input that bypasses the MCLK divider.
#0
1
MCLK signal pin is configured as an output from the MCLK divider and the MCLK divider is enabled.
#1
DUF
Divider Update Flag
31
1
read-only
0
MCLK divider ratio is not being updated currently.
#0
1
MCLK divider ratio is updating on-the-fly. Further updates to the MCLK divider ratio are blocked while this flag remains set.
#1
MDR
SAI MCLK Divide Register
0x104
32
read-write
0
0xFFFFFFFF
DIVIDE
MCLK Divide
0
12
read-write
FRACT
MCLK Fraction
12
8
read-write
PIT
Periodic Interrupt Timer
PIT_
0x40037000
0
0x120
registers
PIT
22
MCR
PIT Module Control Register
0
32
read-write
0x6
0xFFFFFFFF
FRZ
Freeze
0
1
read-write
0
Timers continue to run in Debug mode.
#0
1
Timers are stopped in Debug mode.
#1
MDIS
Module Disable - (PIT section)
1
1
read-write
0
Clock for standard PIT timers is enabled.
#0
1
Clock for standard PIT timers is disabled.
#1
LTMR64H
PIT Upper Lifetime Timer Register
0xE0
32
read-only
0
0xFFFFFFFF
LTH
Life Timer value
0
32
read-only
LTMR64L
PIT Lower Lifetime Timer Register
0xE4
32
read-only
0
0xFFFFFFFF
LTL
Life Timer value
0
32
read-only
2
0x10
0,1
LDVAL%s
Timer Load Value Register
0x100
32
read-write
0
0xFFFFFFFF
TSV
Timer Start Value
0
32
read-write
2
0x10
0,1
CVAL%s
Current Timer Value Register
0x104
32
read-only
0
0xFFFFFFFF
TVL
Current Timer Value
0
32
read-only
2
0x10
0,1
TCTRL%s
Timer Control Register
0x108
32
read-write
0
0xFFFFFFFF
TEN
Timer Enable
0
1
read-write
0
Timer n is disabled.
#0
1
Timer n is enabled.
#1
TIE
Timer Interrupt Enable
1
1
read-write
0
Interrupt requests from Timer n are disabled.
#0
1
Interrupt will be requested whenever TIF is set.
#1
CHN
Chain Mode
2
1
read-write
0
Timer is not chained.
#0
1
Timer is chained to previous timer. For example, for Channel 2, if this field is set, Timer 2 is chained to Timer 1.
#1
2
0x10
0,1
TFLG%s
Timer Flag Register
0x10C
32
read-write
0
0xFFFFFFFF
TIF
Timer Interrupt Flag
0
1
read-write
0
Timeout has not yet occurred.
#0
1
Timeout has occurred.
#1
TPM0
Timer/PWM Module
TPM
TPM0_
0x40038000
0
0x88
registers
TPM0
17
SC
Status and Control
0
32
read-write
0
0xFFFFFFFF
PS
Prescale Factor Selection
0
3
read-write
000
Divide by 1
#000
001
Divide by 2
#001
010
Divide by 4
#010
011
Divide by 8
#011
100
Divide by 16
#100
101
Divide by 32
#101
110
Divide by 64
#110
111
Divide by 128
#111
CMOD
Clock Mode Selection
3
2
read-write
00
TPM counter is disabled
#00
01
TPM counter increments on every TPM counter clock
#01
10
TPM counter increments on rising edge of TPM_EXTCLK synchronized to the TPM counter clock
#10
CPWMS
Center-Aligned PWM Select
5
1
read-write
0
TPM counter operates in up counting mode.
#0
1
TPM counter operates in up-down counting mode.
#1
TOIE
Timer Overflow Interrupt Enable
6
1
read-write
0
Disable TOF interrupts. Use software polling or DMA request.
#0
1
Enable TOF interrupts. An interrupt is generated when TOF equals one.
#1
TOF
Timer Overflow Flag
7
1
read-write
0
TPM counter has not overflowed.
#0
1
TPM counter has overflowed.
#1
DMA
DMA Enable
8
1
read-write
0
Disables DMA transfers.
#0
1
Enables DMA transfers.
#1
CNT
Counter
0x4
32
read-write
0
0xFFFFFFFF
COUNT
Counter value
0
16
read-write
MOD
Modulo
0x8
32
read-write
0xFFFF
0xFFFFFFFF
MOD
Modulo value
0
16
read-write
6
0x8
0,1,2,3,4,5
C%sSC
Channel (n) Status and Control
0xC
32
read-write
0
0xFFFFFFFF
DMA
DMA Enable
0
1
read-write
0
Disable DMA transfers.
#0
1
Enable DMA transfers.
#1
ELSA
Edge or Level Select
2
1
read-write
ELSB
Edge or Level Select
3
1
read-write
MSA
Channel Mode Select
4
1
read-write
MSB
Channel Mode Select
5
1
read-write
CHIE
Channel Interrupt Enable
6
1
read-write
0
Disable channel interrupts.
#0
1
Enable channel interrupts.
#1
CHF
Channel Flag
7
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
6
0x8
0,1,2,3,4,5
C%sV
Channel (n) Value
0x10
32
read-write
0
0xFFFFFFFF
VAL
Channel Value
0
16
read-write
STATUS
Capture and Compare Status
0x50
32
read-write
0
0xFFFFFFFF
CH0F
Channel 0 Flag
0
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH1F
Channel 1 Flag
1
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH2F
Channel 2 Flag
2
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH3F
Channel 3 Flag
3
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH4F
Channel 4 Flag
4
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH5F
Channel 5 Flag
5
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
TOF
Timer Overflow Flag
8
1
read-write
0
TPM counter has not overflowed.
#0
1
TPM counter has overflowed.
#1
CONF
Configuration
0x84
32
read-write
0
0xFFFFFFFF
DOZEEN
Doze Enable
5
1
read-write
0
Internal TPM counter continues in Doze mode.
#0
1
Internal TPM counter is paused and does not increment during Doze mode. Trigger inputs and input capture events are also ignored.
#1
DBGMODE
Debug Mode
6
2
read-write
00
TPM counter is paused and does not increment during debug mode. Trigger inputs and input capture events are also ignored.
#00
11
TPM counter continues in debug mode.
#11
GTBEEN
Global time base enable
9
1
read-write
0
All channels use the internally generated TPM counter as their timebase
#0
1
All channels use an externally generated global timebase as their timebase
#1
CSOT
Counter Start on Trigger
16
1
read-write
0
TPM counter starts to increment immediately, once it is enabled.
#0
1
TPM counter only starts to increment when it a rising edge on the selected input trigger is detected, after it has been enabled or after it has stopped due to overflow.
#1
CSOO
Counter Stop On Overflow
17
1
read-write
0
TPM counter continues incrementing or decrementing after overflow
#0
1
TPM counter stops incrementing or decrementing after overflow.
#1
CROT
Counter Reload On Trigger
18
1
read-write
0
Counter is not reloaded due to a rising edge on the selected input trigger
#0
1
Counter is reloaded when a rising edge is detected on the selected input trigger
#1
TRGSEL
Trigger Select
24
4
read-write
TPM1
Timer/PWM Module
TPM
TPM1_
0x40039000
0
0x88
registers
TPM1
18
SC
Status and Control
0
32
read-write
0
0xFFFFFFFF
PS
Prescale Factor Selection
0
3
read-write
000
Divide by 1
#000
001
Divide by 2
#001
010
Divide by 4
#010
011
Divide by 8
#011
100
Divide by 16
#100
101
Divide by 32
#101
110
Divide by 64
#110
111
Divide by 128
#111
CMOD
Clock Mode Selection
3
2
read-write
00
TPM counter is disabled
#00
01
TPM counter increments on every TPM counter clock
#01
10
TPM counter increments on rising edge of TPM_EXTCLK synchronized to the TPM counter clock
#10
CPWMS
Center-Aligned PWM Select
5
1
read-write
0
TPM counter operates in up counting mode.
#0
1
TPM counter operates in up-down counting mode.
#1
TOIE
Timer Overflow Interrupt Enable
6
1
read-write
0
Disable TOF interrupts. Use software polling or DMA request.
#0
1
Enable TOF interrupts. An interrupt is generated when TOF equals one.
#1
TOF
Timer Overflow Flag
7
1
read-write
0
TPM counter has not overflowed.
#0
1
TPM counter has overflowed.
#1
DMA
DMA Enable
8
1
read-write
0
Disables DMA transfers.
#0
1
Enables DMA transfers.
#1
CNT
Counter
0x4
32
read-write
0
0xFFFFFFFF
COUNT
Counter value
0
16
read-write
MOD
Modulo
0x8
32
read-write
0xFFFF
0xFFFFFFFF
MOD
Modulo value
0
16
read-write
2
0x8
0,1
C%sSC
Channel (n) Status and Control
0xC
32
read-write
0
0xFFFFFFFF
DMA
DMA Enable
0
1
read-write
0
Disable DMA transfers.
#0
1
Enable DMA transfers.
#1
ELSA
Edge or Level Select
2
1
read-write
ELSB
Edge or Level Select
3
1
read-write
MSA
Channel Mode Select
4
1
read-write
MSB
Channel Mode Select
5
1
read-write
CHIE
Channel Interrupt Enable
6
1
read-write
0
Disable channel interrupts.
#0
1
Enable channel interrupts.
#1
CHF
Channel Flag
7
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
2
0x8
0,1
C%sV
Channel (n) Value
0x10
32
read-write
0
0xFFFFFFFF
VAL
Channel Value
0
16
read-write
STATUS
Capture and Compare Status
0x50
32
read-write
0
0xFFFFFFFF
CH0F
Channel 0 Flag
0
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH1F
Channel 1 Flag
1
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH2F
Channel 2 Flag
2
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH3F
Channel 3 Flag
3
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH4F
Channel 4 Flag
4
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH5F
Channel 5 Flag
5
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
TOF
Timer Overflow Flag
8
1
read-write
0
TPM counter has not overflowed.
#0
1
TPM counter has overflowed.
#1
CONF
Configuration
0x84
32
read-write
0
0xFFFFFFFF
DOZEEN
Doze Enable
5
1
read-write
0
Internal TPM counter continues in Doze mode.
#0
1
Internal TPM counter is paused and does not increment during Doze mode. Trigger inputs and input capture events are also ignored.
#1
DBGMODE
Debug Mode
6
2
read-write
00
TPM counter is paused and does not increment during debug mode. Trigger inputs and input capture events are also ignored.
#00
11
TPM counter continues in debug mode.
#11
GTBEEN
Global time base enable
9
1
read-write
0
All channels use the internally generated TPM counter as their timebase
#0
1
All channels use an externally generated global timebase as their timebase
#1
CSOT
Counter Start on Trigger
16
1
read-write
0
TPM counter starts to increment immediately, once it is enabled.
#0
1
TPM counter only starts to increment when it a rising edge on the selected input trigger is detected, after it has been enabled or after it has stopped due to overflow.
#1
CSOO
Counter Stop On Overflow
17
1
read-write
0
TPM counter continues incrementing or decrementing after overflow
#0
1
TPM counter stops incrementing or decrementing after overflow.
#1
CROT
Counter Reload On Trigger
18
1
read-write
0
Counter is not reloaded due to a rising edge on the selected input trigger
#0
1
Counter is reloaded when a rising edge is detected on the selected input trigger
#1
TRGSEL
Trigger Select
24
4
read-write
TPM2
Timer/PWM Module
TPM
TPM2_
0x4003A000
0
0x88
registers
TPM2
19
SC
Status and Control
0
32
read-write
0
0xFFFFFFFF
PS
Prescale Factor Selection
0
3
read-write
000
Divide by 1
#000
001
Divide by 2
#001
010
Divide by 4
#010
011
Divide by 8
#011
100
Divide by 16
#100
101
Divide by 32
#101
110
Divide by 64
#110
111
Divide by 128
#111
CMOD
Clock Mode Selection
3
2
read-write
00
TPM counter is disabled
#00
01
TPM counter increments on every TPM counter clock
#01
10
TPM counter increments on rising edge of TPM_EXTCLK synchronized to the TPM counter clock
#10
CPWMS
Center-Aligned PWM Select
5
1
read-write
0
TPM counter operates in up counting mode.
#0
1
TPM counter operates in up-down counting mode.
#1
TOIE
Timer Overflow Interrupt Enable
6
1
read-write
0
Disable TOF interrupts. Use software polling or DMA request.
#0
1
Enable TOF interrupts. An interrupt is generated when TOF equals one.
#1
TOF
Timer Overflow Flag
7
1
read-write
0
TPM counter has not overflowed.
#0
1
TPM counter has overflowed.
#1
DMA
DMA Enable
8
1
read-write
0
Disables DMA transfers.
#0
1
Enables DMA transfers.
#1
CNT
Counter
0x4
32
read-write
0
0xFFFFFFFF
COUNT
Counter value
0
16
read-write
MOD
Modulo
0x8
32
read-write
0xFFFF
0xFFFFFFFF
MOD
Modulo value
0
16
read-write
2
0x8
0,1
C%sSC
Channel (n) Status and Control
0xC
32
read-write
0
0xFFFFFFFF
DMA
DMA Enable
0
1
read-write
0
Disable DMA transfers.
#0
1
Enable DMA transfers.
#1
ELSA
Edge or Level Select
2
1
read-write
ELSB
Edge or Level Select
3
1
read-write
MSA
Channel Mode Select
4
1
read-write
MSB
Channel Mode Select
5
1
read-write
CHIE
Channel Interrupt Enable
6
1
read-write
0
Disable channel interrupts.
#0
1
Enable channel interrupts.
#1
CHF
Channel Flag
7
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
2
0x8
0,1
C%sV
Channel (n) Value
0x10
32
read-write
0
0xFFFFFFFF
VAL
Channel Value
0
16
read-write
STATUS
Capture and Compare Status
0x50
32
read-write
0
0xFFFFFFFF
CH0F
Channel 0 Flag
0
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH1F
Channel 1 Flag
1
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH2F
Channel 2 Flag
2
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH3F
Channel 3 Flag
3
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH4F
Channel 4 Flag
4
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
CH5F
Channel 5 Flag
5
1
read-write
0
No channel event has occurred.
#0
1
A channel event has occurred.
#1
TOF
Timer Overflow Flag
8
1
read-write
0
TPM counter has not overflowed.
#0
1
TPM counter has overflowed.
#1
CONF
Configuration
0x84
32
read-write
0
0xFFFFFFFF
DOZEEN
Doze Enable
5
1
read-write
0
Internal TPM counter continues in Doze mode.
#0
1
Internal TPM counter is paused and does not increment during Doze mode. Trigger inputs and input capture events are also ignored.
#1
DBGMODE
Debug Mode
6
2
read-write
00
TPM counter is paused and does not increment during debug mode. Trigger inputs and input capture events are also ignored.
#00
11
TPM counter continues in debug mode.
#11
GTBEEN
Global time base enable
9
1
read-write
0
All channels use the internally generated TPM counter as their timebase
#0
1
All channels use an externally generated global timebase as their timebase
#1
CSOT
Counter Start on Trigger
16
1
read-write
0
TPM counter starts to increment immediately, once it is enabled.
#0
1
TPM counter only starts to increment when it a rising edge on the selected input trigger is detected, after it has been enabled or after it has stopped due to overflow.
#1
CSOO
Counter Stop On Overflow
17
1
read-write
0
TPM counter continues incrementing or decrementing after overflow
#0
1
TPM counter stops incrementing or decrementing after overflow.
#1
CROT
Counter Reload On Trigger
18
1
read-write
0
Counter is not reloaded due to a rising edge on the selected input trigger
#0
1
Counter is reloaded when a rising edge is detected on the selected input trigger
#1
TRGSEL
Trigger Select
24
4
read-write
ADC0
Analog-to-Digital Converter
ADC0_
0x4003B000
0
0x70
registers
ADC0
15
2
0x4
A,B
SC1%s
ADC Status and Control Registers 1
0
32
read-write
0x1F
0xFFFFFFFF
ADCH
Input channel select
0
5
read-write
00000
When DIFF=0, DADP0 is selected as input; when DIFF=1, DAD0 is selected as input.
#00000
00001
When DIFF=0, DADP1 is selected as input; when DIFF=1, DAD1 is selected as input.
#00001
00010
When DIFF=0, DADP2 is selected as input; when DIFF=1, DAD2 is selected as input.
#00010
00011
When DIFF=0, DADP3 is selected as input; when DIFF=1, DAD3 is selected as input.
#00011
00100
When DIFF=0, AD4 is selected as input; when DIFF=1, it is reserved.
#00100
00101
When DIFF=0, AD5 is selected as input; when DIFF=1, it is reserved.
#00101
00110
When DIFF=0, AD6 is selected as input; when DIFF=1, it is reserved.
#00110
00111
When DIFF=0, AD7 is selected as input; when DIFF=1, it is reserved.
#00111
01000
When DIFF=0, AD8 is selected as input; when DIFF=1, it is reserved.
#01000
01001
When DIFF=0, AD9 is selected as input; when DIFF=1, it is reserved.
#01001
01010
When DIFF=0, AD10 is selected as input; when DIFF=1, it is reserved.
#01010
01011
When DIFF=0, AD11 is selected as input; when DIFF=1, it is reserved.
#01011
01100
When DIFF=0, AD12 is selected as input; when DIFF=1, it is reserved.
#01100
01101
When DIFF=0, AD13 is selected as input; when DIFF=1, it is reserved.
#01101
01110
When DIFF=0, AD14 is selected as input; when DIFF=1, it is reserved.
#01110
01111
When DIFF=0, AD15 is selected as input; when DIFF=1, it is reserved.
#01111
10000
When DIFF=0, AD16 is selected as input; when DIFF=1, it is reserved.
#10000
10001
When DIFF=0, AD17 is selected as input; when DIFF=1, it is reserved.
#10001
10010
When DIFF=0, AD18 is selected as input; when DIFF=1, it is reserved.
#10010
10011
When DIFF=0, AD19 is selected as input; when DIFF=1, it is reserved.
#10011
10100
When DIFF=0, AD20 is selected as input; when DIFF=1, it is reserved.
#10100
10101
When DIFF=0, AD21 is selected as input; when DIFF=1, it is reserved.
#10101
10110
When DIFF=0, AD22 is selected as input; when DIFF=1, it is reserved.
#10110
10111
When DIFF=0, AD23 is selected as input; when DIFF=1, it is reserved.
#10111
11010
When DIFF=0, Temp Sensor (single-ended) is selected as input; when DIFF=1, Temp Sensor (differential) is selected as input.
#11010
11011
When DIFF=0, Bandgap (single-ended) is selected as input; when DIFF=1, Bandgap (differential) is selected as input.
#11011
11101
When DIFF=0,VREFSH is selected as input; when DIFF=1, -VREFSH (differential) is selected as input. Voltage reference selected is determined by SC2[REFSEL].
#11101
11110
When DIFF=0,VREFSL is selected as input; when DIFF=1, it is reserved. Voltage reference selected is determined by SC2[REFSEL].
#11110
11111
Module is disabled.
#11111
DIFF
Differential Mode Enable
5
1
read-write
0
Single-ended conversions and input channels are selected.
#0
1
Differential conversions and input channels are selected.
#1
AIEN
Interrupt Enable
6
1
read-write
0
Conversion complete interrupt is disabled.
#0
1
Conversion complete interrupt is enabled.
#1
COCO
Conversion Complete Flag
7
1
read-only
0
Conversion is not completed.
#0
1
Conversion is completed.
#1
CFG1
ADC Configuration Register 1
0x8
32
read-write
0
0xFFFFFFFF
ADICLK
Input Clock Select
0
2
read-write
00
Bus clock
#00
01
Alternate clock 2 (ALTCLK2)
#01
10
Alternate clock (ALTCLK)
#10
11
Asynchronous clock (ADACK)
#11
MODE
Conversion mode selection
2
2
read-write
00
When DIFF=0:It is single-ended 8-bit conversion; when DIFF=1, it is differential 9-bit conversion with 2's complement output.
#00
01
When DIFF=0:It is single-ended 12-bit conversion ; when DIFF=1, it is differential 13-bit conversion with 2's complement output.
#01
10
When DIFF=0:It is single-ended 10-bit conversion. ; when DIFF=1, it is differential 11-bit conversion with 2's complement output
#10
11
When DIFF=0:It is single-ended 16-bit conversion..; when DIFF=1, it is differential 16-bit conversion with 2's complement output
#11
ADLSMP
Sample Time Configuration
4
1
read-write
0
Short sample time.
#0
1
Long sample time.
#1
ADIV
Clock Divide Select
5
2
read-write
00
The divide ratio is 1 and the clock rate is input clock.
#00
01
The divide ratio is 2 and the clock rate is (input clock)/2.
#01
10
The divide ratio is 4 and the clock rate is (input clock)/4.
#10
11
The divide ratio is 8 and the clock rate is (input clock)/8.
#11
ADLPC
Low-Power Configuration
7
1
read-write
0
Normal power configuration.
#0
1
Low-power configuration. The power is reduced at the expense of maximum clock speed.
#1
CFG2
ADC Configuration Register 2
0xC
32
read-write
0
0xFFFFFFFF
ADLSTS
Long Sample Time Select
0
2
read-write
00
Default longest sample time; 20 extra ADCK cycles; 24 ADCK cycles total.
#00
01
12 extra ADCK cycles; 16 ADCK cycles total sample time.
#01
10
6 extra ADCK cycles; 10 ADCK cycles total sample time.
#10
11
2 extra ADCK cycles; 6 ADCK cycles total sample time.
#11
ADHSC
High-Speed Configuration
2
1
read-write
0
Normal conversion sequence selected.
#0
1
High-speed conversion sequence selected with 2 additional ADCK cycles to total conversion time.
#1
ADACKEN
Asynchronous Clock Output Enable
3
1
read-write
0
Asynchronous clock output disabled; Asynchronous clock is enabled only if selected by ADICLK and a conversion is active.
#0
1
Asynchronous clock and clock output is enabled regardless of the state of the ADC.
#1
MUXSEL
ADC Mux Select
4
1
read-write
0
ADxxa channels are selected.
#0
1
ADxxb channels are selected.
#1
2
0x4
A,B
R%s
ADC Data Result Register
0x10
32
read-only
0
0xFFFFFFFF
D
Data result
0
16
read-only
2
0x4
1,2
CV%s
Compare Value Registers
0x18
32
read-write
0
0xFFFFFFFF
CV
Compare Value.
0
16
read-write
SC2
Status and Control Register 2
0x20
32
read-write
0
0xFFFFFFFF
REFSEL
Voltage Reference Selection
0
2
read-write
00
Default voltage reference pin pair, that is, external pins VREFH and VREFL
#00
01
Alternate reference pair, that is, VALTH and VALTL . This pair may be additional external pins or internal sources depending on the MCU configuration. See the chip configuration information for details specific to this MCU
#01
DMAEN
DMA Enable
2
1
read-write
0
DMA is disabled.
#0
1
DMA is enabled and will assert the ADC DMA request during an ADC conversion complete event noted when any of the SC1n[COCO] flags is asserted.
#1
ACREN
Compare Function Range Enable
3
1
read-write
0
Range function disabled. Only CV1 is compared.
#0
1
Range function enabled. Both CV1 and CV2 are compared.
#1
ACFGT
Compare Function Greater Than Enable
4
1
read-write
0
Configures less than threshold, outside range not inclusive and inside range not inclusive; functionality based on the values placed in CV1 and CV2.
#0
1
Configures greater than or equal to threshold, outside and inside ranges inclusive; functionality based on the values placed in CV1 and CV2.
#1
ACFE
Compare Function Enable
5
1
read-write
0
Compare function disabled.
#0
1
Compare function enabled.
#1
ADTRG
Conversion Trigger Select
6
1
read-write
0
Software trigger selected.
#0
1
Hardware trigger selected.
#1
ADACT
Conversion Active
7
1
read-only
0
Conversion not in progress.
#0
1
Conversion in progress.
#1
SC3
Status and Control Register 3
0x24
32
read-write
0
0xFFFFFFFF
AVGS
Hardware Average Select
0
2
read-write
00
4 samples averaged.
#00
01
8 samples averaged.
#01
10
16 samples averaged.
#10
11
32 samples averaged.
#11
AVGE
Hardware Average Enable
2
1
read-write
0
Hardware average function disabled.
#0
1
Hardware average function enabled.
#1
ADCO
Continuous Conversion Enable
3
1
read-write
0
One conversion or one set of conversions if the hardware average function is enabled, that is, AVGE=1, after initiating a conversion.
#0
1
Continuous conversions or sets of conversions if the hardware average function is enabled, that is, AVGE=1, after initiating a conversion.
#1
CALF
Calibration Failed Flag
6
1
read-write
0
Calibration completed normally.
#0
1
Calibration failed. ADC accuracy specifications are not guaranteed.
#1
CAL
Calibration
7
1
read-write
OFS
ADC Offset Correction Register
0x28
32
read-write
0x4
0xFFFFFFFF
OFS
Offset Error Correction Value
0
16
read-write
PG
ADC Plus-Side Gain Register
0x2C
32
read-write
0x8200
0xFFFFFFFF
PG
Plus-Side Gain
0
16
read-write
MG
ADC Minus-Side Gain Register
0x30
32
read-write
0x8200
0xFFFFFFFF
MG
Minus-Side Gain
0
16
read-write
CLPD
ADC Plus-Side General Calibration Value Register
0x34
32
read-write
0xA
0xFFFFFFFF
CLPD
Calibration Value
0
6
read-write
CLPS
ADC Plus-Side General Calibration Value Register
0x38
32
read-write
0x20
0xFFFFFFFF
CLPS
Calibration Value
0
6
read-write
CLP4
ADC Plus-Side General Calibration Value Register
0x3C
32
read-write
0x200
0xFFFFFFFF
CLP4
Calibration Value
0
10
read-write
CLP3
ADC Plus-Side General Calibration Value Register
0x40
32
read-write
0x100
0xFFFFFFFF
CLP3
Calibration Value
0
9
read-write
CLP2
ADC Plus-Side General Calibration Value Register
0x44
32
read-write
0x80
0xFFFFFFFF
CLP2
Calibration Value
0
8
read-write
CLP1
ADC Plus-Side General Calibration Value Register
0x48
32
read-write
0x40
0xFFFFFFFF
CLP1
Calibration Value
0
7
read-write
CLP0
ADC Plus-Side General Calibration Value Register
0x4C
32
read-write
0x20
0xFFFFFFFF
CLP0
Calibration Value
0
6
read-write
CLMD
ADC Minus-Side General Calibration Value Register
0x54
32
read-write
0xA
0xFFFFFFFF
CLMD
Calibration Value
0
6
read-write
CLMS
ADC Minus-Side General Calibration Value Register
0x58
32
read-write
0x20
0xFFFFFFFF
CLMS
Calibration Value
0
6
read-write
CLM4
ADC Minus-Side General Calibration Value Register
0x5C
32
read-write
0x200
0xFFFFFFFF
CLM4
Calibration Value
0
10
read-write
CLM3
ADC Minus-Side General Calibration Value Register
0x60
32
read-write
0x100
0xFFFFFFFF
CLM3
Calibration Value
0
9
read-write
CLM2
ADC Minus-Side General Calibration Value Register
0x64
32
read-write
0x80
0xFFFFFFFF
CLM2
Calibration Value
0
8
read-write
CLM1
ADC Minus-Side General Calibration Value Register
0x68
32
read-write
0x40
0xFFFFFFFF
CLM1
Calibration Value
0
7
read-write
CLM0
ADC Minus-Side General Calibration Value Register
0x6C
32
read-write
0x20
0xFFFFFFFF
CLM0
Calibration Value
0
6
read-write
RTC
Secure Real Time Clock
RTC_
0x4003D000
0
0x20
registers
RTC
20
RTC_Seconds
21
TSR
RTC Time Seconds Register
0
32
read-write
0
0xFFFFFFFF
TSR
Time Seconds Register
0
32
read-write
TPR
RTC Time Prescaler Register
0x4
32
read-write
0
0xFFFFFFFF
TPR
Time Prescaler Register
0
16
read-write
TAR
RTC Time Alarm Register
0x8
32
read-write
0
0xFFFFFFFF
TAR
Time Alarm Register
0
32
read-write
TCR
RTC Time Compensation Register
0xC
32
read-write
0
0xFFFFFFFF
TCR
Time Compensation Register
0
8
read-write
10000000
Time Prescaler Register overflows every 32896 clock cycles.
#10000000
11111111
Time Prescaler Register overflows every 32769 clock cycles.
#11111111
0
Time Prescaler Register overflows every 32768 clock cycles.
#0
1
Time Prescaler Register overflows every 32767 clock cycles.
#1
1111111
Time Prescaler Register overflows every 32641 clock cycles.
#1111111
CIR
Compensation Interval Register
8
8
read-write
TCV
Time Compensation Value
16
8
read-only
CIC
Compensation Interval Counter
24
8
read-only
CR
RTC Control Register
0x10
32
read-write
0
0xFFFFFFFF
SWR
Software Reset
0
1
read-write
0
No effect.
#0
1
Resets all RTC registers except for the SWR bit . The SWR bit is cleared by POR and by software explicitly clearing it.
#1
WPE
Wakeup Pin Enable
1
1
read-write
0
Wakeup pin is disabled.
#0
1
Wakeup pin is enabled and wakeup pin asserts if the RTC interrupt asserts or the wakeup pin is turned on.
#1
SUP
Supervisor Access
2
1
read-write
0
Non-supervisor mode write accesses are not supported and generate a bus error.
#0
1
Non-supervisor mode write accesses are supported.
#1
UM
Update Mode
3
1
read-write
0
Registers cannot be written when locked.
#0
1
Registers can be written when locked under limited conditions.
#1
WPS
Wakeup Pin Select
4
1
read-write
0
Wakeup pin asserts (active low, open drain) if the RTC interrupt asserts or the wakeup pin is turned on.
#0
1
Wakeup pin instead outputs the RTC 32kHz clock, provided the wakeup pin is turned on and the 32kHz clock is output to other peripherals.
#1
OSCE
Oscillator Enable
8
1
read-write
0
32.768 kHz oscillator is disabled.
#0
1
32.768 kHz oscillator is enabled. After setting this bit, wait the oscillator startup time before enabling the time counter to allow the 32.768 kHz clock time to stabilize.
#1
CLKO
Clock Output
9
1
read-write
0
The 32 kHz clock is output to other peripherals.
#0
1
The 32 kHz clock is not output to other peripherals.
#1
SC16P
Oscillator 16pF Load Configure
10
1
read-write
0
Disable the load.
#0
1
Enable the additional load.
#1
SC8P
Oscillator 8pF Load Configure
11
1
read-write
0
Disable the load.
#0
1
Enable the additional load.
#1
SC4P
Oscillator 4pF Load Configure
12
1
read-write
0
Disable the load.
#0
1
Enable the additional load.
#1
SC2P
Oscillator 2pF Load Configure
13
1
read-write
0
Disable the load.
#0
1
Enable the additional load.
#1
SR
RTC Status Register
0x14
32
read-write
0x1
0xFFFFFFFF
TIF
Time Invalid Flag
0
1
read-only
0
Time is valid.
#0
1
Time is invalid and time counter is read as zero.
#1
TOF
Time Overflow Flag
1
1
read-only
0
Time overflow has not occurred.
#0
1
Time overflow has occurred and time counter is read as zero.
#1
TAF
Time Alarm Flag
2
1
read-only
0
Time alarm has not occurred.
#0
1
Time alarm has occurred.
#1
TCE
Time Counter Enable
4
1
read-write
0
Time counter is disabled.
#0
1
Time counter is enabled.
#1
LR
RTC Lock Register
0x18
32
read-write
0xFF
0xFFFFFFFF
TCL
Time Compensation Lock
3
1
read-write
0
Time Compensation Register is locked and writes are ignored.
#0
1
Time Compensation Register is not locked and writes complete as normal.
#1
CRL
Control Register Lock
4
1
read-write
0
Control Register is locked and writes are ignored.
#0
1
Control Register is not locked and writes complete as normal.
#1
SRL
Status Register Lock
5
1
read-write
0
Status Register is locked and writes are ignored.
#0
1
Status Register is not locked and writes complete as normal.
#1
LRL
Lock Register Lock
6
1
read-write
0
Lock Register is locked and writes are ignored.
#0
1
Lock Register is not locked and writes complete as normal.
#1
IER
RTC Interrupt Enable Register
0x1C
32
read-write
0x7
0xFFFFFFFF
TIIE
Time Invalid Interrupt Enable
0
1
read-write
0
Time invalid flag does not generate an interrupt.
#0
1
Time invalid flag does generate an interrupt.
#1
TOIE
Time Overflow Interrupt Enable
1
1
read-write
0
Time overflow flag does not generate an interrupt.
#0
1
Time overflow flag does generate an interrupt.
#1
TAIE
Time Alarm Interrupt Enable
2
1
read-write
0
Time alarm flag does not generate an interrupt.
#0
1
Time alarm flag does generate an interrupt.
#1
TSIE
Time Seconds Interrupt Enable
4
1
read-write
0
Seconds interrupt is disabled.
#0
1
Seconds interrupt is enabled.
#1
WPON
Wakeup Pin On
7
1
read-write
0
No effect.
#0
1
If the wakeup pin is enabled, then the wakeup pin will assert.
#1
DAC0
12-Bit Digital-to-Analog Converter
DAC0_
0x4003F000
0
0x24
registers
DAC0
25
2
0x2
0,1
DAT%sL
DAC Data Low Register
0
8
read-write
0
0xFF
DATA0
When the DAC buffer is not enabled, DATA[11:0] controls the output voltage based on the following formula: V out = V in * (1 + DACDAT0[11:0])/4096 When the DAC buffer is enabled, DATA is mapped to the 16-word buffer
0
8
read-write
2
0x2
0,1
DAT%sH
DAC Data High Register
0x1
8
read-write
0
0xFF
DATA1
When the DAC Buffer is not enabled, DATA[11:0] controls the output voltage based on the following formula
0
4
read-write
SR
DAC Status Register
0x20
8
read-write
0x2
0xFF
DACBFRPBF
DAC Buffer Read Pointer Bottom Position Flag
0
1
read-write
0
The DAC buffer read pointer is not equal to C2[DACBFUP].
#0
1
The DAC buffer read pointer is equal to C2[DACBFUP].
#1
DACBFRPTF
DAC Buffer Read Pointer Top Position Flag
1
1
read-write
0
The DAC buffer read pointer is not zero.
#0
1
The DAC buffer read pointer is zero.
#1
C0
DAC Control Register
0x21
8
read-write
0
0xFF
DACBBIEN
DAC Buffer Read Pointer Bottom Flag Interrupt Enable
0
1
read-write
0
The DAC buffer read pointer bottom flag interrupt is disabled.
#0
1
The DAC buffer read pointer bottom flag interrupt is enabled.
#1
DACBTIEN
DAC Buffer Read Pointer Top Flag Interrupt Enable
1
1
read-write
0
The DAC buffer read pointer top flag interrupt is disabled.
#0
1
The DAC buffer read pointer top flag interrupt is enabled.
#1
LPEN
DAC Low Power Control
3
1
read-write
0
High-Power mode
#0
1
Low-Power mode
#1
DACSWTRG
DAC Software Trigger
4
1
write-only
0
The DAC soft trigger is not valid.
#0
1
The DAC soft trigger is valid.
#1
DACTRGSEL
DAC Trigger Select
5
1
read-write
0
The DAC hardware trigger is selected.
#0
1
The DAC software trigger is selected.
#1
DACRFS
DAC Reference Select
6
1
read-write
0
The DAC selects DACREF_1 as the reference voltage.
#0
1
The DAC selects DACREF_2 as the reference voltage.
#1
DACEN
DAC Enable
7
1
read-write
0
The DAC system is disabled.
#0
1
The DAC system is enabled.
#1
C1
DAC Control Register 1
0x22
8
read-write
0
0xFF
DACBFEN
DAC Buffer Enable
0
1
read-write
0
Buffer read pointer is disabled. The converted data is always the first word of the buffer.
#0
1
Buffer read pointer is enabled. The converted data is the word that the read pointer points to. It means converted data can be from any word of the buffer.
#1
DACBFMD
DAC Buffer Work Mode Select
2
1
read-write
0
Normal mode
#0
1
One-Time Scan mode
#1
DMAEN
DMA Enable Select
7
1
read-write
0
DMA is disabled.
#0
1
DMA is enabled. When DMA is enabled, the DMA request will be generated by original interrupts. The interrupts will not be presented on this module at the same time.
#1
C2
DAC Control Register 2
0x23
8
read-write
0x1
0xFF
DACBFUP
DAC Buffer Upper Limit
0
1
read-write
DACBFRP
DAC Buffer Read Pointer
4
1
read-write
LPTMR0
Low Power Timer
LPTMR0_
0x40040000
0
0x10
registers
LPTMR0
28
CSR
Low Power Timer Control Status Register
0
32
read-write
0
0xFFFFFFFF
TEN
Timer Enable
0
1
read-write
0
LPTMR is disabled and internal logic is reset.
#0
1
LPTMR is enabled.
#1
TMS
Timer Mode Select
1
1
read-write
0
Time Counter mode.
#0
1
Pulse Counter mode.
#1
TFC
Timer Free-Running Counter
2
1
read-write
0
CNR is reset whenever TCF is set.
#0
1
CNR is reset on overflow.
#1
TPP
Timer Pin Polarity
3
1
read-write
0
Pulse Counter input source is active-high, and the CNR will increment on the rising-edge.
#0
1
Pulse Counter input source is active-low, and the CNR will increment on the falling-edge.
#1
TPS
Timer Pin Select
4
2
read-write
00
Pulse counter input 0 is selected.
#00
01
Pulse counter input 1 is selected.
#01
10
Pulse counter input 2 is selected.
#10
11
Pulse counter input 3 is selected.
#11
TIE
Timer Interrupt Enable
6
1
read-write
0
Timer interrupt disabled.
#0
1
Timer interrupt enabled.
#1
TCF
Timer Compare Flag
7
1
read-write
0
The value of CNR is not equal to CMR and increments.
#0
1
The value of CNR is equal to CMR and increments.
#1
PSR
Low Power Timer Prescale Register
0x4
32
read-write
0
0xFFFFFFFF
PCS
Prescaler Clock Select
0
2
read-write
00
Prescaler/glitch filter clock 0 selected.
#00
01
Prescaler/glitch filter clock 1 selected.
#01
10
Prescaler/glitch filter clock 2 selected.
#10
11
Prescaler/glitch filter clock 3 selected.
#11
PBYP
Prescaler Bypass
2
1
read-write
0
Prescaler/glitch filter is enabled.
#0
1
Prescaler/glitch filter is bypassed.
#1
PRESCALE
Prescale Value
3
4
read-write
0000
Prescaler divides the prescaler clock by 2; glitch filter does not support this configuration.
#0000
0001
Prescaler divides the prescaler clock by 4; glitch filter recognizes change on input pin after 2 rising clock edges.
#0001
0010
Prescaler divides the prescaler clock by 8; glitch filter recognizes change on input pin after 4 rising clock edges.
#0010
0011
Prescaler divides the prescaler clock by 16; glitch filter recognizes change on input pin after 8 rising clock edges.
#0011
0100
Prescaler divides the prescaler clock by 32; glitch filter recognizes change on input pin after 16 rising clock edges.
#0100
0101
Prescaler divides the prescaler clock by 64; glitch filter recognizes change on input pin after 32 rising clock edges.
#0101
0110
Prescaler divides the prescaler clock by 128; glitch filter recognizes change on input pin after 64 rising clock edges.
#0110
0111
Prescaler divides the prescaler clock by 256; glitch filter recognizes change on input pin after 128 rising clock edges.
#0111
1000
Prescaler divides the prescaler clock by 512; glitch filter recognizes change on input pin after 256 rising clock edges.
#1000
1001
Prescaler divides the prescaler clock by 1024; glitch filter recognizes change on input pin after 512 rising clock edges.
#1001
1010
Prescaler divides the prescaler clock by 2048; glitch filter recognizes change on input pin after 1024 rising clock edges.
#1010
1011
Prescaler divides the prescaler clock by 4096; glitch filter recognizes change on input pin after 2048 rising clock edges.
#1011
1100
Prescaler divides the prescaler clock by 8192; glitch filter recognizes change on input pin after 4096 rising clock edges.
#1100
1101
Prescaler divides the prescaler clock by 16,384; glitch filter recognizes change on input pin after 8192 rising clock edges.
#1101
1110
Prescaler divides the prescaler clock by 32,768; glitch filter recognizes change on input pin after 16,384 rising clock edges.
#1110
1111
Prescaler divides the prescaler clock by 65,536; glitch filter recognizes change on input pin after 32,768 rising clock edges.
#1111
CMR
Low Power Timer Compare Register
0x8
32
read-write
0
0xFFFFFFFF
COMPARE
Compare Value
0
16
read-write
CNR
Low Power Timer Counter Register
0xC
32
read-write
0
0xFFFFFFFF
COUNTER
Counter Value
0
16
read-write
TSI0
Touch sense input
TSI0_
0x40045000
0
0xC
registers
TSI0
26
GENCS
TSI General Control and Status Register
0
32
read-write
0
0xFFFFFFFF
CURSW
CURSW
1
1
read-write
0
The current source pair are not swapped.
#0
1
The current source pair are swapped.
#1
EOSF
End of Scan Flag
2
1
read-write
0
Scan not complete.
#0
1
Scan complete.
#1
SCNIP
Scan In Progress Status
3
1
read-only
0
No scan in progress.
#0
1
Scan in progress.
#1
STM
Scan Trigger Mode
4
1
read-write
0
Software trigger scan.
#0
1
Hardware trigger scan.
#1
STPE
TSI STOP Enable
5
1
read-write
0
TSI is disabled when MCU goes into low power mode.
#0
1
Allows TSI to continue running in all low power modes.
#1
TSIIEN
Touch Sensing Input Interrupt Enable
6
1
read-write
0
TSI interrupt is disabled.
#0
1
TSI interrupt is enabled.
#1
TSIEN
Touch Sensing Input Module Enable
7
1
read-write
0
TSI module disabled.
#0
1
TSI module enabled.
#1
NSCN
NSCN
8
5
read-write
00000
Once per electrode
#00000
00001
Twice per electrode
#00001
00010
3 times per electrode
#00010
00011
4 times per electrode
#00011
00100
5 times per electrode
#00100
00101
6 times per electrode
#00101
00110
7 times per electrode
#00110
00111
8 times per electrode
#00111
01000
9 times per electrode
#01000
01001
10 times per electrode
#01001
01010
11 times per electrode
#01010
01011
12 times per electrode
#01011
01100
13 times per electrode
#01100
01101
14 times per electrode
#01101
01110
15 times per electrode
#01110
01111
16 times per electrode
#01111
10000
17 times per electrode
#10000
10001
18 times per electrode
#10001
10010
19 times per electrode
#10010
10011
20 times per electrode
#10011
10100
21 times per electrode
#10100
10101
22 times per electrode
#10101
10110
23 times per electrode
#10110
10111
24 times per electrode
#10111
11000
25 times per electrode
#11000
11001
26 times per electrode
#11001
11010
27 times per electrode
#11010
11011
28 times per electrode
#11011
11100
29 times per electrode
#11100
11101
30 times per electrode
#11101
11110
31 times per electrode
#11110
11111
32 times per electrode
#11111
PS
PS
13
3
read-write
000
Electrode Oscillator Frequency divided by 1
#000
001
Electrode Oscillator Frequency divided by 2
#001
010
Electrode Oscillator Frequency divided by 4
#010
011
Electrode Oscillator Frequency divided by 8
#011
100
Electrode Oscillator Frequency divided by 16
#100
101
Electrode Oscillator Frequency divided by 32
#101
110
Electrode Oscillator Frequency divided by 64
#110
111
Electrode Oscillator Frequency divided by 128
#111
EXTCHRG
EXTCHRG
16
3
read-write
000
500 nA.
#000
001
1 uA.
#001
010
2 uA.
#010
011
4 uA.
#011
100
8 uA.
#100
101
16 uA.
#101
110
32 uA.
#110
111
64 uA.
#111
DVOLT
DVOLT
19
2
read-write
00
DV = 1.03 V; VP = 1.33 V; Vm = 0.30 V.
#00
01
DV = 0.73 V; VP = 1.18 V; Vm = 0.45 V.
#01
10
DV = 0.43 V; VP = 1.03 V; Vm = 0.60 V.
#10
11
DV = 0.29 V; VP = 0.95 V; Vm = 0.67 V.
#11
REFCHRG
REFCHRG
21
3
read-write
000
500 nA.
#000
001
1 uA.
#001
010
2 uA.
#010
011
4 uA.
#011
100
8 uA.
#100
101
16 uA.
#101
110
32 uA.
#110
111
64 uA.
#111
MODE
TSI analog modes setup and status bits.
24
4
read-write
0000
Set TSI in capacitive sensing(non-noise detection) mode.
#0000
0100
Set TSI analog to work in single threshold noise detection mode and the frequency limitation circuit is disabled.
#0100
1000
Set TSI analog to work in single threshold noise detection mode and the frequency limitation circuit is enabled to work in higher frequencies operations.
#1000
1100
Set TSI analog to work in automatic noise detection mode.
#1100
ESOR
End-of-scan or Out-of-Range Interrupt Selection
28
1
read-write
0
Out-of-range interrupt is allowed.
#0
1
End-of-scan interrupt is allowed.
#1
OUTRGF
Out of Range Flag.
31
1
read-write
DATA
TSI DATA Register
0x4
32
read-write
0
0xFFFFFFFF
TSICNT
TSI Conversion Counter Value
0
16
read-only
SWTS
Software Trigger Start
22
1
write-only
0
No effect.
#0
1
Start a scan to determine which channel is specified by TSI_DATA[TSICH].
#1
DMAEN
DMA Transfer Enabled
23
1
read-write
0
Interrupt is selected when the interrupt enable bit is set and the corresponding TSI events assert.
#0
1
DMA transfer request is selected when the interrupt enable bit is set and the corresponding TSI events assert.
#1
TSICH
TSICH
28
4
read-write
0000
Channel 0.
#0000
0001
Channel 1.
#0001
0010
Channel 2.
#0010
0011
Channel 3.
#0011
0100
Channel 4.
#0100
0101
Channel 5.
#0101
0110
Channel 6.
#0110
0111
Channel 7.
#0111
1000
Channel 8.
#1000
1001
Channel 9.
#1001
1010
Channel 10.
#1010
1011
Channel 11.
#1011
1100
Channel 12.
#1100
1101
Channel 13.
#1101
1110
Channel 14.
#1110
1111
Channel 15.
#1111
TSHD
TSI Threshold Register
0x8
32
read-write
0
0xFFFFFFFF
THRESL
TSI Wakeup Channel Low-threshold
0
16
read-write
THRESH
TSI Wakeup Channel High-threshold
16
16
read-write
SIM
System Integration Module
SIM_
0x40047000
0
0x1108
registers
SOPT1
System Options Register 1
0
32
read-write
0x80000000
0xFFFFFFFF
OSC32KSEL
32K Oscillator Clock Select
18
2
read-write
00
System oscillator (OSC32KCLK)
#00
10
RTC_CLKIN
#10
11
LPO 1kHz
#11
USBVSTBY
USB voltage regulator in standby mode during VLPR and VLPW modes
29
1
read-write
0
USB voltage regulator not in standby during VLPR and VLPW modes.
#0
1
USB voltage regulator in standby during VLPR and VLPW modes.
#1
USBSSTBY
USB voltage regulator in standby mode during Stop, VLPS, LLS and VLLS modes.
30
1
read-write
0
USB voltage regulator not in standby during Stop, VLPS, LLS and VLLS modes.
#0
1
USB voltage regulator in standby during Stop, VLPS, LLS and VLLS modes.
#1
USBREGEN
USB voltage regulator enable
31
1
read-write
0
USB voltage regulator is disabled.
#0
1
USB voltage regulator is enabled.
#1
SOPT1CFG
SOPT1 Configuration Register
0x4
32
read-write
0
0xFFFFFFFF
URWE
USB voltage regulator enable write enable
24
1
read-write
0
SOPT1 USBREGEN cannot be written.
#0
1
SOPT1 USBREGEN can be written.
#1
UVSWE
USB voltage regulator VLP standby write enable
25
1
read-write
0
SOPT1 USBVSTB cannot be written.
#0
1
SOPT1 USBVSTB can be written.
#1
USSWE
USB voltage regulator stop standby write enable
26
1
read-write
0
SOPT1 USBSSTB cannot be written.
#0
1
SOPT1 USBSSTB can be written.
#1
SOPT2
System Options Register 2
0x1004
32
read-write
0
0xFFFFFFFF
RTCCLKOUTSEL
RTC Clock Out Select
4
1
read-write
0
RTC 1 Hz clock is output on the RTC_CLKOUT pin.
#0
1
OSCERCLK clock is output on the RTC_CLKOUT pin.
#1
CLKOUTSEL
CLKOUT select
5
3
read-write
010
Bus clock
#010
011
LPO clock (1 kHz)
#011
100
MCGIRCLK
#100
110
OSCERCLK
#110
PLLFLLSEL
PLL/FLL clock select
16
1
read-write
0
MCGFLLCLK clock
#0
1
MCGPLLCLK clock with fixed divide by 2
#1
USBSRC
USB clock source select
18
1
read-write
0
External bypass clock (USB_CLKIN).
#0
1
MCGFLLCLK clock , or MCGPLLCLK/2 clock
#1
TPMSRC
TPM Clock Source Select
24
2
read-write
00
Clock disabled
#00
01
MCGFLLCLK clock , or MCGPLLCLK/2
#01
10
OSCERCLK clock
#10
11
MCGIRCLK clock
#11
UART0SRC
UART0 Clock Source Select
26
2
read-write
00
Clock disabled
#00
01
MCGFLLCLK clock , or MCGPLLCLK/2
#01
10
OSCERCLK clock
#10
11
MCGIRCLK clock
#11
SOPT4
System Options Register 4
0x100C
32
read-write
0
0xFFFFFFFF
TPM1CH0SRC
TPM1 channel 0 input capture source select
18
2
read-write
00
TPM1_CH0 signal
#00
01
CMP0 output
#01
11
USB start of frame pulse
#11
TPM2CH0SRC
TPM2 Channel 0 Input Capture Source Select
20
1
read-write
0
TPM2_CH0 signal
#0
1
CMP0 output
#1
TPM0CLKSEL
TPM0 External Clock Pin Select
24
1
read-write
0
TPM0 external clock driven by TPM_CLKIN0 pin.
#0
1
TPM0 external clock driven by TPM_CLKIN1 pin.
#1
TPM1CLKSEL
TPM1 External Clock Pin Select
25
1
read-write
0
TPM1 external clock driven by TPM_CLKIN0 pin.
#0
1
TPM1 external clock driven by TPM_CLKIN1 pin.
#1
TPM2CLKSEL
TPM2 External Clock Pin Select
26
1
read-write
0
TPM2 external clock driven by TPM_CLKIN0 pin.
#0
1
TPM2 external clock driven by TPM_CLKIN1 pin.
#1
SOPT5
System Options Register 5
0x1010
32
read-write
0
0xFFFFFFFF
UART0TXSRC
UART0 Transmit Data Source Select
0
2
read-write
00
UART0_TX pin
#00
01
UART0_TX pin modulated with TPM1 channel 0 output
#01
10
UART0_TX pin modulated with TPM2 channel 0 output
#10
UART0RXSRC
UART0 Receive Data Source Select
2
1
read-write
0
UART_RX pin
#0
1
CMP0 output
#1
UART1TXSRC
UART1 Transmit Data Source Select
4
2
read-write
00
UART1_TX pin
#00
01
UART1_TX pin modulated with TPM1 channel 0 output
#01
10
UART1_TX pin modulated with TPM2 channel 0 output
#10
UART1RXSRC
UART1 Receive Data Source Select
6
1
read-write
0
UART1_RX pin
#0
1
CMP0 output
#1
UART0ODE
UART0 Open Drain Enable
16
1
read-write
0
Open drain is disabled on UART0.
#0
1
Open drain is enabled on UART0.
#1
UART1ODE
UART1 Open Drain Enable
17
1
read-write
0
Open drain is disabled on UART1.
#0
1
Open drain is enabled on UART1
#1
UART2ODE
UART2 Open Drain Enable
18
1
read-write
0
Open drain is disabled on UART2
#0
1
Open drain is enabled on UART2
#1
SOPT7
System Options Register 7
0x1018
32
read-write
0
0xFFFFFFFF
ADC0TRGSEL
ADC0 Trigger Select
0
4
read-write
0000
External trigger pin input (EXTRG_IN)
#0000
0001
CMP0 output
#0001
0100
PIT trigger 0
#0100
0101
PIT trigger 1
#0101
1000
TPM0 overflow
#1000
1001
TPM1 overflow
#1001
1010
TPM2 overflow
#1010
1100
RTC alarm
#1100
1101
RTC seconds
#1101
1110
LPTMR0 trigger
#1110
ADC0PRETRGSEL
ADC0 Pretrigger Select
4
1
read-write
0
Pre-trigger A
#0
1
Pre-trigger B
#1
ADC0ALTTRGEN
ADC0 Alternate Trigger Enable
7
1
read-write
0
TPM1 channel 0 (A) and channel 1 (B) triggers selected for ADC0.
#0
1
Alternate trigger selected for ADC0.
#1
SDID
System Device Identification Register
0x1024
32
read-only
0x100500
0xFFFFFFFF
PINID
Pincount Identification
0
4
read-only
0000
16-pin
#0000
0001
24-pin
#0001
0010
32-pin
#0010
0011
36-pin
#0011
0100
48-pin
#0100
0101
64-pin
#0101
0110
80-pin
#0110
1000
100-pin
#1000
1011
Custom pinout (WLCSP)
#1011
DIEID
Device Die Number
7
5
read-only
REVID
Device Revision Number
12
4
read-only
SRAMSIZE
System SRAM Size
16
4
read-only
0000
0.5 KB
#0000
0001
1 KB
#0001
0010
2 KB
#0010
0011
4 KB
#0011
0100
8 KB
#0100
0101
16 KB
#0101
0110
32 KB
#0110
0111
64 KB
#0111
SERIESID
Kinetis Series ID
20
4
read-only
0001
KL family
#0001
SUBFAMID
Kinetis Sub-Family ID
24
4
read-only
0010
KLx2 Subfamily
#0010
0011
KLx3 Subfamily
#0011
0100
KLx4 Subfamily
#0100
0101
KLx5 Subfamily
#0101
0110
KLx6 Subfamily
#0110
0111
KLx7 Subfamily
#0111
FAMID
Kinetis family ID
28
4
read-only
0000
KL0x Family (low end)
#0000
0001
KL1x Family (basic)
#0001
0010
KL2x Family (USB)
#0010
0011
KL3x Family (Segment LCD)
#0011
0100
KL4x Family (USB and Segment LCD)
#0100
SCGC4
System Clock Gating Control Register 4
0x1034
32
read-write
0xF0000030
0xFFFFFFFF
I2C0
I2C0 Clock Gate Control
6
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
I2C1
I2C1 Clock Gate Control
7
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
UART0
UART0 Clock Gate Control
10
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
UART1
UART1 Clock Gate Control
11
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
UART2
UART2 Clock Gate Control
12
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
USBOTG
USB Clock Gate Control
18
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
CMP
Comparator Clock Gate Control
19
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
SPI0
SPI0 Clock Gate Control
22
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
SPI1
SPI1 Clock Gate Control
23
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
SCGC5
System Clock Gating Control Register 5
0x1038
32
read-write
0x182
0xFFFFFFFF
LPTMR
Low Power Timer Access Control
0
1
read-write
0
Access disabled
#0
1
Access enabled
#1
TSI
TSI Access Control
5
1
read-write
0
Access disabled
#0
1
Access enabled
#1
PORTA
Port A Clock Gate Control
9
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
PORTB
Port B Clock Gate Control
10
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
PORTC
Port C Clock Gate Control
11
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
PORTD
Port D Clock Gate Control
12
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
PORTE
Port E Clock Gate Control
13
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
SCGC6
System Clock Gating Control Register 6
0x103C
32
read-write
0x1
0xFFFFFFFF
FTF
Flash Memory Clock Gate Control
0
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
DMAMUX
DMA Mux Clock Gate Control
1
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
I2S
I2S Clock Gate Control
15
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
PIT
PIT Clock Gate Control
23
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
TPM0
TPM0 Clock Gate Control
24
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
TPM1
TPM1 Clock Gate Control
25
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
TPM2
TPM2 Clock Gate Control
26
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
ADC0
ADC0 Clock Gate Control
27
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
RTC
RTC Access Control
29
1
read-write
0
Access and interrupts disabled
#0
1
Access and interrupts enabled
#1
DAC0
DAC0 Clock Gate Control
31
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
SCGC7
System Clock Gating Control Register 7
0x1040
32
read-write
0x100
0xFFFFFFFF
DMA
DMA Clock Gate Control
8
1
read-write
0
Clock disabled
#0
1
Clock enabled
#1
CLKDIV1
System Clock Divider Register 1
0x1044
32
read-write
0x10000
0xFFFFFFFF
OUTDIV4
Clock 4 Output Divider value
16
3
read-write
000
Divide-by-1.
#000
001
Divide-by-2.
#001
010
Divide-by-3.
#010
011
Divide-by-4.
#011
100
Divide-by-5.
#100
101
Divide-by-6.
#101
110
Divide-by-7.
#110
111
Divide-by-8.
#111
OUTDIV1
Clock 1 Output Divider value
28
4
read-write
0000
Divide-by-1.
#0000
0001
Divide-by-2.
#0001
0010
Divide-by-3.
#0010
0011
Divide-by-4.
#0011
0100
Divide-by-5.
#0100
0101
Divide-by-6.
#0101
0110
Divide-by-7.
#0110
0111
Divide-by-8.
#0111
1000
Divide-by-9.
#1000
1001
Divide-by-10.
#1001
1010
Divide-by-11.
#1010
1011
Divide-by-12.
#1011
1100
Divide-by-13.
#1100
1101
Divide-by-14.
#1101
1110
Divide-by-15.
#1110
1111
Divide-by-16.
#1111
FCFG1
Flash Configuration Register 1
0x104C
32
read-write
0xF000000
0xFFFFFFFF
FLASHDIS
Flash Disable
0
1
read-write
0
Flash is enabled.
#0
1
Flash is disabled.
#1
FLASHDOZE
Flash Doze
1
1
read-write
0
Flash remains enabled during Doze mode.
#0
1
Flash is disabled for the duration of Doze mode.
#1
PFSIZE
Program Flash Size
24
4
read-only
0000
8 KB of program flash memory, 0.25 KB protection region
#0000
0001
16 KB of program flash memory, 0.5 KB protection region
#0001
0011
32 KB of program flash memory, 1 KB protection region
#0011
0101
64 KB of program flash memory, 2 KB protection region
#0101
0111
128 KB of program flash memory, 4 KB protection region
#0111
1001
256 KB of program flash memory, 8 KB protection region
#1001
1111
128 KB of program flash memory, 4 KB protection region 256 KB of program flash memory, 8 KB protection region
#1111
FCFG2
Flash Configuration Register 2
0x1050
32
read-only
0x7FFF0000
0xFFFFFFFF
MAXADDR1
This field concatenated with leading zeros plus the value of the MAXADDR1 field indicates the first invalid address of the second program flash block (flash block 1)
16
7
read-only
MAXADDR0
Max Address lock
24
7
read-only
UIDMH
Unique Identification Register Mid-High
0x1058
32
read-only
0
0xFFFFFFFF
UID
Unique Identification
0
16
read-only
UIDML
Unique Identification Register Mid Low
0x105C
32
read-only
0
0xFFFFFFFF
UID
Unique Identification
0
32
read-only
UIDL
Unique Identification Register Low
0x1060
32
read-only
0
0xFFFFFFFF
UID
Unique Identification
0
32
read-only
COPC
COP Control Register
0x1100
32
read-write
0xC
0xFFFFFFFF
COPW
COP Windowed Mode
0
1
read-write
0
Normal mode
#0
1
Windowed mode
#1
COPCLKS
COP Clock Select
1
1
read-write
0
Internal 1 kHz clock is source to COP.
#0
1
Bus clock is source to COP.
#1
COPT
COP Watchdog Timeout
2
2
read-write
00
COP disabled
#00
01
COP timeout after 25 LPO cycles or 213 bus clock cycles
#01
10
COP timeout after 28 LPO cycles or 216 bus clock cycles
#10
11
COP timeout after 210 LPO cycles or 218 bus clock cycles
#11
SRVCOP
Service COP
0x1104
32
write-only
0
0xFFFFFFFF
SRVCOP
Service COP Register
0
8
write-only
PORTA
Pin Control and Interrupts
PORT
PORTA_
0x40049000
0
0xA4
registers
PORTA
30
PCR0
Pin Control Register n
0
32
read-write
0x706
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR1
Pin Control Register n
0x4
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR2
Pin Control Register n
0x8
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR3
Pin Control Register n
0xC
32
read-write
0x703
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR4
Pin Control Register n
0x10
32
read-write
0x707
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-write
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR5
Pin Control Register n
0x14
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR6
Pin Control Register n
0x18
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR7
Pin Control Register n
0x1C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR8
Pin Control Register n
0x20
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR9
Pin Control Register n
0x24
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR10
Pin Control Register n
0x28
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR11
Pin Control Register n
0x2C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR12
Pin Control Register n
0x30
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR13
Pin Control Register n
0x34
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR14
Pin Control Register n
0x38
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR15
Pin Control Register n
0x3C
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR16
Pin Control Register n
0x40
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR17
Pin Control Register n
0x44
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR18
Pin Control Register n
0x48
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR19
Pin Control Register n
0x4C
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR20
Pin Control Register n
0x50
32
read-write
0x717
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-write
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR21
Pin Control Register n
0x54
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR22
Pin Control Register n
0x58
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR23
Pin Control Register n
0x5C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR24
Pin Control Register n
0x60
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR25
Pin Control Register n
0x64
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR26
Pin Control Register n
0x68
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR27
Pin Control Register n
0x6C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR28
Pin Control Register n
0x70
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR29
Pin Control Register n
0x74
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR30
Pin Control Register n
0x78
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR31
Pin Control Register n
0x7C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
GPCLR
Global Pin Control Low Register
0x80
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
GPCHR
Global Pin Control High Register
0x84
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
ISFR
Interrupt Status Flag Register
0xA0
32
read-write
0
0xFFFFFFFF
ISF
Interrupt Status Flag
0
32
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PORTB
Pin Control and Interrupts
PORT
PORTB_
0x4004A000
0
0xA4
registers
PCR0
Pin Control Register n
0
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-write
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR1
Pin Control Register n
0x4
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-write
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR2
Pin Control Register n
0x8
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR3
Pin Control Register n
0xC
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR4
Pin Control Register n
0x10
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR5
Pin Control Register n
0x14
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR6
Pin Control Register n
0x18
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR7
Pin Control Register n
0x1C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR8
Pin Control Register n
0x20
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR9
Pin Control Register n
0x24
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR10
Pin Control Register n
0x28
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR11
Pin Control Register n
0x2C
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR12
Pin Control Register n
0x30
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR13
Pin Control Register n
0x34
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR14
Pin Control Register n
0x38
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR15
Pin Control Register n
0x3C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR16
Pin Control Register n
0x40
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR17
Pin Control Register n
0x44
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR18
Pin Control Register n
0x48
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR19
Pin Control Register n
0x4C
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR20
Pin Control Register n
0x50
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR21
Pin Control Register n
0x54
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR22
Pin Control Register n
0x58
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR23
Pin Control Register n
0x5C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR24
Pin Control Register n
0x60
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR25
Pin Control Register n
0x64
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR26
Pin Control Register n
0x68
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR27
Pin Control Register n
0x6C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR28
Pin Control Register n
0x70
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR29
Pin Control Register n
0x74
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR30
Pin Control Register n
0x78
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR31
Pin Control Register n
0x7C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
GPCLR
Global Pin Control Low Register
0x80
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
GPCHR
Global Pin Control High Register
0x84
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
ISFR
Interrupt Status Flag Register
0xA0
32
read-write
0
0xFFFFFFFF
ISF
Interrupt Status Flag
0
32
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PORTC
Pin Control and Interrupts
PORT
PORTC_
0x4004B000
0
0xA4
registers
PORTC_PORTD
31
PCR0
Pin Control Register n
0
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR1
Pin Control Register n
0x4
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR2
Pin Control Register n
0x8
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR3
Pin Control Register n
0xC
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR4
Pin Control Register n
0x10
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR5
Pin Control Register n
0x14
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR6
Pin Control Register n
0x18
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR7
Pin Control Register n
0x1C
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR8
Pin Control Register n
0x20
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR9
Pin Control Register n
0x24
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR10
Pin Control Register n
0x28
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR11
Pin Control Register n
0x2C
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR12
Pin Control Register n
0x30
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR13
Pin Control Register n
0x34
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR14
Pin Control Register n
0x38
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR15
Pin Control Register n
0x3C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR16
Pin Control Register n
0x40
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR17
Pin Control Register n
0x44
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR18
Pin Control Register n
0x48
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR19
Pin Control Register n
0x4C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR20
Pin Control Register n
0x50
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR21
Pin Control Register n
0x54
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR22
Pin Control Register n
0x58
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR23
Pin Control Register n
0x5C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR24
Pin Control Register n
0x60
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR25
Pin Control Register n
0x64
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR26
Pin Control Register n
0x68
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR27
Pin Control Register n
0x6C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR28
Pin Control Register n
0x70
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR29
Pin Control Register n
0x74
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR30
Pin Control Register n
0x78
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR31
Pin Control Register n
0x7C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
GPCLR
Global Pin Control Low Register
0x80
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
GPCHR
Global Pin Control High Register
0x84
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
ISFR
Interrupt Status Flag Register
0xA0
32
read-write
0
0xFFFFFFFF
ISF
Interrupt Status Flag
0
32
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PORTD
Pin Control and Interrupts
PORT
PORTD_
0x4004C000
0
0xA4
registers
PORTC_PORTD
31
PCR0
Pin Control Register n
0
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR1
Pin Control Register n
0x4
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR2
Pin Control Register n
0x8
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR3
Pin Control Register n
0xC
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR4
Pin Control Register n
0x10
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR5
Pin Control Register n
0x14
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR6
Pin Control Register n
0x18
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-write
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR7
Pin Control Register n
0x1C
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-write
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR8
Pin Control Register n
0x20
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR9
Pin Control Register n
0x24
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR10
Pin Control Register n
0x28
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR11
Pin Control Register n
0x2C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR12
Pin Control Register n
0x30
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR13
Pin Control Register n
0x34
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR14
Pin Control Register n
0x38
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR15
Pin Control Register n
0x3C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR16
Pin Control Register n
0x40
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR17
Pin Control Register n
0x44
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR18
Pin Control Register n
0x48
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR19
Pin Control Register n
0x4C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR20
Pin Control Register n
0x50
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR21
Pin Control Register n
0x54
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR22
Pin Control Register n
0x58
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR23
Pin Control Register n
0x5C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR24
Pin Control Register n
0x60
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR25
Pin Control Register n
0x64
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR26
Pin Control Register n
0x68
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR27
Pin Control Register n
0x6C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR28
Pin Control Register n
0x70
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR29
Pin Control Register n
0x74
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR30
Pin Control Register n
0x78
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR31
Pin Control Register n
0x7C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
GPCLR
Global Pin Control Low Register
0x80
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
GPCHR
Global Pin Control High Register
0x84
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
ISFR
Interrupt Status Flag Register
0xA0
32
read-write
0
0xFFFFFFFF
ISF
Interrupt Status Flag
0
32
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PORTE
Pin Control and Interrupts
PORT
PORTE_
0x4004D000
0
0xA4
registers
PCR0
Pin Control Register n
0
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR1
Pin Control Register n
0x4
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR2
Pin Control Register n
0x8
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR3
Pin Control Register n
0xC
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR4
Pin Control Register n
0x10
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR5
Pin Control Register n
0x14
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR6
Pin Control Register n
0x18
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR7
Pin Control Register n
0x1C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR8
Pin Control Register n
0x20
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR9
Pin Control Register n
0x24
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR10
Pin Control Register n
0x28
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR11
Pin Control Register n
0x2C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR12
Pin Control Register n
0x30
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR13
Pin Control Register n
0x34
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR14
Pin Control Register n
0x38
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR15
Pin Control Register n
0x3C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR16
Pin Control Register n
0x40
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR17
Pin Control Register n
0x44
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR18
Pin Control Register n
0x48
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR19
Pin Control Register n
0x4C
32
read-write
0x1
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR20
Pin Control Register n
0x50
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR21
Pin Control Register n
0x54
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR22
Pin Control Register n
0x58
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR23
Pin Control Register n
0x5C
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR24
Pin Control Register n
0x60
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR25
Pin Control Register n
0x64
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR26
Pin Control Register n
0x68
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR27
Pin Control Register n
0x6C
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR28
Pin Control Register n
0x70
32
read-write
0
0xFFFFFFFF
PS
Pull Select
0
1
read-only
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-only
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-only
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR29
Pin Control Register n
0x74
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR30
Pin Control Register n
0x78
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
PCR31
Pin Control Register n
0x7C
32
read-write
0x5
0xFFFFFFFF
PS
Pull Select
0
1
read-write
0
Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#0
1
Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
#1
PE
Pull Enable
1
1
read-write
0
Internal pullup or pulldown resistor is not enabled on the corresponding pin.
#0
1
Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
#1
SRE
Slew Rate Enable
2
1
read-write
0
Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#0
1
Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
#1
PFE
Passive Filter Enable
4
1
read-only
0
Passive input filter is disabled on the corresponding pin.
#0
1
Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
#1
DSE
Drive Strength Enable
6
1
read-only
0
Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#0
1
High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
#1
MUX
Pin Mux Control
8
3
read-write
000
Pin disabled (analog).
#000
001
Alternative 1 (GPIO).
#001
010
Alternative 2 (chip-specific).
#010
011
Alternative 3 (chip-specific).
#011
100
Alternative 4 (chip-specific).
#100
101
Alternative 5 (chip-specific).
#101
110
Alternative 6 (chip-specific).
#110
111
Alternative 7 (chip-specific).
#111
IRQC
Interrupt Configuration
16
4
read-write
0000
Interrupt/DMA request disabled.
#0000
0001
DMA request on rising edge.
#0001
0010
DMA request on falling edge.
#0010
0011
DMA request on either edge.
#0011
1000
Interrupt when logic 0.
#1000
1001
Interrupt on rising-edge.
#1001
1010
Interrupt on falling-edge.
#1010
1011
Interrupt on either edge.
#1011
1100
Interrupt when logic 1.
#1100
ISF
Interrupt Status Flag
24
1
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
GPCLR
Global Pin Control Low Register
0x80
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
GPCHR
Global Pin Control High Register
0x84
32
write-only
0
0xFFFFFFFF
GPWD
Global Pin Write Data
0
16
write-only
GPWE
Global Pin Write Enable
16
16
write-only
0
Corresponding Pin Control Register is not updated with the value in GPWD.
#0
1
Corresponding Pin Control Register is updated with the value in GPWD.
#1
ISFR
Interrupt Status Flag Register
0xA0
32
read-write
0
0xFFFFFFFF
ISF
Interrupt Status Flag
0
32
read-write
0
Configured interrupt is not detected.
#0
1
Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
#1
MCG
Multipurpose Clock Generator module
MCG_
0x40064000
0
0x10
registers
MCG
27
C1
MCG Control 1 Register
0
8
read-write
0x4
0xFF
IREFSTEN
Internal Reference Stop Enable
0
1
read-write
0
Internal reference clock is disabled in Stop mode.
#0
1
Internal reference clock is enabled in Stop mode if IRCLKEN is set or if MCG is in FEI, FBI, or BLPI modes before entering Stop mode.
#1
IRCLKEN
Internal Reference Clock Enable
1
1
read-write
0
MCGIRCLK inactive.
#0
1
MCGIRCLK active.
#1
IREFS
Internal Reference Select
2
1
read-write
0
External reference clock is selected.
#0
1
The slow internal reference clock is selected.
#1
FRDIV
FLL External Reference Divider
3
3
read-write
000
If RANGE 0 = 0 or OSCSEL=1 , Divide Factor is 1; for all other RANGE 0 values, Divide Factor is 32.
#000
001
If RANGE 0 = 0 or OSCSEL=1 , Divide Factor is 2; for all other RANGE 0 values, Divide Factor is 64.
#001
010
If RANGE 0 = 0 or OSCSEL=1 , Divide Factor is 4; for all other RANGE 0 values, Divide Factor is 128.
#010
011
If RANGE 0 = 0 or OSCSEL=1 , Divide Factor is 8; for all other RANGE 0 values, Divide Factor is 256.
#011
100
If RANGE 0 = 0 or OSCSEL=1 , Divide Factor is 16; for all other RANGE 0 values, Divide Factor is 512.
#100
101
If RANGE 0 = 0 or OSCSEL=1 , Divide Factor is 32; for all other RANGE 0 values, Divide Factor is 1024.
#101
110
If RANGE 0 = 0 or OSCSEL=1 , Divide Factor is 64; for all other RANGE 0 values, Divide Factor is 1280 .
#110
111
If RANGE 0 = 0 or OSCSEL=1 , Divide Factor is 128; for all other RANGE 0 values, Divide Factor is 1536 .
#111
CLKS
Clock Source Select
6
2
read-write
00
Encoding 0 - Output of FLL or PLL is selected (depends on PLLS control bit).
#00
01
Encoding 1 - Internal reference clock is selected.
#01
10
Encoding 2 - External reference clock is selected.
#10
11
Encoding 3 - Reserved.
#11
C2
MCG Control 2 Register
0x1
8
read-write
0xC0
0xFF
IRCS
Internal Reference Clock Select
0
1
read-write
0
Slow internal reference clock selected.
#0
1
Fast internal reference clock selected.
#1
LP
Low Power Select
1
1
read-write
0
FLL or PLL is not disabled in bypass modes.
#0
1
FLL or PLL is disabled in bypass modes (lower power)
#1
EREFS0
External Reference Select
2
1
read-write
0
External reference clock requested.
#0
1
Oscillator requested.
#1
HGO0
High Gain Oscillator Select
3
1
read-write
0
Configure crystal oscillator for low-power operation.
#0
1
Configure crystal oscillator for high-gain operation.
#1
RANGE0
Frequency Range Select
4
2
read-write
00
Encoding 0 - Low frequency range selected for the crystal oscillator .
#00
01
Encoding 1 - High frequency range selected for the crystal oscillator .
#01
1X
Encoding 2 - Very high frequency range selected for the crystal oscillator .
#1x
FCFTRIM
Fast Internal Reference Clock Fine Trim
6
1
read-write
LOCRE0
Loss of Clock Reset Enable
7
1
read-write
0
Interrupt request is generated on a loss of OSC0 external reference clock.
#0
1
Generate a reset request on a loss of OSC0 external reference clock.
#1
C3
MCG Control 3 Register
0x2
8
read-write
0
0
SCTRIM
Slow Internal Reference Clock Trim Setting
0
8
read-write
C4
MCG Control 4 Register
0x3
8
read-write
0
0xE0
SCFTRIM
Slow Internal Reference Clock Fine Trim
0
1
read-write
FCTRIM
Fast Internal Reference Clock Trim Setting
1
4
read-write
DRST_DRS
DCO Range Select
5
2
read-write
00
Encoding 0 - Low range (reset default).
#00
01
Encoding 1 - Mid range.
#01
10
Encoding 2 - Mid-high range.
#10
11
Encoding 3 - High range.
#11
DMX32
DCO Maximum Frequency with 32.768 kHz Reference
7
1
read-write
0
DCO has a default range of 25%.
#0
1
DCO is fine-tuned for maximum frequency with 32.768 kHz reference.
#1
C5
MCG Control 5 Register
0x4
8
read-write
0
0xFF
PRDIV0
PLL External Reference Divider
0
5
read-write
0
Divide Factor is 1
#00000
1
Divide Factor is 2
#00001
2
Divide Factor is 3
#00010
3
Divide Factor is 4
#00011
4
Divide Factor is 5
#00100
5
Divide Factor is 6
#00101
6
Divide Factor is 7
#00110
7
Divide Factor is 8
#00111
8
Divide Factor is 9
#01000
9
Divide Factor is 10
#01001
10
Divide Factor is 11
#01010
11
Divide Factor is 12
#01011
12
Divide Factor is 13
#01100
13
Divide Factor is 14
#01101
14
Divide Factor is 15
#01110
15
Divide Factor is 16
#01111
16
Divide Factor is 17
#10000
17
Divide Factor is 18
#10001
18
Divide Factor is 19
#10010
19
Divide Factor is 20
#10011
20
Divide Factor is 21
#10100
21
Divide Factor is 22
#10101
22
Divide Factor is 23
#10110
23
Divide Factor is 24
#10111
24
Divide Factor is 25
#11000
25
Divide Factor is 26
#11001
26
Divide Factor is 27
#11010
27
Divide Factor is 28
#11011
28
Divide Factor is 29
#11100
29
Divide Factor is 30
#11101
30
Divide Factor is 31
#11110
31
Divide Factor is 32
#11111
PLLSTEN0
PLL Stop Enable
5
1
read-write
0
MCGPLLCLK is disabled in any of the Stop modes.
#0
1
MCGPLLCLK is enabled if system is in Normal Stop mode.
#1
PLLCLKEN0
PLL Clock Enable
6
1
read-write
0
MCGPLLCLK is inactive.
#0
1
MCGPLLCLK is active.
#1
C6
MCG Control 6 Register
0x5
8
read-write
0
0xFF
VDIV0
VCO 0 Divider
0
5
read-write
0
Multiply Factor is 24
#00000
1
Multiply Factor is 25
#00001
2
Multiply Factor is 26
#00010
3
Multiply Factor is 27
#00011
4
Multiply Factor is 28
#00100
5
Multiply Factor is 29
#00101
6
Multiply Factor is 30
#00110
7
Multiply Factor is 31
#00111
8
Multiply Factor is 32
#01000
9
Multiply Factor is 33
#01001
10
Multiply Factor is 34
#01010
11
Multiply Factor is 35
#01011
12
Multiply Factor is 36
#01100
13
Multiply Factor is 37
#01101
14
Multiply Factor is 38
#01110
15
Multiply Factor is 39
#01111
16
Multiply Factor is 40
#10000
17
Multiply Factor is 41
#10001
18
Multiply Factor is 42
#10010
19
Multiply Factor is 43
#10011
20
Multiply Factor is 44
#10100
21
Multiply Factor is 45
#10101
22
Multiply Factor is 46
#10110
23
Multiply Factor is 47
#10111
24
Multiply Factor is 48
#11000
25
Multiply Factor is 49
#11001
26
Multiply Factor is 50
#11010
27
Multiply Factor is 51
#11011
28
Multiply Factor is 52
#11100
29
Multiply Factor is 53
#11101
30
Multiply Factor is 54
#11110
31
Multiply Factor is 55
#11111
CME0
Clock Monitor Enable
5
1
read-write
0
External clock monitor is disabled for OSC0.
#0
1
External clock monitor is enabled for OSC0.
#1
PLLS
PLL Select
6
1
read-write
0
FLL is selected.
#0
1
PLL is selected (PRDIV 0 need to be programmed to the correct divider to generate a PLL reference clock in the range of 2-4 MHz prior to setting the PLLS bit).
#1
LOLIE0
Loss of Lock Interrrupt Enable
7
1
read-write
0
No interrupt request is generated on loss of lock.
#0
1
Generate an interrupt request on loss of lock.
#1
S
MCG Status Register
0x6
8
read-write
0x10
0xFF
IRCST
Internal Reference Clock Status
0
1
read-only
0
Source of internal reference clock is the slow clock (32 kHz IRC).
#0
1
Source of internal reference clock is the fast clock (4 MHz IRC).
#1
OSCINIT0
OSC Initialization
1
1
read-only
CLKST
Clock Mode Status
2
2
read-only
00
Encoding 0 - Output of the FLL is selected (reset default).
#00
01
Encoding 1 - Internal reference clock is selected.
#01
10
Encoding 2 - External reference clock is selected.
#10
11
Encoding 3 - Output of the PLL is selected.
#11
IREFST
Internal Reference Status
4
1
read-only
0
Source of FLL reference clock is the external reference clock.
#0
1
Source of FLL reference clock is the internal reference clock.
#1
PLLST
PLL Select Status
5
1
read-only
0
Source of PLLS clock is FLL clock.
#0
1
Source of PLLS clock is PLL output clock.
#1
LOCK0
Lock Status
6
1
read-only
0
PLL is currently unlocked.
#0
1
PLL is currently locked.
#1
LOLS0
Loss of Lock Status
7
1
read-write
0
PLL has not lost lock since LOLS 0 was last cleared.
#0
1
PLL has lost lock since LOLS 0 was last cleared.
#1
SC
MCG Status and Control Register
0x8
8
read-write
0x2
0xFF
LOCS0
OSC0 Loss of Clock Status
0
1
read-write
0
Loss of OSC0 has not occurred.
#0
1
Loss of OSC0 has occurred.
#1
FCRDIV
Fast Clock Internal Reference Divider
1
3
read-write
000
Divide Factor is 1
#000
001
Divide Factor is 2.
#001
010
Divide Factor is 4.
#010
011
Divide Factor is 8.
#011
100
Divide Factor is 16
#100
101
Divide Factor is 32
#101
110
Divide Factor is 64
#110
111
Divide Factor is 128.
#111
FLTPRSRV
FLL Filter Preserve Enable
4
1
read-write
0
FLL filter and FLL frequency will reset on changes to currect clock mode.
#0
1
Fll filter and FLL frequency retain their previous values during new clock mode change.
#1
ATMF
Automatic Trim Machine Fail Flag
5
1
read-write
0
Automatic Trim Machine completed normally.
#0
1
Automatic Trim Machine failed.
#1
ATMS
Automatic Trim Machine Select
6
1
read-write
0
32 kHz Internal Reference Clock selected.
#0
1
4 MHz Internal Reference Clock selected.
#1
ATME
Automatic Trim Machine Enable
7
1
read-write
0
Auto Trim Machine disabled.
#0
1
Auto Trim Machine enabled.
#1
ATCVH
MCG Auto Trim Compare Value High Register
0xA
8
read-write
0
0xFF
ATCVH
ATM Compare Value High
0
8
read-write
ATCVL
MCG Auto Trim Compare Value Low Register
0xB
8
read-write
0
0xFF
ATCVL
ATM Compare Value Low
0
8
read-write
C7
MCG Control 7 Register
0xC
8
read-write
0
0xFF
OSCSEL
MCG OSC Clock Select
0
1
read-write
0
Selects System Oscillator (OSCCLK).
#0
1
Selects 32 kHz RTC Oscillator.
#1
C8
MCG Control 8 Register
0xD
8
read-write
0x80
0xFF
LOLRE
PLL Loss of Lock Reset Enable
6
1
read-write
0
Interrupt request is generated on a PLL loss of lock indication. The PLL loss of lock interrupt enable bit must also be set to generate the interrupt request.
#0
1
Generate a reset request on a PLL loss of lock indication.
#1
C9
MCG Control 9 Register
0xE
8
read-only
0
0xFF
C10
MCG Control 10 Register
0xF
8
read-only
0
0xFF
OSC0
Oscillator
OSC0_
0x40065000
0
0x1
registers
CR
OSC Control Register
0
8
read-write
0
0xFF
SC16P
Oscillator 16 pF Capacitor Load Configure
0
1
read-write
0
Disable the selection.
#0
1
Add 16 pF capacitor to the oscillator load.
#1
SC8P
Oscillator 8 pF Capacitor Load Configure
1
1
read-write
0
Disable the selection.
#0
1
Add 8 pF capacitor to the oscillator load.
#1
SC4P
Oscillator 4 pF Capacitor Load Configure
2
1
read-write
0
Disable the selection.
#0
1
Add 4 pF capacitor to the oscillator load.
#1
SC2P
Oscillator 2 pF Capacitor Load Configure
3
1
read-write
0
Disable the selection.
#0
1
Add 2 pF capacitor to the oscillator load.
#1
EREFSTEN
External Reference Stop Enable
5
1
read-write
0
External reference clock is disabled in Stop mode.
#0
1
External reference clock stays enabled in Stop mode if ERCLKEN is set before entering Stop mode.
#1
ERCLKEN
External Reference Enable
7
1
read-write
0
External reference clock is inactive.
#0
1
External reference clock is enabled.
#1
I2C0
Inter-Integrated Circuit
I2C
I2C0_
0x40066000
0
0xC
registers
I2C0
8
A1
I2C Address Register 1
0
8
read-write
0
0xFF
AD
Address
1
7
read-write
F
I2C Frequency Divider register
0x1
8
read-write
0
0xFF
ICR
ClockRate
0
6
read-write
MULT
Multiplier Factor
6
2
read-write
00
mul = 1
#00
01
mul = 2
#01
10
mul = 4
#10
C1
I2C Control Register 1
0x2
8
read-write
0
0xFF
DMAEN
DMA Enable
0
1
read-write
0
All DMA signalling disabled.
#0
1
DMA transfer is enabled. While SMB[FACK] = 0, the following conditions trigger the DMA request: a data byte is received, and either address or data is transmitted. (ACK/NACK is automatic) the first byte received matches the A1 register or is a general call address. If any address matching occurs, S[IAAS] and S[TCF] are set. If the direction of transfer is known from master to slave, then it is not required to check S[SRW]. With this assumption, DMA can also be used in this case. In other cases, if the master reads data from the slave, then it is required to rewrite the C1 register operation. With this assumption, DMA cannot be used. When FACK = 1, an address or a data byte is transmitted.
#1
WUEN
Wakeup Enable
1
1
read-write
0
Normal operation. No interrupt generated when address matching in low power mode.
#0
1
Enables the wakeup function in low power mode.
#1
RSTA
Repeat START
2
1
write-only
TXAK
Transmit Acknowledge Enable
3
1
read-write
0
An acknowledge signal is sent to the bus on the following receiving byte (if FACK is cleared) or the current receiving byte (if FACK is set).
#0
1
No acknowledge signal is sent to the bus on the following receiving data byte (if FACK is cleared) or the current receiving data byte (if FACK is set).
#1
TX
Transmit Mode Select
4
1
read-write
0
Receive
#0
1
Transmit
#1
MST
Master Mode Select
5
1
read-write
0
Slave mode
#0
1
Master mode
#1
IICIE
I2C Interrupt Enable
6
1
read-write
0
Disabled
#0
1
Enabled
#1
IICEN
I2C Enable
7
1
read-write
0
Disabled
#0
1
Enabled
#1
S
I2C Status register
0x3
8
read-write
0x80
0xFF
RXAK
Receive Acknowledge
0
1
read-only
0
Acknowledge signal was received after the completion of one byte of data transmission on the bus
#0
1
No acknowledge signal detected
#1
IICIF
Interrupt Flag
1
1
read-write
0
No interrupt pending
#0
1
Interrupt pending
#1
SRW
Slave Read/Write
2
1
read-only
0
Slave receive, master writing to slave
#0
1
Slave transmit, master reading from slave
#1
RAM
Range Address Match
3
1
read-write
0
Not addressed
#0
1
Addressed as a slave
#1
ARBL
Arbitration Lost
4
1
read-write
0
Standard bus operation.
#0
1
Loss of arbitration.
#1
BUSY
Bus Busy
5
1
read-only
0
Bus is idle
#0
1
Bus is busy
#1
IAAS
Addressed As A Slave
6
1
read-write
0
Not addressed
#0
1
Addressed as a slave
#1
TCF
Transfer Complete Flag
7
1
read-only
0
Transfer in progress
#0
1
Transfer complete
#1
D
I2C Data I/O register
0x4
8
read-write
0
0xFF
DATA
Data
0
8
read-write
C2
I2C Control Register 2
0x5
8
read-write
0
0xFF
AD
Slave Address
0
3
read-write
RMEN
Range Address Matching Enable
3
1
read-write
0
Range mode disabled. No address match occurs for an address within the range of values of the A1 and RA registers.
#0
1
Range mode enabled. Address matching occurs when a slave receives an address within the range of values of the A1 and RA registers.
#1
SBRC
Slave Baud Rate Control
4
1
read-write
0
The slave baud rate follows the master baud rate and clock stretching may occur
#0
1
Slave baud rate is independent of the master baud rate
#1
HDRS
High Drive Select
5
1
read-write
0
Normal drive mode
#0
1
High drive mode
#1
ADEXT
Address Extension
6
1
read-write
0
7-bit address scheme
#0
1
10-bit address scheme
#1
GCAEN
General Call Address Enable
7
1
read-write
0
Disabled
#0
1
Enabled
#1
FLT
I2C Programmable Input Glitch Filter register
0x6
8
read-write
0
0xFF
FLT
I2C Programmable Filter Factor
0
4
read-write
0
No filter/bypass
#0000
STARTF
I2C Bus Start Detect Flag
4
1
read-write
0
No start happens on I2C bus
#0
1
Start detected on I2C bus
#1
SSIE
I2C Bus Stop or Start Interrupt Enable
5
1
read-write
0
Stop or start detection interrupt is disabled
#0
1
Stop or start detection interrupt is enabled
#1
STOPF
I2C Bus Stop Detect Flag
6
1
read-write
0
No stop happens on I2C bus
#0
1
Stop detected on I2C bus
#1
SHEN
Stop Hold Enable
7
1
read-write
0
Stop holdoff is disabled. The MCU's entry to stop mode is not gated.
#0
1
Stop holdoff is enabled.
#1
RA
I2C Range Address register
0x7
8
read-write
0
0xFF
RAD
Range Slave Address
1
7
read-write
SMB
I2C SMBus Control and Status register
0x8
8
read-write
0
0xFF
SHTF2IE
SHTF2 Interrupt Enable
0
1
read-write
0
SHTF2 interrupt is disabled
#0
1
SHTF2 interrupt is enabled
#1
SHTF2
SCL High Timeout Flag 2
1
1
read-write
0
No SCL high and SDA low timeout occurs
#0
1
SCL high and SDA low timeout occurs
#1
SHTF1
SCL High Timeout Flag 1
2
1
read-only
0
No SCL high and SDA high timeout occurs
#0
1
SCL high and SDA high timeout occurs
#1
SLTF
SCL Low Timeout Flag
3
1
read-write
0
No low timeout occurs
#0
1
Low timeout occurs
#1
TCKSEL
Timeout Counter Clock Select
4
1
read-write
0
Timeout counter counts at the frequency of the I2C module clock / 64
#0
1
Timeout counter counts at the frequency of the I2C module clock
#1
SIICAEN
Second I2C Address Enable
5
1
read-write
0
I2C address register 2 matching is disabled
#0
1
I2C address register 2 matching is enabled
#1
ALERTEN
SMBus Alert Response Address Enable
6
1
read-write
0
SMBus alert response address matching is disabled
#0
1
SMBus alert response address matching is enabled
#1
FACK
Fast NACK/ACK Enable
7
1
read-write
0
An ACK or NACK is sent on the following receiving data byte
#0
1
Writing 0 to TXAK after receiving a data byte generates an ACK. Writing 1 to TXAK after receiving a data byte generates a NACK.
#1
A2
I2C Address Register 2
0x9
8
read-write
0xC2
0xFF
SAD
SMBus Address
1
7
read-write
SLTH
I2C SCL Low Timeout Register High
0xA
8
read-write
0
0xFF
SSLT
Most significant byte of SCL low timeout value that determines the timeout period of SCL low.
0
8
read-write
SLTL
I2C SCL Low Timeout Register Low
0xB
8
read-write
0
0xFF
SSLT
Least significant byte of SCL low timeout value that determines the timeout period of SCL low.
0
8
read-write
I2C1
Inter-Integrated Circuit
I2C
I2C1_
0x40067000
0
0xC
registers
I2C1
9
A1
I2C Address Register 1
0
8
read-write
0
0xFF
AD
Address
1
7
read-write
F
I2C Frequency Divider register
0x1
8
read-write
0
0xFF
ICR
ClockRate
0
6
read-write
MULT
Multiplier Factor
6
2
read-write
00
mul = 1
#00
01
mul = 2
#01
10
mul = 4
#10
C1
I2C Control Register 1
0x2
8
read-write
0
0xFF
DMAEN
DMA Enable
0
1
read-write
0
All DMA signalling disabled.
#0
1
DMA transfer is enabled. While SMB[FACK] = 0, the following conditions trigger the DMA request: a data byte is received, and either address or data is transmitted. (ACK/NACK is automatic) the first byte received matches the A1 register or is a general call address. If any address matching occurs, S[IAAS] and S[TCF] are set. If the direction of transfer is known from master to slave, then it is not required to check S[SRW]. With this assumption, DMA can also be used in this case. In other cases, if the master reads data from the slave, then it is required to rewrite the C1 register operation. With this assumption, DMA cannot be used. When FACK = 1, an address or a data byte is transmitted.
#1
WUEN
Wakeup Enable
1
1
read-write
0
Normal operation. No interrupt generated when address matching in low power mode.
#0
1
Enables the wakeup function in low power mode.
#1
RSTA
Repeat START
2
1
write-only
TXAK
Transmit Acknowledge Enable
3
1
read-write
0
An acknowledge signal is sent to the bus on the following receiving byte (if FACK is cleared) or the current receiving byte (if FACK is set).
#0
1
No acknowledge signal is sent to the bus on the following receiving data byte (if FACK is cleared) or the current receiving data byte (if FACK is set).
#1
TX
Transmit Mode Select
4
1
read-write
0
Receive
#0
1
Transmit
#1
MST
Master Mode Select
5
1
read-write
0
Slave mode
#0
1
Master mode
#1
IICIE
I2C Interrupt Enable
6
1
read-write
0
Disabled
#0
1
Enabled
#1
IICEN
I2C Enable
7
1
read-write
0
Disabled
#0
1
Enabled
#1
S
I2C Status register
0x3
8
read-write
0x80
0xFF
RXAK
Receive Acknowledge
0
1
read-only
0
Acknowledge signal was received after the completion of one byte of data transmission on the bus
#0
1
No acknowledge signal detected
#1
IICIF
Interrupt Flag
1
1
read-write
0
No interrupt pending
#0
1
Interrupt pending
#1
SRW
Slave Read/Write
2
1
read-only
0
Slave receive, master writing to slave
#0
1
Slave transmit, master reading from slave
#1
RAM
Range Address Match
3
1
read-write
0
Not addressed
#0
1
Addressed as a slave
#1
ARBL
Arbitration Lost
4
1
read-write
0
Standard bus operation.
#0
1
Loss of arbitration.
#1
BUSY
Bus Busy
5
1
read-only
0
Bus is idle
#0
1
Bus is busy
#1
IAAS
Addressed As A Slave
6
1
read-write
0
Not addressed
#0
1
Addressed as a slave
#1
TCF
Transfer Complete Flag
7
1
read-only
0
Transfer in progress
#0
1
Transfer complete
#1
D
I2C Data I/O register
0x4
8
read-write
0
0xFF
DATA
Data
0
8
read-write
C2
I2C Control Register 2
0x5
8
read-write
0
0xFF
AD
Slave Address
0
3
read-write
RMEN
Range Address Matching Enable
3
1
read-write
0
Range mode disabled. No address match occurs for an address within the range of values of the A1 and RA registers.
#0
1
Range mode enabled. Address matching occurs when a slave receives an address within the range of values of the A1 and RA registers.
#1
SBRC
Slave Baud Rate Control
4
1
read-write
0
The slave baud rate follows the master baud rate and clock stretching may occur
#0
1
Slave baud rate is independent of the master baud rate
#1
HDRS
High Drive Select
5
1
read-write
0
Normal drive mode
#0
1
High drive mode
#1
ADEXT
Address Extension
6
1
read-write
0
7-bit address scheme
#0
1
10-bit address scheme
#1
GCAEN
General Call Address Enable
7
1
read-write
0
Disabled
#0
1
Enabled
#1
FLT
I2C Programmable Input Glitch Filter register
0x6
8
read-write
0
0xFF
FLT
I2C Programmable Filter Factor
0
4
read-write
0
No filter/bypass
#0000
STARTF
I2C Bus Start Detect Flag
4
1
read-write
0
No start happens on I2C bus
#0
1
Start detected on I2C bus
#1
SSIE
I2C Bus Stop or Start Interrupt Enable
5
1
read-write
0
Stop or start detection interrupt is disabled
#0
1
Stop or start detection interrupt is enabled
#1
STOPF
I2C Bus Stop Detect Flag
6
1
read-write
0
No stop happens on I2C bus
#0
1
Stop detected on I2C bus
#1
SHEN
Stop Hold Enable
7
1
read-write
0
Stop holdoff is disabled. The MCU's entry to stop mode is not gated.
#0
1
Stop holdoff is enabled.
#1
RA
I2C Range Address register
0x7
8
read-write
0
0xFF
RAD
Range Slave Address
1
7
read-write
SMB
I2C SMBus Control and Status register
0x8
8
read-write
0
0xFF
SHTF2IE
SHTF2 Interrupt Enable
0
1
read-write
0
SHTF2 interrupt is disabled
#0
1
SHTF2 interrupt is enabled
#1
SHTF2
SCL High Timeout Flag 2
1
1
read-write
0
No SCL high and SDA low timeout occurs
#0
1
SCL high and SDA low timeout occurs
#1
SHTF1
SCL High Timeout Flag 1
2
1
read-only
0
No SCL high and SDA high timeout occurs
#0
1
SCL high and SDA high timeout occurs
#1
SLTF
SCL Low Timeout Flag
3
1
read-write
0
No low timeout occurs
#0
1
Low timeout occurs
#1
TCKSEL
Timeout Counter Clock Select
4
1
read-write
0
Timeout counter counts at the frequency of the I2C module clock / 64
#0
1
Timeout counter counts at the frequency of the I2C module clock
#1
SIICAEN
Second I2C Address Enable
5
1
read-write
0
I2C address register 2 matching is disabled
#0
1
I2C address register 2 matching is enabled
#1
ALERTEN
SMBus Alert Response Address Enable
6
1
read-write
0
SMBus alert response address matching is disabled
#0
1
SMBus alert response address matching is enabled
#1
FACK
Fast NACK/ACK Enable
7
1
read-write
0
An ACK or NACK is sent on the following receiving data byte
#0
1
Writing 0 to TXAK after receiving a data byte generates an ACK. Writing 1 to TXAK after receiving a data byte generates a NACK.
#1
A2
I2C Address Register 2
0x9
8
read-write
0xC2
0xFF
SAD
SMBus Address
1
7
read-write
SLTH
I2C SCL Low Timeout Register High
0xA
8
read-write
0
0xFF
SSLT
Most significant byte of SCL low timeout value that determines the timeout period of SCL low.
0
8
read-write
SLTL
I2C SCL Low Timeout Register Low
0xB
8
read-write
0
0xFF
SSLT
Least significant byte of SCL low timeout value that determines the timeout period of SCL low.
0
8
read-write
UART0
Universal Asynchronous Receiver/Transmitter
UART0_
0x4006A000
0
0xC
registers
UART0
12
BDH
UART Baud Rate Register High
0
8
read-write
0
0xFF
SBR
Baud Rate Modulo Divisor.
0
5
read-write
SBNS
Stop Bit Number Select
5
1
read-write
0
One stop bit.
#0
1
Two stop bit.
#1
RXEDGIE
RX Input Active Edge Interrupt Enable (for RXEDGIF)
6
1
read-write
0
Hardware interrupts from UART_S2[RXEDGIF] disabled (use polling).
#0
1
Hardware interrupt requested when UART_S2[RXEDGIF] flag is 1.
#1
LBKDIE
LIN Break Detect Interrupt Enable (for LBKDIF)
7
1
read-write
0
Hardware interrupts from UART_S2[LBKDIF] disabled (use polling).
#0
1
Hardware interrupt requested when UART_S2[LBKDIF] flag is 1.
#1
BDL
UART Baud Rate Register Low
0x1
8
read-write
0x4
0xFF
SBR
Baud Rate Modulo Divisor
0
8
read-write
C1
UART Control Register 1
0x2
8
read-write
0
0xFF
PT
Parity Type
0
1
read-write
0
Even parity.
#0
1
Odd parity.
#1
PE
Parity Enable
1
1
read-write
0
No hardware parity generation or checking.
#0
1
Parity enabled.
#1
ILT
Idle Line Type Select
2
1
read-write
0
Idle character bit count starts after start bit.
#0
1
Idle character bit count starts after stop bit.
#1
WAKE
Receiver Wakeup Method Select
3
1
read-write
0
Idle-line wakeup.
#0
1
Address-mark wakeup.
#1
M
9-Bit or 8-Bit Mode Select
4
1
read-write
0
Receiver and transmitter use 8-bit data characters.
#0
1
Receiver and transmitter use 9-bit data characters.
#1
RSRC
Receiver Source Select
5
1
read-write
0
Provided LOOPS is set, RSRC is cleared, selects internal loop back mode and the UART does not use the UART_RX pins.
#0
1
Single-wire UART mode where the UART_TX pin is connected to the transmitter output and receiver input.
#1
DOZEEN
Doze Enable
6
1
read-write
0
UART is enabled in Wait mode.
#0
1
UART is disabled in Wait mode.
#1
LOOPS
Loop Mode Select
7
1
read-write
0
Normal operation - UART_RX and UART_TX use separate pins.
#0
1
Loop mode or single-wire mode where transmitter outputs are internally connected to receiver input. (See RSRC bit.) UART_RX pin is not used by UART.
#1
C2
UART Control Register 2
0x3
8
read-write
0
0xFF
SBK
Send Break
0
1
read-write
0
Normal transmitter operation.
#0
1
Queue break character(s) to be sent.
#1
RWU
Receiver Wakeup Control
1
1
read-write
0
Normal UART receiver operation.
#0
1
UART receiver in standby waiting for wakeup condition.
#1
RE
Receiver Enable
2
1
read-write
0
Receiver disabled.
#0
1
Receiver enabled.
#1
TE
Transmitter Enable
3
1
read-write
0
Transmitter disabled.
#0
1
Transmitter enabled.
#1
ILIE
Idle Line Interrupt Enable for IDLE
4
1
read-write
0
Hardware interrupts from IDLE disabled; use polling.
#0
1
Hardware interrupt requested when IDLE flag is 1.
#1
RIE
Receiver Interrupt Enable for RDRF
5
1
read-write
0
Hardware interrupts from RDRF disabled; use polling.
#0
1
Hardware interrupt requested when RDRF flag is 1.
#1
TCIE
Transmission Complete Interrupt Enable for TC
6
1
read-write
0
Hardware interrupts from TC disabled; use polling.
#0
1
Hardware interrupt requested when TC flag is 1.
#1
TIE
Transmit Interrupt Enable for TDRE
7
1
read-write
0
Hardware interrupts from TDRE disabled; use polling.
#0
1
Hardware interrupt requested when TDRE flag is 1.
#1
S1
UART Status Register 1
0x4
8
read-write
0xC0
0xFF
PF
Parity Error Flag
0
1
read-write
0
No parity error.
#0
1
Parity error.
#1
FE
Framing Error Flag
1
1
read-write
0
No framing error detected. This does not guarantee the framing is correct.
#0
1
Framing error.
#1
NF
Noise Flag
2
1
read-write
0
No noise detected.
#0
1
Noise detected in the received character in UART_D.
#1
OR
Receiver Overrun Flag
3
1
read-write
0
No overrun.
#0
1
Receive overrun (new UART data lost).
#1
IDLE
Idle Line Flag
4
1
read-write
0
No idle line detected.
#0
1
Idle line was detected.
#1
RDRF
Receive Data Register Full Flag
5
1
read-only
0
Receive data buffer empty.
#0
1
Receive data buffer full.
#1
TC
Transmission Complete Flag
6
1
read-only
0
Transmitter active (sending data, a preamble, or a break).
#0
1
Transmitter idle (transmission activity complete).
#1
TDRE
Transmit Data Register Empty Flag
7
1
read-only
0
Transmit data buffer full.
#0
1
Transmit data buffer empty.
#1
S2
UART Status Register 2
0x5
8
read-write
0
0xFF
RAF
Receiver Active Flag
0
1
read-only
0
UART receiver idle waiting for a start bit.
#0
1
UART receiver active ( UART_RXD input not idle).
#1
LBKDE
LIN Break Detection Enable
1
1
read-write
0
Break character is detected at length 10 bit times (if M = 0, SBNS = 0) or 11 (if M = 1, SBNS = 0 or M = 0, SBNS = 1) or 12 (if M = 1, SBNS = 1 or M10 = 1, SNBS = 0) or 13 (if M10 = 1, SNBS = 1).
#0
1
Break character is detected at length of 11 bit times (if M = 0, SBNS = 0) or 12 (if M = 1, SBNS = 0 or M = 0, SBNS = 1) or 14 (if M = 1, SBNS = 1 or M10 = 1, SNBS = 0) or 15 (if M10 = 1, SNBS = 1).
#1
BRK13
Break Character Generation Length
2
1
read-write
0
Break character is transmitted with length of 10 bit times (if M = 0, SBNS = 0) or 11 (if M = 1, SBNS = 0 or M = 0, SBNS = 1) or 12 (if M = 1, SBNS = 1 or M10 = 1, SNBS = 0) or 13 (if M10 = 1, SNBS = 1).
#0
1
Break character is transmitted with length of 13 bit times (if M = 0, SBNS = 0) or 14 (if M = 1, SBNS = 0 or M = 0, SBNS = 1) or 15 (if M = 1, SBNS = 1 or M10 = 1, SNBS = 0) or 16 (if M10 = 1, SNBS = 1).
#1
RWUID
Receive Wake Up Idle Detect
3
1
read-write
0
During receive standby state (RWU = 1), the IDLE bit does not get set upon detection of an idle character.
#0
1
During receive standby state (RWU = 1), the IDLE bit gets set upon detection of an idle character.
#1
RXINV
Receive Data Inversion
4
1
read-write
0
Receive data not inverted.
#0
1
Receive data inverted.
#1
MSBF
MSB First
5
1
read-write
0
LSB (bit0) is the first bit that is transmitted following the start bit. Further, the first bit received after the start bit is identified as bit0.
#0
1
MSB (bit9, bit8, bit7 or bit6) is the first bit that is transmitted following the start bit depending on the setting of C1[M], C1[PE] and C4[M10]. Further, the first bit received after the start bit is identified as bit9, bit8, bit7 or bit6 depending on the setting of C1[M] and C1[PE].
#1
RXEDGIF
UART_RX Pin Active Edge Interrupt Flag
6
1
read-write
0
No active edge on the receive pin has occurred.
#0
1
An active edge on the receive pin has occurred.
#1
LBKDIF
LIN Break Detect Interrupt Flag
7
1
read-write
0
No LIN break character has been detected.
#0
1
LIN break character has been detected.
#1
C3
UART Control Register 3
0x6
8
read-write
0
0xFF
PEIE
Parity Error Interrupt Enable
0
1
read-write
0
PF interrupts disabled; use polling).
#0
1
Hardware interrupt requested when PF is set.
#1
FEIE
Framing Error Interrupt Enable
1
1
read-write
0
FE interrupts disabled; use polling.
#0
1
Hardware interrupt requested when FE is set.
#1
NEIE
Noise Error Interrupt Enable
2
1
read-write
0
NF interrupts disabled; use polling.
#0
1
Hardware interrupt requested when NF is set.
#1
ORIE
Overrun Interrupt Enable
3
1
read-write
0
OR interrupts disabled; use polling.
#0
1
Hardware interrupt requested when OR is set.
#1
TXINV
Transmit Data Inversion
4
1
read-write
0
Transmit data not inverted.
#0
1
Transmit data inverted.
#1
TXDIR
UART_TX Pin Direction in Single-Wire Mode
5
1
read-write
0
UART_TXD pin is an input in single-wire mode.
#0
1
UART_TXD pin is an output in single-wire mode.
#1
R9T8
Receive Bit 9 / Transmit Bit 8
6
1
read-write
R8T9
Receive Bit 8 / Transmit Bit 9
7
1
read-write
D
UART Data Register
0x7
8
read-write
0
0xFF
R0T0
Read receive data buffer 0 or write transmit data buffer 0.
0
1
read-write
R1T1
Read receive data buffer 1 or write transmit data buffer 1.
1
1
read-write
R2T2
Read receive data buffer 2 or write transmit data buffer 2.
2
1
read-write
R3T3
Read receive data buffer 3 or write transmit data buffer 3.
3
1
read-write
R4T4
Read receive data buffer 4 or write transmit data buffer 4.
4
1
read-write
R5T5
Read receive data buffer 5 or write transmit data buffer 5.
5
1
read-write
R6T6
Read receive data buffer 6 or write transmit data buffer 6.
6
1
read-write
R7T7
Read receive data buffer 7 or write transmit data buffer 7.
7
1
read-write
MA1
UART Match Address Registers 1
0x8
8
read-write
0
0xFF
MA
Match Address
0
8
read-write
MA2
UART Match Address Registers 2
0x9
8
read-write
0
0xFF
MA
Match Address
0
8
read-write
C4
UART Control Register 4
0xA
8
read-write
0xF
0xFF
OSR
Over Sampling Ratio
0
5
read-write
M10
10-bit Mode select
5
1
read-write
0
Receiver and transmitter use 8-bit or 9-bit data characters.
#0
1
Receiver and transmitter use 10-bit data characters.
#1
MAEN2
Match Address Mode Enable 2
6
1
read-write
0
All data received is transferred to the data buffer if MAEN1 is cleared.
#0
1
All data received with the most significant bit cleared, is discarded. All data received with the most significant bit set, is compared with contents of MA2 register. If no match occurs, the data is discarded. If match occurs, data is transferred to the data buffer.
#1
MAEN1
Match Address Mode Enable 1
7
1
read-write
0
All data received is transferred to the data buffer if MAEN2 is cleared.
#0
1
All data received with the most significant bit cleared, is discarded. All data received with the most significant bit set, is compared with contents of MA1 register. If no match occurs, the data is discarded. If match occurs, data is transferred to the data buffer.
#1
C5
UART Control Register 5
0xB
8
read-write
0
0xFF
RESYNCDIS
Resynchronization Disable
0
1
read-write
0
Resynchronization during received data word is supported
#0
1
Resynchronization during received data word is disabled
#1
BOTHEDGE
Both Edge Sampling
1
1
read-write
0
Receiver samples input data using the rising edge of the baud rate clock.
#0
1
Receiver samples input data using the rising and falling edge of the baud rate clock.
#1
RDMAE
Receiver Full DMA Enable
5
1
read-write
0
DMA request disabled.
#0
1
DMA request enabled.
#1
TDMAE
Transmitter DMA Enable
7
1
read-write
0
DMA request disabled.
#0
1
DMA request enabled.
#1
UART1
Universal Asynchronous Receiver/Transmitter (UART)
UART
UART1_
0x4006B000
0
0x9
registers
UART1
13
BDH
UART Baud Rate Register: High
0
8
read-write
0
0xFF
SBR
Baud Rate Modulo Divisor.
0
5
read-write
SBNS
Stop Bit Number Select
5
1
read-write
0
One stop bit.
#0
1
Two stop bit.
#1
RXEDGIE
RxD Input Active Edge Interrupt Enable (for RXEDGIF)
6
1
read-write
0
Hardware interrupts from UART_S2[RXEDGIF] disabled (use polling).
#0
1
Hardware interrupt requested when UART_S2[RXEDGIF] flag is 1.
#1
LBKDIE
LIN Break Detect Interrupt Enable (for LBKDIF)
7
1
read-write
0
Hardware interrupts from UART_S2[LBKDIF] disabled (use polling).
#0
1
Hardware interrupt requested when UART_S2[LBKDIF] flag is 1.
#1
BDL
UART Baud Rate Register: Low
0x1
8
read-write
0x4
0xFF
SBR
Baud Rate Modulo Divisor
0
8
read-write
C1
UART Control Register 1
0x2
8
read-write
0
0xFF
PT
Parity Type
0
1
read-write
0
Even parity.
#0
1
Odd parity.
#1
PE
Parity Enable
1
1
read-write
0
No hardware parity generation or checking.
#0
1
Parity enabled.
#1
ILT
Idle Line Type Select
2
1
read-write
0
Idle character bit count starts after start bit.
#0
1
Idle character bit count starts after stop bit.
#1
WAKE
Receiver Wakeup Method Select
3
1
read-write
0
Idle-line wake-up.
#0
1
Address-mark wake-up.
#1
M
9-Bit or 8-Bit Mode Select
4
1
read-write
0
Normal - start + 8 data bits (lsb first) + stop.
#0
1
Receiver and transmitter use 9-bit data characters start + 8 data bits (lsb first) + 9th data bit + stop.
#1
RSRC
Receiver Source Select
5
1
read-write
0
Provided LOOPS is set, RSRC is cleared, selects internal loop back mode and the UART does not use the RxD pins.
#0
1
Single-wire UART mode where the TxD pin is connected to the transmitter output and receiver input.
#1
UARTSWAI
UART Stops in Wait Mode
6
1
read-write
0
UART clocks continue to run in Wait mode so the UART can be the source of an interrupt that wakes up the CPU.
#0
1
UART clocks freeze while CPU is in Wait mode.
#1
LOOPS
Loop Mode Select
7
1
read-write
0
Normal operation - RxD and TxD use separate pins.
#0
1
Loop mode or single-wire mode where transmitter outputs are internally connected to receiver input. (See RSRC bit.) RxD pin is not used by UART.
#1
C2
UART Control Register 2
0x3
8
read-write
0
0xFF
SBK
Send Break
0
1
read-write
0
Normal transmitter operation.
#0
1
Queue break character(s) to be sent.
#1
RWU
Receiver Wakeup Control
1
1
read-write
0
Normal UART receiver operation.
#0
1
UART receiver in standby waiting for wake-up condition.
#1
RE
Receiver Enable
2
1
read-write
0
Receiver off.
#0
1
Receiver on.
#1
TE
Transmitter Enable
3
1
read-write
0
Transmitter off.
#0
1
Transmitter on.
#1
ILIE
Idle Line Interrupt Enable for IDLE
4
1
read-write
0
Hardware interrupts from S1[IDLE] disabled; use polling.
#0
1
Hardware interrupt requested when S1[IDLE] flag is 1.
#1
RIE
Receiver Interrupt Enable for RDRF
5
1
read-write
0
Hardware interrupts from S1[RDRF] disabled; use polling.
#0
1
Hardware interrupt requested when S1[RDRF] flag is 1.
#1
TCIE
Transmission Complete Interrupt Enable for TC
6
1
read-write
0
Hardware interrupts from TC disabled; use polling.
#0
1
Hardware interrupt requested when TC flag is 1.
#1
TIE
Transmit Interrupt Enable for TDRE
7
1
read-write
0
Hardware interrupts from TDRE disabled; use polling.
#0
1
Hardware interrupt requested when TDRE flag is 1.
#1
S1
UART Status Register 1
0x4
8
read-only
0xC0
0xFF
PF
Parity Error Flag
0
1
read-only
0
No parity error.
#0
1
Parity error.
#1
FE
Framing Error Flag
1
1
read-only
0
No framing error detected. This does not guarantee the framing is correct.
#0
1
Framing error.
#1
NF
Noise Flag
2
1
read-only
0
No noise detected.
#0
1
Noise detected in the received character in UART_D.
#1
OR
Receiver Overrun Flag
3
1
read-only
0
No overrun.
#0
1
Receive overrun (new UART data lost).
#1
IDLE
Idle Line Flag
4
1
read-only
0
No idle line detected.
#0
1
Idle line was detected.
#1
RDRF
Receive Data Register Full Flag
5
1
read-only
0
Receive data register empty.
#0
1
Receive data register full.
#1
TC
Transmission Complete Flag
6
1
read-only
0
Transmitter active (sending data, a preamble, or a break).
#0
1
Transmitter idle (transmission activity complete).
#1
TDRE
Transmit Data Register Empty Flag
7
1
read-only
0
Transmit data register (buffer) full.
#0
1
Transmit data register (buffer) empty.
#1
S2
UART Status Register 2
0x5
8
read-write
0
0xFF
RAF
Receiver Active Flag
0
1
read-only
0
UART receiver idle waiting for a start bit.
#0
1
UART receiver active (RxD input not idle).
#1
LBKDE
LIN Break Detection Enable
1
1
read-write
0
Break detection is disabled.
#0
1
Break detection is enabled (Break character is detected at length 11 bit times (if C1[M] = 0, BDH[SBNS] = 0) or 12 (if C1[M] = 1, BDH[SBNS] = 0 or C1[M] = 0, BDH[SBNS] = 1) or 13 (if C1[M] = 1, BDH[SBNS] = 1)).
#1
BRK13
Break Character Generation Length
2
1
read-write
0
Break character is transmitted with length of 10 bit times (if M = 0, SBNS = 0) or 11 (if M = 1, SBNS = 0 or M = 0, SBNS = 1) or 12 (if M = 1, SBNS = 1).
#0
1
Break character is transmitted with length of 13 bit times (if M = 0, SBNS = 0) or 14 (if M = 1, SBNS = 0 or M = 0, SBNS = 1) or 15 (if M = 1, SBNS = 1).
#1
RWUID
Receive Wake Up Idle Detect
3
1
read-write
0
During receive standby state (RWU = 1), S1[IDLE] does not get set upon detection of an idle character.
#0
1
During receive standby state (RWU = 1), S1[IDLE] gets set upon detection of an idle character.
#1
RXINV
Receive Data Inversion
4
1
read-write
0
Receive data not inverted.
#0
1
Receive data inverted.
#1
RXEDGIF
RxD Pin Active Edge Interrupt Flag
6
1
read-write
0
No active edge on the receive pin has occurred.
#0
1
An active edge on the receive pin has occurred.
#1
LBKDIF
LIN Break Detect Interrupt Flag
7
1
read-write
0
No LIN break character has been detected.
#0
1
LIN break character has been detected.
#1
C3
UART Control Register 3
0x6
8
read-write
0
0xFF
PEIE
Parity Error Interrupt Enable
0
1
read-write
0
PF interrupts disabled; use polling).
#0
1
Hardware interrupt requested when PF is set.
#1
FEIE
Framing Error Interrupt Enable
1
1
read-write
0
FE interrupts disabled; use polling).
#0
1
Hardware interrupt requested when FE is set.
#1
NEIE
Noise Error Interrupt Enable
2
1
read-write
0
NF interrupts disabled; use polling).
#0
1
Hardware interrupt requested when NF is set.
#1
ORIE
Overrun Interrupt Enable
3
1
read-write
0
OR interrupts disabled; use polling.
#0
1
Hardware interrupt requested when OR is set.
#1
TXINV
Transmit Data Inversion
4
1
read-write
0
Transmit data not inverted.
#0
1
Transmit data inverted.
#1
TXDIR
TxD Pin Direction in Single-Wire Mode
5
1
read-write
0
TxD pin is an input in single-wire mode.
#0
1
TxD pin is an output in single-wire mode.
#1
T8
Ninth Data Bit for Transmitter
6
1
read-write
R8
Ninth Data Bit for Receiver
7
1
read-only
D
UART Data Register
0x7
8
read-write
0
0xFF
R0T0
Read receive data buffer 0 or write transmit data buffer 0.
0
1
read-write
R1T1
Read receive data buffer 1 or write transmit data buffer 1.
1
1
read-write
R2T2
Read receive data buffer 2 or write transmit data buffer 2.
2
1
read-write
R3T3
Read receive data buffer 3 or write transmit data buffer 3.
3
1
read-write
R4T4
Read receive data buffer 4 or write transmit data buffer 4.
4
1
read-write
R5T5
Read receive data buffer 5 or write transmit data buffer 5.
5
1
read-write
R6T6
Read receive data buffer 6 or write transmit data buffer 6.
6
1
read-write
R7T7
Read receive data buffer 7 or write transmit data buffer 7.
7
1
read-write
C4
UART Control Register 4
0x8
8
read-write
0
0xFF
RDMAS
Receiver Full DMA Select
5
1
read-write
0
If RIE is set and the RDRF flag is set, the RDRF interrupt request signal is asserted to request interrupt service.
#0
1
If RIE is set and the RDRF flag is set, the RDRF DMA request signal is asserted to request a DMA transfer.
#1
TDMAS
Transmitter DMA Select
7
1
read-write
0
If TIE is set and the TDRE flag is set, the TDRE interrupt request signal is asserted to request interrupt service.
#0
1
If TIE is set and the TDRE flag is set, the TDRE DMA request signal is asserted to request a DMA transfer.
#1
UART2
Universal Asynchronous Receiver/Transmitter (UART)
UART
UART2_
0x4006C000
0
0x9
registers
UART2
14
BDH
UART Baud Rate Register: High
0
8
read-write
0
0xFF
SBR
Baud Rate Modulo Divisor.
0
5
read-write
SBNS
Stop Bit Number Select
5
1
read-write
0
One stop bit.
#0
1
Two stop bit.
#1
RXEDGIE
RxD Input Active Edge Interrupt Enable (for RXEDGIF)
6
1
read-write
0
Hardware interrupts from UART_S2[RXEDGIF] disabled (use polling).
#0
1
Hardware interrupt requested when UART_S2[RXEDGIF] flag is 1.
#1
LBKDIE
LIN Break Detect Interrupt Enable (for LBKDIF)
7
1
read-write
0
Hardware interrupts from UART_S2[LBKDIF] disabled (use polling).
#0
1
Hardware interrupt requested when UART_S2[LBKDIF] flag is 1.
#1
BDL
UART Baud Rate Register: Low
0x1
8
read-write
0x4
0xFF
SBR
Baud Rate Modulo Divisor
0
8
read-write
C1
UART Control Register 1
0x2
8
read-write
0
0xFF
PT
Parity Type
0
1
read-write
0
Even parity.
#0
1
Odd parity.
#1
PE
Parity Enable
1
1
read-write
0
No hardware parity generation or checking.
#0
1
Parity enabled.
#1
ILT
Idle Line Type Select
2
1
read-write
0
Idle character bit count starts after start bit.
#0
1
Idle character bit count starts after stop bit.
#1
WAKE
Receiver Wakeup Method Select
3
1
read-write
0
Idle-line wake-up.
#0
1
Address-mark wake-up.
#1
M
9-Bit or 8-Bit Mode Select
4
1
read-write
0
Normal - start + 8 data bits (lsb first) + stop.
#0
1
Receiver and transmitter use 9-bit data characters start + 8 data bits (lsb first) + 9th data bit + stop.
#1
RSRC
Receiver Source Select
5
1
read-write
0
Provided LOOPS is set, RSRC is cleared, selects internal loop back mode and the UART does not use the RxD pins.
#0
1
Single-wire UART mode where the TxD pin is connected to the transmitter output and receiver input.
#1
UARTSWAI
UART Stops in Wait Mode
6
1
read-write
0
UART clocks continue to run in Wait mode so the UART can be the source of an interrupt that wakes up the CPU.
#0
1
UART clocks freeze while CPU is in Wait mode.
#1
LOOPS
Loop Mode Select
7
1
read-write
0
Normal operation - RxD and TxD use separate pins.
#0
1
Loop mode or single-wire mode where transmitter outputs are internally connected to receiver input. (See RSRC bit.) RxD pin is not used by UART.
#1
C2
UART Control Register 2
0x3
8
read-write
0
0xFF
SBK
Send Break
0
1
read-write
0
Normal transmitter operation.
#0
1
Queue break character(s) to be sent.
#1
RWU
Receiver Wakeup Control
1
1
read-write
0
Normal UART receiver operation.
#0
1
UART receiver in standby waiting for wake-up condition.
#1
RE
Receiver Enable
2
1
read-write
0
Receiver off.
#0
1
Receiver on.
#1
TE
Transmitter Enable
3
1
read-write
0
Transmitter off.
#0
1
Transmitter on.
#1
ILIE
Idle Line Interrupt Enable for IDLE
4
1
read-write
0
Hardware interrupts from S1[IDLE] disabled; use polling.
#0
1
Hardware interrupt requested when S1[IDLE] flag is 1.
#1
RIE
Receiver Interrupt Enable for RDRF
5
1
read-write
0
Hardware interrupts from S1[RDRF] disabled; use polling.
#0
1
Hardware interrupt requested when S1[RDRF] flag is 1.
#1
TCIE
Transmission Complete Interrupt Enable for TC
6
1
read-write
0
Hardware interrupts from TC disabled; use polling.
#0
1
Hardware interrupt requested when TC flag is 1.
#1
TIE
Transmit Interrupt Enable for TDRE
7
1
read-write
0
Hardware interrupts from TDRE disabled; use polling.
#0
1
Hardware interrupt requested when TDRE flag is 1.
#1
S1
UART Status Register 1
0x4
8
read-only
0xC0
0xFF
PF
Parity Error Flag
0
1
read-only
0
No parity error.
#0
1
Parity error.
#1
FE
Framing Error Flag
1
1
read-only
0
No framing error detected. This does not guarantee the framing is correct.
#0
1
Framing error.
#1
NF
Noise Flag
2
1
read-only
0
No noise detected.
#0
1
Noise detected in the received character in UART_D.
#1
OR
Receiver Overrun Flag
3
1
read-only
0
No overrun.
#0
1
Receive overrun (new UART data lost).
#1
IDLE
Idle Line Flag
4
1
read-only
0
No idle line detected.
#0
1
Idle line was detected.
#1
RDRF
Receive Data Register Full Flag
5
1
read-only
0
Receive data register empty.
#0
1
Receive data register full.
#1
TC
Transmission Complete Flag
6
1
read-only
0
Transmitter active (sending data, a preamble, or a break).
#0
1
Transmitter idle (transmission activity complete).
#1
TDRE
Transmit Data Register Empty Flag
7
1
read-only
0
Transmit data register (buffer) full.
#0
1
Transmit data register (buffer) empty.
#1
S2
UART Status Register 2
0x5
8
read-write
0
0xFF
RAF
Receiver Active Flag
0
1
read-only
0
UART receiver idle waiting for a start bit.
#0
1
UART receiver active (RxD input not idle).
#1
LBKDE
LIN Break Detection Enable
1
1
read-write
0
Break detection is disabled.
#0
1
Break detection is enabled (Break character is detected at length 11 bit times (if C1[M] = 0, BDH[SBNS] = 0) or 12 (if C1[M] = 1, BDH[SBNS] = 0 or C1[M] = 0, BDH[SBNS] = 1) or 13 (if C1[M] = 1, BDH[SBNS] = 1)).
#1
BRK13
Break Character Generation Length
2
1
read-write
0
Break character is transmitted with length of 10 bit times (if M = 0, SBNS = 0) or 11 (if M = 1, SBNS = 0 or M = 0, SBNS = 1) or 12 (if M = 1, SBNS = 1).
#0
1
Break character is transmitted with length of 13 bit times (if M = 0, SBNS = 0) or 14 (if M = 1, SBNS = 0 or M = 0, SBNS = 1) or 15 (if M = 1, SBNS = 1).
#1
RWUID
Receive Wake Up Idle Detect
3
1
read-write
0
During receive standby state (RWU = 1), S1[IDLE] does not get set upon detection of an idle character.
#0
1
During receive standby state (RWU = 1), S1[IDLE] gets set upon detection of an idle character.
#1
RXINV
Receive Data Inversion
4
1
read-write
0
Receive data not inverted.
#0
1
Receive data inverted.
#1
RXEDGIF
RxD Pin Active Edge Interrupt Flag
6
1
read-write
0
No active edge on the receive pin has occurred.
#0
1
An active edge on the receive pin has occurred.
#1
LBKDIF
LIN Break Detect Interrupt Flag
7
1
read-write
0
No LIN break character has been detected.
#0
1
LIN break character has been detected.
#1
C3
UART Control Register 3
0x6
8
read-write
0
0xFF
PEIE
Parity Error Interrupt Enable
0
1
read-write
0
PF interrupts disabled; use polling).
#0
1
Hardware interrupt requested when PF is set.
#1
FEIE
Framing Error Interrupt Enable
1
1
read-write
0
FE interrupts disabled; use polling).
#0
1
Hardware interrupt requested when FE is set.
#1
NEIE
Noise Error Interrupt Enable
2
1
read-write
0
NF interrupts disabled; use polling).
#0
1
Hardware interrupt requested when NF is set.
#1
ORIE
Overrun Interrupt Enable
3
1
read-write
0
OR interrupts disabled; use polling.
#0
1
Hardware interrupt requested when OR is set.
#1
TXINV
Transmit Data Inversion
4
1
read-write
0
Transmit data not inverted.
#0
1
Transmit data inverted.
#1
TXDIR
TxD Pin Direction in Single-Wire Mode
5
1
read-write
0
TxD pin is an input in single-wire mode.
#0
1
TxD pin is an output in single-wire mode.
#1
T8
Ninth Data Bit for Transmitter
6
1
read-write
R8
Ninth Data Bit for Receiver
7
1
read-only
D
UART Data Register
0x7
8
read-write
0
0xFF
R0T0
Read receive data buffer 0 or write transmit data buffer 0.
0
1
read-write
R1T1
Read receive data buffer 1 or write transmit data buffer 1.
1
1
read-write
R2T2
Read receive data buffer 2 or write transmit data buffer 2.
2
1
read-write
R3T3
Read receive data buffer 3 or write transmit data buffer 3.
3
1
read-write
R4T4
Read receive data buffer 4 or write transmit data buffer 4.
4
1
read-write
R5T5
Read receive data buffer 5 or write transmit data buffer 5.
5
1
read-write
R6T6
Read receive data buffer 6 or write transmit data buffer 6.
6
1
read-write
R7T7
Read receive data buffer 7 or write transmit data buffer 7.
7
1
read-write
C4
UART Control Register 4
0x8
8
read-write
0
0xFF
RDMAS
Receiver Full DMA Select
5
1
read-write
0
If RIE is set and the RDRF flag is set, the RDRF interrupt request signal is asserted to request interrupt service.
#0
1
If RIE is set and the RDRF flag is set, the RDRF DMA request signal is asserted to request a DMA transfer.
#1
TDMAS
Transmitter DMA Select
7
1
read-write
0
If TIE is set and the TDRE flag is set, the TDRE interrupt request signal is asserted to request interrupt service.
#0
1
If TIE is set and the TDRE flag is set, the TDRE DMA request signal is asserted to request a DMA transfer.
#1
USB0
Universal Serial Bus, OTG Capable Controller
USB0_
0x40072000
0
0x115
registers
USB0
24
PERID
Peripheral ID register
0
8
read-only
0x4
0xFF
ID
Peripheral Identification
0
6
read-only
IDCOMP
Peripheral ID Complement register
0x4
8
read-only
0xFB
0xFF
NID
Ones complement of peripheral identification bits.
0
6
read-only
REV
Peripheral Revision register
0x8
8
read-only
0x33
0xFF
REV
Revision
0
8
read-only
ADDINFO
Peripheral Additional Info register
0xC
8
read-only
0x1
0xFF
IEHOST
When this bit is set, the USB peripheral is operating in host mode.
0
1
read-only
IRQNUM
Assigned Interrupt Request Number
3
5
read-only
OTGISTAT
OTG Interrupt Status register
0x10
8
read-write
0
0xFF
AVBUSCHG
This bit is set when a change in VBUS is detected on an A device.
0
1
read-write
B_SESS_CHG
This bit is set when a change in VBUS is detected on a B device.
2
1
read-write
SESSVLDCHG
This bit is set when a change in VBUS is detected indicating a session valid or a session no longer valid
3
1
read-write
LINE_STATE_CHG
This bit is set when the USB line state changes
5
1
read-write
ONEMSEC
This bit is set when the 1 millisecond timer expires
6
1
read-write
IDCHG
This bit is set when a change in the ID Signal from the USB connector is sensed.
7
1
read-write
OTGICR
OTG Interrupt Control register
0x14
8
read-write
0
0xFF
AVBUSEN
A VBUS Valid Interrupt Enable
0
1
read-write
0
Disables the AVBUSCHG interrupt.
#0
1
Enables the AVBUSCHG interrupt.
#1
BSESSEN
B Session END Interrupt Enable
2
1
read-write
0
Disables the B_SESS_CHG interrupt.
#0
1
Enables the B_SESS_CHG interrupt.
#1
SESSVLDEN
Session Valid Interrupt Enable
3
1
read-write
0
Disables the SESSVLDCHG interrupt.
#0
1
Enables the SESSVLDCHG interrupt.
#1
LINESTATEEN
Line State Change Interrupt Enable
5
1
read-write
0
Disables the LINE_STAT_CHG interrupt.
#0
1
Enables the LINE_STAT_CHG interrupt.
#1
ONEMSECEN
One Millisecond Interrupt Enable
6
1
read-write
0
Diables the 1ms timer interrupt.
#0
1
Enables the 1ms timer interrupt.
#1
IDEN
ID Interrupt Enable
7
1
read-write
0
The ID interrupt is disabled
#0
1
The ID interrupt is enabled
#1
OTGSTAT
OTG Status register
0x18
8
read-write
0
0xFF
AVBUSVLD
A VBUS Valid
0
1
read-write
0
The VBUS voltage is below the A VBUS Valid threshold.
#0
1
The VBUS voltage is above the A VBUS Valid threshold.
#1
BSESSEND
B Session End
2
1
read-write
0
The VBUS voltage is above the B session end threshold.
#0
1
The VBUS voltage is below the B session end threshold.
#1
SESS_VLD
Session Valid
3
1
read-write
0
The VBUS voltage is below the B session valid threshold
#0
1
The VBUS voltage is above the B session valid threshold.
#1
LINESTATESTABLE
Indicates that the internal signals that control the LINE_STATE_CHG field of OTGISTAT are stable for at least 1 millisecond
5
1
read-write
0
The LINE_STAT_CHG bit is not yet stable.
#0
1
The LINE_STAT_CHG bit has been debounced and is stable.
#1
ONEMSECEN
This bit is reserved for the 1ms count, but it is not useful to software.
6
1
read-write
ID
Indicates the current state of the ID pin on the USB connector
7
1
read-write
0
Indicates a Type A cable is plugged into the USB connector.
#0
1
Indicates no cable is attached or a Type B cable is plugged into the USB connector.
#1
OTGCTL
OTG Control register
0x1C
8
read-write
0
0xFF
OTGEN
On-The-Go pullup/pulldown resistor enable
2
1
read-write
0
If USB_EN is 1 and HOST_MODE is 0 in the Control Register (CTL), then the D+ Data Line pull-up resistors are enabled. If HOST_MODE is 1 the D+ and D- Data Line pull-down resistors are engaged.
#0
1
The pull-up and pull-down controls in this register are used.
#1
DMLOW
D- Data Line pull-down resistor enable
4
1
read-write
0
D- pulldown resistor is not enabled.
#0
1
D- pulldown resistor is enabled.
#1
DPLOW
D+ Data Line pull-down resistor enable
5
1
read-write
0
D+ pulldown resistor is not enabled.
#0
1
D+ pulldown resistor is enabled.
#1
DPHIGH
D+ Data Line pullup resistor enable
7
1
read-write
0
D+ pullup resistor is not enabled
#0
1
D+ pullup resistor is enabled
#1
ISTAT
Interrupt Status register
0x80
8
read-write
0
0xFF
USBRST
This bit is set when the USB Module has decoded a valid USB reset
0
1
read-write
ERROR
This bit is set when any of the error conditions within Error Interrupt Status (ERRSTAT) register occur
1
1
read-write
SOFTOK
This bit is set when the USB Module receives a Start Of Frame (SOF) token
2
1
read-write
TOKDNE
This bit is set when the current token being processed has completed
3
1
read-write
SLEEP
This bit is set when the USB Module detects a constant idle on the USB bus for 3 ms
4
1
read-write
RESUME
This bit is set depending upon the DP/DM signals, and can be used to signal remote wake-up signaling on the USB bus
5
1
read-write
ATTACH
Attach Interrupt
6
1
read-write
STALL
Stall Interrupt
7
1
read-write
INTEN
Interrupt Enable register
0x84
8
read-write
0
0xFF
USBRSTEN
USBRST Interrupt Enable
0
1
read-write
0
Disables the USBRST interrupt.
#0
1
Enables the USBRST interrupt.
#1
ERROREN
ERROR Interrupt Enable
1
1
read-write
0
Disables the ERROR interrupt.
#0
1
Enables the ERROR interrupt.
#1
SOFTOKEN
SOFTOK Interrupt Enable
2
1
read-write
0
Disbles the SOFTOK interrupt.
#0
1
Enables the SOFTOK interrupt.
#1
TOKDNEEN
TOKDNE Interrupt Enable
3
1
read-write
0
Disables the TOKDNE interrupt.
#0
1
Enables the TOKDNE interrupt.
#1
SLEEPEN
SLEEP Interrupt Enable
4
1
read-write
0
Disables the SLEEP interrupt.
#0
1
Enables the SLEEP interrupt.
#1
RESUMEEN
RESUME Interrupt Enable
5
1
read-write
0
Disables the RESUME interrupt.
#0
1
Enables the RESUME interrupt.
#1
ATTACHEN
ATTACH Interrupt Enable
6
1
read-write
0
Disables the ATTACH interrupt.
#0
1
Enables the ATTACH interrupt.
#1
STALLEN
STALL Interrupt Enable
7
1
read-write
0
Diasbles the STALL interrupt.
#0
1
Enables the STALL interrupt.
#1
ERRSTAT
Error Interrupt Status register
0x88
8
read-write
0
0xFF
PIDERR
This bit is set when the PID check field fails.
0
1
read-write
CRC5EOF
This error interrupt has two functions
1
1
read-write
CRC16
This bit is set when a data packet is rejected due to a CRC16 error.
2
1
read-write
DFN8
This bit is set if the data field received was not 8 bits in length
3
1
read-write
BTOERR
This bit is set when a bus turnaround timeout error occurs
4
1
read-write
DMAERR
This bit is set if the USB Module has requested a DMA access to read a new BDT but has not been given the bus before it needs to receive or transmit data
5
1
read-write
BTSERR
This bit is set when a bit stuff error is detected
7
1
read-write
ERREN
Error Interrupt Enable register
0x8C
8
read-write
0
0xFF
PIDERREN
PIDERR Interrupt Enable
0
1
read-write
0
Disables the PIDERR interrupt.
#0
1
Enters the PIDERR interrupt.
#1
CRC5EOFEN
CRC5/EOF Interrupt Enable
1
1
read-write
0
Disables the CRC5/EOF interrupt.
#0
1
Enables the CRC5/EOF interrupt.
#1
CRC16EN
CRC16 Interrupt Enable
2
1
read-write
0
Disables the CRC16 interrupt.
#0
1
Enables the CRC16 interrupt.
#1
DFN8EN
DFN8 Interrupt Enable
3
1
read-write
0
Disables the DFN8 interrupt.
#0
1
Enables the DFN8 interrupt.
#1
BTOERREN
BTOERR Interrupt Enable
4
1
read-write
0
Disables the BTOERR interrupt.
#0
1
Enables the BTOERR interrupt.
#1
DMAERREN
DMAERR Interrupt Enable
5
1
read-write
0
Disables the DMAERR interrupt.
#0
1
Enables the DMAERR interrupt.
#1
BTSERREN
BTSERR Interrupt Enable
7
1
read-write
0
Disables the BTSERR interrupt.
#0
1
Enables the BTSERR interrupt.
#1
STAT
Status register
0x90
8
read-only
0
0xFF
ODD
This bit is set if the last buffer descriptor updated was in the odd bank of the BDT.
2
1
read-only
TX
Transmit Indicator
3
1
read-only
0
The most recent transaction was a receive operation.
#0
1
The most recent transaction was a transmit operation.
#1
ENDP
This four-bit field encodes the endpoint address that received or transmitted the previous token
4
4
read-only
CTL
Control register
0x94
8
read-write
0
0xFF
USBENSOFEN
USB Enable
0
1
read-write
0
Disables the USB Module.
#0
1
Enables the USB Module.
#1
ODDRST
Setting this bit to 1 resets all the BDT ODD ping/pong fields to 0, which then specifies the EVEN BDT bank
1
1
read-write
RESUME
When set to 1 this bit enables the USB Module to execute resume signaling
2
1
read-write
HOSTMODEEN
When set to 1, this bit enables the USB Module to operate in Host mode
3
1
read-write
RESET
Setting this bit enables the USB Module to generate USB reset signaling
4
1
read-write
TXSUSPENDTOKENBUSY
In Host mode, TOKEN_BUSY is set when the USB module is busy executing a USB token
5
1
read-write
SE0
Live USB Single Ended Zero signal
6
1
read-write
JSTATE
Live USB differential receiver JSTATE signal
7
1
read-write
ADDR
Address register
0x98
8
read-write
0
0xFF
ADDR
USB Address
0
7
read-write
LSEN
Low Speed Enable bit
7
1
read-write
BDTPAGE1
BDT Page register 1
0x9C
8
read-write
0
0xFF
BDTBA
Provides address bits 15 through 9 of the BDT base address.
1
7
read-write
FRMNUML
Frame Number register Low
0xA0
8
read-write
0
0xFF
FRM
This 8-bit field and the 3-bit field in the Frame Number Register High are used to compute the address where the current Buffer Descriptor Table (BDT) resides in system memory
0
8
read-write
FRMNUMH
Frame Number register High
0xA4
8
read-write
0
0xFF
FRM
This 3-bit field and the 8-bit field in the Frame Number Register Low are used to compute the address where the current Buffer Descriptor Table (BDT) resides in system memory
0
3
read-write
TOKEN
Token register
0xA8
8
read-write
0
0xFF
TOKENENDPT
Holds the Endpoint address for the token command
0
4
read-write
TOKENPID
Contains the token type executed by the USB module.
4
4
read-write
0001
OUT Token. USB Module performs an OUT (TX) transaction.
#0001
1001
IN Token. USB Module performs an In (RX) transaction.
#1001
1101
SETUP Token. USB Module performs a SETUP (TX) transaction
#1101
SOFTHLD
SOF Threshold register
0xAC
8
read-write
0
0xFF
CNT
Represents the SOF count threshold in byte times.
0
8
read-write
BDTPAGE2
BDT Page Register 2
0xB0
8
read-write
0
0xFF
BDTBA
Provides address bits 23 through 16 of the BDT base address that defines the location of Buffer Descriptor Table resides in system memory
0
8
read-write
BDTPAGE3
BDT Page Register 3
0xB4
8
read-write
0
0xFF
BDTBA
Provides address bits 31 through 24 of the BDT base address that defines the location of Buffer Descriptor Table resides in system memory
0
8
read-write
16
0x4
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
ENDPT%s
Endpoint Control register
0xC0
8
read-write
0
0xFF
EPHSHK
When set this bit enables an endpoint to perform handshaking during a transaction to this endpoint
0
1
read-write
EPSTALL
When set this bit indicates that the endpoint is called
1
1
read-write
EPTXEN
This bit, when set, enables the endpoint for TX transfers.
2
1
read-write
EPRXEN
This bit, when set, enables the endpoint for RX transfers.
3
1
read-write
EPCTLDIS
This bit, when set, disables control (SETUP) transfers
4
1
read-write
RETRYDIS
This is a Host mode only bit and is present in the control register for endpoint 0 (ENDPT0) only
6
1
read-write
HOSTWOHUB
This is a Host mode only field and is present in the control register for endpoint 0 (ENDPT0) only
7
1
read-write
USBCTRL
USB Control register
0x100
8
read-write
0xC0
0xFF
PDE
Enables the weak pulldowns on the USB transceiver.
6
1
read-write
0
Weak pulldowns are disabled on D+ and D-.
#0
1
Weak pulldowns are enabled on D+ and D-.
#1
SUSP
Places the USB transceiver into the suspend state.
7
1
read-write
0
USB transceiver is not in suspend state.
#0
1
USB transceiver is in suspend state.
#1
OBSERVE
USB OTG Observe register
0x104
8
read-only
0x50
0xFF
DMPD
Provides observability of the D- Pulldown signal output from the USB OTG module
4
1
read-only
0
D- pulldown disabled.
#0
1
D- pulldown enabled.
#1
DPPD
Provides observability of the D+ Pulldown . signal output from the USB OTG module
6
1
read-only
0
D+ pulldown disabled.
#0
1
D+ pulldown enabled.
#1
DPPU
Provides observability of the D+ Pullup . signal output from the USB OTG module
7
1
read-only
0
D+ pullup disabled.
#0
1
D+ pullup enabled.
#1
CONTROL
USB OTG Control register
0x108
8
read-write
0
0xFF
DPPULLUPNONOTG
Provides control of the DP Pullup in the USB OTG module, if USB is configured in non-OTG device mode
4
1
read-write
0
DP Pullup in non-OTG device mode is not enabled.
#0
1
DP Pullup in non-OTG device mode is enabled.
#1
USBTRC0
USB Transceiver Control register 0
0x10C
8
read-write
0
0xFF
USB_RESUME_INT
USB Asynchronous Interrupt
0
1
read-only
0
No interrupt was generated.
#0
1
Interrupt was generated because of the USB asynchronous interrupt.
#1
SYNC_DET
Synchronous USB Interrupt Detect
1
1
read-only
0
Synchronous interrupt has not been detected.
#0
1
Synchronous interrupt has been detected.
#1
USBRESMEN
Asynchronous Resume Interrupt Enable
5
1
read-write
0
USB asynchronous wakeup from suspend mode disabled.
#0
1
USB asynchronous wakeup from suspend mode enabled. The asynchronous resume interrupt differs from the synchronous resume interrupt in that it asynchronously detects K-state using the unfiltered state of the D+ and D- pins. This interupt should only be enabled when the Transceiver is suspended.
#1
USBRESET
USB Reset
7
1
write-only
0
Normal USB module operation.
#0
1
Returns the USB module to its reset state.
#1
USBFRMADJUST
Frame Adjust Register
0x114
8
read-write
0
0xFF
ADJ
Frame Adjustment
0
8
read-write
CMP0
High-Speed Comparator (CMP), Voltage Reference (VREF) Digital-to-Analog Converter (DAC), and Analog Mux (ANMUX)
CMP0_
0x40073000
0
0x6
registers
CMP0
16
CR0
CMP Control Register 0
0
8
read-write
0
0xFF
HYSTCTR
Comparator hard block hysteresis control
0
2
read-write
00
Level 0
#00
01
Level 1
#01
10
Level 2
#10
11
Level 3
#11
FILTER_CNT
Filter Sample Count
4
3
read-write
000
Filter is disabled. If SE = 1, then COUT is a logic 0. This is not a legal state, and is not recommended. If SE = 0, COUT = COUTA.
#000
001
One sample must agree. The comparator output is simply sampled.
#001
010
2 consecutive samples must agree.
#010
011
3 consecutive samples must agree.
#011
100
4 consecutive samples must agree.
#100
101
5 consecutive samples must agree.
#101
110
6 consecutive samples must agree.
#110
111
7 consecutive samples must agree.
#111
CR1
CMP Control Register 1
0x1
8
read-write
0
0xFF
EN
Comparator Module Enable
0
1
read-write
0
Analog Comparator is disabled.
#0
1
Analog Comparator is enabled.
#1
OPE
Comparator Output Pin Enable
1
1
read-write
0
CMPO is not available on the associated CMPO output pin. If the comparator does not own the pin, this field has no effect.
#0
1
CMPO is available on the associated CMPO output pin. The comparator output (CMPO) is driven out on the associated CMPO output pin if the comparator owns the pin. If the comparator does not own the field, this bit has no effect.
#1
COS
Comparator Output Select
2
1
read-write
0
Set the filtered comparator output (CMPO) to equal COUT.
#0
1
Set the unfiltered comparator output (CMPO) to equal COUTA.
#1
INV
Comparator INVERT
3
1
read-write
0
Does not invert the comparator output.
#0
1
Inverts the comparator output.
#1
PMODE
Power Mode Select
4
1
read-write
0
Low-Speed (LS) Comparison mode selected. In this mode, CMP has slower output propagation delay and lower current consumption.
#0
1
High-Speed (HS) Comparison mode selected. In this mode, CMP has faster output propagation delay and higher current consumption.
#1
TRIGM
Trigger Mode Enable
5
1
read-write
0
Trigger mode is disabled.
#0
1
Trigger mode is enabled.
#1
WE
Windowing Enable
6
1
read-write
0
Windowing mode is not selected.
#0
1
Windowing mode is selected.
#1
SE
Sample Enable
7
1
read-write
0
Sampling mode is not selected.
#0
1
Sampling mode is selected.
#1
FPR
CMP Filter Period Register
0x2
8
read-write
0
0xFF
FILT_PER
Filter Sample Period
0
8
read-write
SCR
CMP Status and Control Register
0x3
8
read-write
0
0xFF
COUT
Analog Comparator Output
0
1
read-only
CFF
Analog Comparator Flag Falling
1
1
read-write
0
Falling-edge on COUT has not been detected.
#0
1
Falling-edge on COUT has occurred.
#1
CFR
Analog Comparator Flag Rising
2
1
read-write
0
Rising-edge on COUT has not been detected.
#0
1
Rising-edge on COUT has occurred.
#1
IEF
Comparator Interrupt Enable Falling
3
1
read-write
0
Interrupt is disabled.
#0
1
Interrupt is enabled.
#1
IER
Comparator Interrupt Enable Rising
4
1
read-write
0
Interrupt is disabled.
#0
1
Interrupt is enabled.
#1
DMAEN
DMA Enable Control
6
1
read-write
0
DMA is disabled.
#0
1
DMA is enabled.
#1
DACCR
DAC Control Register
0x4
8
read-write
0
0xFF
VOSEL
DAC Output Voltage Select
0
6
read-write
VRSEL
Supply Voltage Reference Source Select
6
1
read-write
0
V is selected as resistor ladder network supply reference V. in1 in
#0
1
V is selected as resistor ladder network supply reference V. in2 in
#1
DACEN
DAC Enable
7
1
read-write
0
DAC is disabled.
#0
1
DAC is enabled.
#1
MUXCR
MUX Control Register
0x5
8
read-write
0
0xFF
MSEL
Minus Input Mux Control
0
3
read-write
000
IN0
#000
001
IN1
#001
010
IN2
#010
011
IN3
#011
100
IN4
#100
101
IN5
#101
110
IN6
#110
111
IN7
#111
PSEL
Plus Input Mux Control
3
3
read-write
000
IN0
#000
001
IN1
#001
010
IN2
#010
011
IN3
#011
100
IN4
#100
101
IN5
#101
110
IN6
#110
111
IN7
#111
PSTM
Pass Through Mode Enable
7
1
read-write
0
Pass Through Mode is disabled.
#0
1
Pass Through Mode is enabled.
#1
SPI0
Serial Peripheral Interface
SPI
SPI0_
0x40076000
0
0x8
registers
SPI0
10
S
SPI Status Register
0
8
read-write
0x20
0xFF
MODF
Master Mode Fault Flag
4
1
read-only
0
No mode fault error
#0
1
Mode fault error detected
#1
SPTEF
SPI Transmit Buffer Empty Flag (when FIFO is not supported or not enabled) or SPI transmit FIFO empty flag (when FIFO is supported and enabled)
5
1
read-only
0
SPI transmit buffer not empty (when FIFOMODE is not present or is 0) or SPI FIFO not empty (when FIFOMODE is 1)
#0
1
SPI transmit buffer empty (when FIFOMODE is not present or is 0) or SPI FIFO empty (when FIFOMODE is 1)
#1
SPMF
SPI Match Flag
6
1
read-write
0
Value in the receive data buffer does not match the value in the MH:ML registers
#0
1
Value in the receive data buffer matches the value in the MH:ML registers
#1
SPRF
SPI Read Buffer Full Flag (when FIFO is not supported or not enabled) or SPI read FIFO FULL flag (when FIFO is supported and enabled)
7
1
read-only
0
No data available in the receive data buffer (when FIFOMODE is not present or is 0) or Read FIFO is not full (when FIFOMODE is 1)
#0
1
Data available in the receive data buffer (when FIFOMODE is not present or is 0) or Read FIFO is full (when FIFOMODE is 1)
#1
BR
SPI Baud Rate Register
0x1
8
read-write
0
0xFF
SPR
SPI Baud Rate Divisor
0
4
read-write
0000
Baud rate divisor is 2.
#0000
0001
Baud rate divisor is 4.
#0001
0010
Baud rate divisor is 8.
#0010
0011
Baud rate divisor is 16.
#0011
0100
Baud rate divisor is 32.
#0100
0101
Baud rate divisor is 64.
#0101
0110
Baud rate divisor is 128.
#0110
0111
Baud rate divisor is 256.
#0111
1000
Baud rate divisor is 512.
#1000
SPPR
SPI Baud Rate Prescale Divisor
4
3
read-write
000
Baud rate prescaler divisor is 1.
#000
001
Baud rate prescaler divisor is 2.
#001
010
Baud rate prescaler divisor is 3.
#010
011
Baud rate prescaler divisor is 4.
#011
100
Baud rate prescaler divisor is 5.
#100
101
Baud rate prescaler divisor is 6.
#101
110
Baud rate prescaler divisor is 7.
#110
111
Baud rate prescaler divisor is 8.
#111
C2
SPI Control Register 2
0x2
8
read-write
0
0xFF
SPC0
SPI Pin Control 0
0
1
read-write
0
SPI uses separate pins for data input and data output (pin mode is normal). In master mode of operation: MISO is master in and MOSI is master out. In slave mode of operation: MISO is slave out and MOSI is slave in.
#0
1
SPI configured for single-wire bidirectional operation (pin mode is bidirectional). In master mode of operation: MISO is not used by SPI; MOSI is master in when BIDIROE is 0 or master I/O when BIDIROE is 1. In slave mode of operation: MISO is slave in when BIDIROE is 0 or slave I/O when BIDIROE is 1; MOSI is not used by SPI.
#1
SPISWAI
SPI Stop in Wait Mode
1
1
read-write
0
SPI clocks continue to operate in Wait mode.
#0
1
SPI clocks stop when the MCU enters Wait mode.
#1
RXDMAE
Receive DMA enable
2
1
read-write
0
DMA request for receive is disabled and interrupt from SPRF is allowed
#0
1
DMA request for receive is enabled and interrupt from SPRF is disabled
#1
BIDIROE
Bidirectional Mode Output Enable
3
1
read-write
0
Output driver disabled so SPI data I/O pin acts as an input
#0
1
SPI I/O pin enabled as an output
#1
MODFEN
Master Mode-Fault Function Enable
4
1
read-write
0
Mode fault function disabled, master SS pin reverts to general-purpose I/O not controlled by SPI
#0
1
Mode fault function enabled, master SS pin acts as the mode fault input or the slave select output
#1
TXDMAE
Transmit DMA enable
5
1
read-write
0
DMA request for transmit is disabled and interrupt from SPTEF is allowed
#0
1
DMA request for transmit is enabled and interrupt from SPTEF is disabled
#1
SPIMODE
SPI 8-bit or 16-bit mode
6
1
read-write
0
8-bit SPI shift register, match register, and buffers
#0
1
16-bit SPI shift register, match register, and buffers
#1
SPMIE
SPI Match Interrupt Enable
7
1
read-write
0
Interrupts from SPMF inhibited (use polling)
#0
1
When SPMF is 1, requests a hardware interrupt
#1
C1
SPI Control Register 1
0x3
8
read-write
0x4
0xFF
LSBFE
LSB First (shifter direction)
0
1
read-write
0
SPI serial data transfers start with the most significant bit.
#0
1
SPI serial data transfers start with the least significant bit.
#1
SSOE
Slave Select Output Enable
1
1
read-write
0
When C2[MODFEN] is 0: In master mode, SS pin function is general-purpose I/O (not SPI). In slave mode, SS pin function is slave select input. When C2[MODFEN] is 1: In master mode, SS pin function is SS input for mode fault. In slave mode, SS pin function is slave select input.
#0
1
When C2[MODFEN] is 0: In master mode, SS pin function is general-purpose I/O (not SPI). In slave mode, SS pin function is slave select input. When C2[MODFEN] is 1: In master mode, SS pin function is automatic SS output. In slave mode: SS pin function is slave select input.
#1
CPHA
Clock Phase
2
1
read-write
0
First edge on SPSCK occurs at the middle of the first cycle of a data transfer.
#0
1
First edge on SPSCK occurs at the start of the first cycle of a data transfer.
#1
CPOL
Clock Polarity
3
1
read-write
0
Active-high SPI clock (idles low)
#0
1
Active-low SPI clock (idles high)
#1
MSTR
Master/Slave Mode Select
4
1
read-write
0
SPI module configured as a slave SPI device
#0
1
SPI module configured as a master SPI device
#1
SPTIE
SPI Transmit Interrupt Enable
5
1
read-write
0
Interrupts from SPTEF inhibited (use polling)
#0
1
When SPTEF is 1, hardware interrupt requested
#1
SPE
SPI System Enable
6
1
read-write
0
SPI system inactive
#0
1
SPI system enabled
#1
SPIE
SPI Interrupt Enable: for SPRF and MODF (when FIFO is not supported or not enabled) or for read FIFO (when FIFO is supported and enabled)
7
1
read-write
0
Interrupts from SPRF and MODF are inhibited-use polling (when FIFOMODE is not present or is 0) or Read FIFO Full Interrupts are disabled (when FIFOMODE is 1)
#0
1
Request a hardware interrupt when SPRF or MODF is 1 (when FIFOMODE is not present or is 0) or Read FIFO Full Interrupts are enabled (when FIFOMODE is 1)
#1
ML
SPI Match Register low
0x4
8
read-write
0
0xFF
Bits
Hardware compare value (low byte)
0
8
read-write
MH
SPI match register high
0x5
8
read-write
0
0xFF
Bits
Hardware compare value (high byte)
0
8
read-write
DL
SPI Data Register low
0x6
8
read-write
0
0xFF
Bits
Data (low byte)
0
8
read-write
DH
SPI data register high
0x7
8
read-write
0
0xFF
Bits
Data (high byte)
0
8
read-write
SPI1
Serial Peripheral Interface
SPI
SPI1_
0x40077000
0
0xC
registers
SPI1
11
S
SPI Status Register
0
8
read-write
0x20
0xFF
RFIFOEF
SPI read FIFO empty flag
0
1
read-only
0
Read FIFO has data. Reads of the DH:DL registers in 16-bit mode or the DL register in 8-bit mode will empty the read FIFO.
#0
1
Read FIFO is empty.
#1
TXFULLF
Transmit FIFO full flag
1
1
read-only
0
Transmit FIFO has less than 8 bytes
#0
1
Transmit FIFO has 8 bytes of data
#1
TNEAREF
Transmit FIFO nearly empty flag
2
1
read-only
0
Transmit FIFO has more than 16 bits (when C3[TNEAREF_MARK] is 0) or more than 32 bits (when C3[TNEAREF_MARK] is 1) remaining to transmit
#0
1
Transmit FIFO has an amount of data equal to or less than 16 bits (when C3[TNEAREF_MARK] is 0) or 32 bits (when C3[TNEAREF_MARK] is 1) remaining to transmit
#1
RNFULLF
Receive FIFO nearly full flag
3
1
read-only
0
Receive FIFO has received less than 48 bits (when C3[RNFULLF_MARK] is 0) or less than 32 bits (when C3[RNFULLF_MARK] is 1)
#0
1
Receive FIFO has received data of an amount equal to or greater than 48 bits (when C3[RNFULLF_MARK] is 0) or 32 bits (when C3[RNFULLF_MARK] is 1)
#1
MODF
Master Mode Fault Flag
4
1
read-only
0
No mode fault error
#0
1
Mode fault error detected
#1
SPTEF
SPI Transmit Buffer Empty Flag (when FIFO is not supported or not enabled) or SPI transmit FIFO empty flag (when FIFO is supported and enabled)
5
1
read-only
0
SPI transmit buffer not empty (when FIFOMODE is not present or is 0) or SPI FIFO not empty (when FIFOMODE is 1)
#0
1
SPI transmit buffer empty (when FIFOMODE is not present or is 0) or SPI FIFO empty (when FIFOMODE is 1)
#1
SPMF
SPI Match Flag
6
1
read-write
0
Value in the receive data buffer does not match the value in the MH:ML registers
#0
1
Value in the receive data buffer matches the value in the MH:ML registers
#1
SPRF
SPI Read Buffer Full Flag (when FIFO is not supported or not enabled) or SPI read FIFO FULL flag (when FIFO is supported and enabled)
7
1
read-only
0
No data available in the receive data buffer (when FIFOMODE is not present or is 0) or Read FIFO is not full (when FIFOMODE is 1)
#0
1
Data available in the receive data buffer (when FIFOMODE is not present or is 0) or Read FIFO is full (when FIFOMODE is 1)
#1
BR
SPI Baud Rate Register
0x1
8
read-write
0
0xFF
SPR
SPI Baud Rate Divisor
0
4
read-write
0000
Baud rate divisor is 2.
#0000
0001
Baud rate divisor is 4.
#0001
0010
Baud rate divisor is 8.
#0010
0011
Baud rate divisor is 16.
#0011
0100
Baud rate divisor is 32.
#0100
0101
Baud rate divisor is 64.
#0101
0110
Baud rate divisor is 128.
#0110
0111
Baud rate divisor is 256.
#0111
1000
Baud rate divisor is 512.
#1000
SPPR
SPI Baud Rate Prescale Divisor
4
3
read-write
000
Baud rate prescaler divisor is 1.
#000
001
Baud rate prescaler divisor is 2.
#001
010
Baud rate prescaler divisor is 3.
#010
011
Baud rate prescaler divisor is 4.
#011
100
Baud rate prescaler divisor is 5.
#100
101
Baud rate prescaler divisor is 6.
#101
110
Baud rate prescaler divisor is 7.
#110
111
Baud rate prescaler divisor is 8.
#111
C2
SPI Control Register 2
0x2
8
read-write
0
0xFF
SPC0
SPI Pin Control 0
0
1
read-write
0
SPI uses separate pins for data input and data output (pin mode is normal). In master mode of operation: MISO is master in and MOSI is master out. In slave mode of operation: MISO is slave out and MOSI is slave in.
#0
1
SPI configured for single-wire bidirectional operation (pin mode is bidirectional). In master mode of operation: MISO is not used by SPI; MOSI is master in when BIDIROE is 0 or master I/O when BIDIROE is 1. In slave mode of operation: MISO is slave in when BIDIROE is 0 or slave I/O when BIDIROE is 1; MOSI is not used by SPI.
#1
SPISWAI
SPI Stop in Wait Mode
1
1
read-write
0
SPI clocks continue to operate in Wait mode.
#0
1
SPI clocks stop when the MCU enters Wait mode.
#1
RXDMAE
Receive DMA enable
2
1
read-write
0
DMA request for receive is disabled and interrupt from SPRF is allowed
#0
1
DMA request for receive is enabled and interrupt from SPRF is disabled
#1
BIDIROE
Bidirectional Mode Output Enable
3
1
read-write
0
Output driver disabled so SPI data I/O pin acts as an input
#0
1
SPI I/O pin enabled as an output
#1
MODFEN
Master Mode-Fault Function Enable
4
1
read-write
0
Mode fault function disabled, master SS pin reverts to general-purpose I/O not controlled by SPI
#0
1
Mode fault function enabled, master SS pin acts as the mode fault input or the slave select output
#1
TXDMAE
Transmit DMA enable
5
1
read-write
0
DMA request for transmit is disabled and interrupt from SPTEF is allowed
#0
1
DMA request for transmit is enabled and interrupt from SPTEF is disabled
#1
SPIMODE
SPI 8-bit or 16-bit mode
6
1
read-write
0
8-bit SPI shift register, match register, and buffers
#0
1
16-bit SPI shift register, match register, and buffers
#1
SPMIE
SPI Match Interrupt Enable
7
1
read-write
0
Interrupts from SPMF inhibited (use polling)
#0
1
When SPMF is 1, requests a hardware interrupt
#1
C1
SPI Control Register 1
0x3
8
read-write
0x4
0xFF
LSBFE
LSB First (shifter direction)
0
1
read-write
0
SPI serial data transfers start with the most significant bit.
#0
1
SPI serial data transfers start with the least significant bit.
#1
SSOE
Slave Select Output Enable
1
1
read-write
0
When C2[MODFEN] is 0: In master mode, SS pin function is general-purpose I/O (not SPI). In slave mode, SS pin function is slave select input. When C2[MODFEN] is 1: In master mode, SS pin function is SS input for mode fault. In slave mode, SS pin function is slave select input.
#0
1
When C2[MODFEN] is 0: In master mode, SS pin function is general-purpose I/O (not SPI). In slave mode, SS pin function is slave select input. When C2[MODFEN] is 1: In master mode, SS pin function is automatic SS output. In slave mode: SS pin function is slave select input.
#1
CPHA
Clock Phase
2
1
read-write
0
First edge on SPSCK occurs at the middle of the first cycle of a data transfer.
#0
1
First edge on SPSCK occurs at the start of the first cycle of a data transfer.
#1
CPOL
Clock Polarity
3
1
read-write
0
Active-high SPI clock (idles low)
#0
1
Active-low SPI clock (idles high)
#1
MSTR
Master/Slave Mode Select
4
1
read-write
0
SPI module configured as a slave SPI device
#0
1
SPI module configured as a master SPI device
#1
SPTIE
SPI Transmit Interrupt Enable
5
1
read-write
0
Interrupts from SPTEF inhibited (use polling)
#0
1
When SPTEF is 1, hardware interrupt requested
#1
SPE
SPI System Enable
6
1
read-write
0
SPI system inactive
#0
1
SPI system enabled
#1
SPIE
SPI Interrupt Enable: for SPRF and MODF (when FIFO is not supported or not enabled) or for read FIFO (when FIFO is supported and enabled)
7
1
read-write
0
Interrupts from SPRF and MODF are inhibited-use polling (when FIFOMODE is not present or is 0) or Read FIFO Full Interrupts are disabled (when FIFOMODE is 1)
#0
1
Request a hardware interrupt when SPRF or MODF is 1 (when FIFOMODE is not present or is 0) or Read FIFO Full Interrupts are enabled (when FIFOMODE is 1)
#1
ML
SPI Match Register low
0x4
8
read-write
0
0xFF
Bits
Hardware compare value (low byte)
0
8
read-write
MH
SPI match register high
0x5
8
read-write
0
0xFF
Bits
Hardware compare value (high byte)
0
8
read-write
DL
SPI Data Register low
0x6
8
read-write
0
0xFF
Bits
Data (low byte)
0
8
read-write
DH
SPI data register high
0x7
8
read-write
0
0xFF
Bits
Data (high byte)
0
8
read-write
CI
SPI clear interrupt register
0xA
8
read-write
0
0xFF
SPRFCI
Receive FIFO full flag clear interrupt
0
1
write-only
SPTEFCI
Transmit FIFO empty flag clear interrupt
1
1
write-only
RNFULLFCI
Receive FIFO nearly full flag clear interrupt
2
1
write-only
TNEAREFCI
Transmit FIFO nearly empty flag clear interrupt
3
1
write-only
RXFOF
Receive FIFO overflow flag
4
1
read-only
0
Receive FIFO overflow condition has not occurred
#0
1
Receive FIFO overflow condition occurred
#1
TXFOF
Transmit FIFO overflow flag
5
1
read-only
0
Transmit FIFO overflow condition has not occurred
#0
1
Transmit FIFO overflow condition occurred
#1
RXFERR
Receive FIFO error flag
6
1
read-only
0
No receive FIFO error occurred
#0
1
A receive FIFO error occurred
#1
TXFERR
Transmit FIFO error flag
7
1
read-only
0
No transmit FIFO error occurred
#0
1
A transmit FIFO error occurred
#1
C3
SPI control register 3
0xB
8
read-write
0
0xFF
FIFOMODE
FIFO mode enable
0
1
read-write
0
Buffer mode disabled
#0
1
Data available in the receive data buffer
#1
RNFULLIEN
Receive FIFO nearly full interrupt enable
1
1
read-write
0
No interrupt upon RNFULLF being set
#0
1
Enable interrupts upon RNFULLF being set
#1
TNEARIEN
Transmit FIFO nearly empty interrupt enable
2
1
read-write
0
No interrupt upon TNEAREF being set
#0
1
Enable interrupts upon TNEAREF being set
#1
INTCLR
Interrupt clearing mechanism select
3
1
read-write
0
These interrupts are cleared when the corresponding flags are cleared depending on the state of the FIFOs
#0
1
These interrupts are cleared by writing the corresponding bits in the CI register
#1
RNFULLF_MARK
Receive FIFO nearly full watermark
4
1
read-write
0
RNFULLF is set when the receive FIFO has 48 bits or more
#0
1
RNFULLF is set when the receive FIFO has 32 bits or more
#1
TNEAREF_MARK
Transmit FIFO nearly empty watermark
5
1
read-write
0
TNEAREF is set when the transmit FIFO has 16 bits or less
#0
1
TNEAREF is set when the transmit FIFO has 32 bits or less
#1
LLWU
Low leakage wakeup unit
LLWU_
0x4007C000
0
0xA
registers
LLWU
7
PE1
LLWU Pin Enable 1 register
0
8
read-write
0
0xFF
WUPE0
Wakeup Pin Enable For LLWU_P0
0
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE1
Wakeup Pin Enable For LLWU_P1
2
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE2
Wakeup Pin Enable For LLWU_P2
4
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE3
Wakeup Pin Enable For LLWU_P3
6
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
PE2
LLWU Pin Enable 2 register
0x1
8
read-write
0
0xFF
WUPE4
Wakeup Pin Enable For LLWU_P4
0
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE5
Wakeup Pin Enable For LLWU_P5
2
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE6
Wakeup Pin Enable For LLWU_P6
4
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE7
Wakeup Pin Enable For LLWU_P7
6
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
PE3
LLWU Pin Enable 3 register
0x2
8
read-write
0
0xFF
WUPE8
Wakeup Pin Enable For LLWU_P8
0
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE9
Wakeup Pin Enable For LLWU_P9
2
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE10
Wakeup Pin Enable For LLWU_P10
4
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE11
Wakeup Pin Enable For LLWU_P11
6
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
PE4
LLWU Pin Enable 4 register
0x3
8
read-write
0
0xFF
WUPE12
Wakeup Pin Enable For LLWU_P12
0
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE13
Wakeup Pin Enable For LLWU_P13
2
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE14
Wakeup Pin Enable For LLWU_P14
4
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
WUPE15
Wakeup Pin Enable For LLWU_P15
6
2
read-write
00
External input pin disabled as wakeup input
#00
01
External input pin enabled with rising edge detection
#01
10
External input pin enabled with falling edge detection
#10
11
External input pin enabled with any change detection
#11
ME
LLWU Module Enable register
0x4
8
read-write
0
0xFF
WUME0
Wakeup Module Enable For Module 0
0
1
read-write
0
Internal module flag not used as wakeup source
#0
1
Internal module flag used as wakeup source
#1
WUME1
Wakeup Module Enable for Module 1
1
1
read-write
0
Internal module flag not used as wakeup source
#0
1
Internal module flag used as wakeup source
#1
WUME2
Wakeup Module Enable For Module 2
2
1
read-write
0
Internal module flag not used as wakeup source
#0
1
Internal module flag used as wakeup source
#1
WUME3
Wakeup Module Enable For Module 3
3
1
read-write
0
Internal module flag not used as wakeup source
#0
1
Internal module flag used as wakeup source
#1
WUME4
Wakeup Module Enable For Module 4
4
1
read-write
0
Internal module flag not used as wakeup source
#0
1
Internal module flag used as wakeup source
#1
WUME5
Wakeup Module Enable For Module 5
5
1
read-write
0
Internal module flag not used as wakeup source
#0
1
Internal module flag used as wakeup source
#1
WUME6
Wakeup Module Enable For Module 6
6
1
read-write
0
Internal module flag not used as wakeup source
#0
1
Internal module flag used as wakeup source
#1
WUME7
Wakeup Module Enable For Module 7
7
1
read-write
0
Internal module flag not used as wakeup source
#0
1
Internal module flag used as wakeup source
#1
F1
LLWU Flag 1 register
0x5
8
read-write
0
0xFF
WUF0
Wakeup Flag For LLWU_P0
0
1
read-write
0
LLWU_P0 input was not a wakeup source
#0
1
LLWU_P0 input was a wakeup source
#1
WUF1
Wakeup Flag For LLWU_P1
1
1
read-write
0
LLWU_P1 input was not a wakeup source
#0
1
LLWU_P1 input was a wakeup source
#1
WUF2
Wakeup Flag For LLWU_P2
2
1
read-write
0
LLWU_P2 input was not a wakeup source
#0
1
LLWU_P2 input was a wakeup source
#1
WUF3
Wakeup Flag For LLWU_P3
3
1
read-write
0
LLWU_P3 input was not a wake-up source
#0
1
LLWU_P3 input was a wake-up source
#1
WUF4
Wakeup Flag For LLWU_P4
4
1
read-write
0
LLWU_P4 input was not a wakeup source
#0
1
LLWU_P4 input was a wakeup source
#1
WUF5
Wakeup Flag For LLWU_P5
5
1
read-write
0
LLWU_P5 input was not a wakeup source
#0
1
LLWU_P5 input was a wakeup source
#1
WUF6
Wakeup Flag For LLWU_P6
6
1
read-write
0
LLWU_P6 input was not a wakeup source
#0
1
LLWU_P6 input was a wakeup source
#1
WUF7
Wakeup Flag For LLWU_P7
7
1
read-write
0
LLWU_P7 input was not a wakeup source
#0
1
LLWU_P7 input was a wakeup source
#1
F2
LLWU Flag 2 register
0x6
8
read-write
0
0xFF
WUF8
Wakeup Flag For LLWU_P8
0
1
read-write
0
LLWU_P8 input was not a wakeup source
#0
1
LLWU_P8 input was a wakeup source
#1
WUF9
Wakeup Flag For LLWU_P9
1
1
read-write
0
LLWU_P9 input was not a wakeup source
#0
1
LLWU_P9 input was a wakeup source
#1
WUF10
Wakeup Flag For LLWU_P10
2
1
read-write
0
LLWU_P10 input was not a wakeup source
#0
1
LLWU_P10 input was a wakeup source
#1
WUF11
Wakeup Flag For LLWU_P11
3
1
read-write
0
LLWU_P11 input was not a wakeup source
#0
1
LLWU_P11 input was a wakeup source
#1
WUF12
Wakeup Flag For LLWU_P12
4
1
read-write
0
LLWU_P12 input was not a wakeup source
#0
1
LLWU_P12 input was a wakeup source
#1
WUF13
Wakeup Flag For LLWU_P13
5
1
read-write
0
LLWU_P13 input was not a wakeup source
#0
1
LLWU_P13 input was a wakeup source
#1
WUF14
Wakeup Flag For LLWU_P14
6
1
read-write
0
LLWU_P14 input was not a wakeup source
#0
1
LLWU_P14 input was a wakeup source
#1
WUF15
Wakeup Flag For LLWU_P15
7
1
read-write
0
LLWU_P15 input was not a wakeup source
#0
1
LLWU_P15 input was a wakeup source
#1
F3
LLWU Flag 3 register
0x7
8
read-only
0
0xFF
MWUF0
Wakeup flag For module 0
0
1
read-only
0
Module 0 input was not a wakeup source
#0
1
Module 0 input was a wakeup source
#1
MWUF1
Wakeup flag For module 1
1
1
read-only
0
Module 1 input was not a wakeup source
#0
1
Module 1 input was a wakeup source
#1
MWUF2
Wakeup flag For module 2
2
1
read-only
0
Module 2 input was not a wakeup source
#0
1
Module 2 input was a wakeup source
#1
MWUF3
Wakeup flag For module 3
3
1
read-only
0
Module 3 input was not a wakeup source
#0
1
Module 3 input was a wakeup source
#1
MWUF4
Wakeup flag For module 4
4
1
read-only
0
Module 4 input was not a wakeup source
#0
1
Module 4 input was a wakeup source
#1
MWUF5
Wakeup flag For module 5
5
1
read-only
0
Module 5 input was not a wakeup source
#0
1
Module 5 input was a wakeup source
#1
MWUF6
Wakeup flag For module 6
6
1
read-only
0
Module 6 input was not a wakeup source
#0
1
Module 6 input was a wakeup source
#1
MWUF7
Wakeup flag For module 7
7
1
read-only
0
Module 7 input was not a wakeup source
#0
1
Module 7 input was a wakeup source
#1
FILT1
LLWU Pin Filter 1 register
0x8
8
read-write
0
0xFF
FILTSEL
Filter Pin Select
0
4
read-write
0000
Select LLWU_P0 for filter
#0000
1111
Select LLWU_P15 for filter
#1111
FILTE
Digital Filter On External Pin
5
2
read-write
00
Filter disabled
#00
01
Filter posedge detect enabled
#01
10
Filter negedge detect enabled
#10
11
Filter any edge detect enabled
#11
FILTF
Filter Detect Flag
7
1
read-write
0
Pin Filter 1 was not a wakeup source
#0
1
Pin Filter 1 was a wakeup source
#1
FILT2
LLWU Pin Filter 2 register
0x9
8
read-write
0
0xFF
FILTSEL
Filter Pin Select
0
4
read-write
0000
Select LLWU_P0 for filter
#0000
1111
Select LLWU_P15 for filter
#1111
FILTE
Digital Filter On External Pin
5
2
read-write
00
Filter disabled
#00
01
Filter posedge detect enabled
#01
10
Filter negedge detect enabled
#10
11
Filter any edge detect enabled
#11
FILTF
Filter Detect Flag
7
1
read-write
0
Pin Filter 2 was not a wakeup source
#0
1
Pin Filter 2 was a wakeup source
#1
PMC
Power Management Controller
PMC_
0x4007D000
0
0x3
registers
LVD_LVW
6
LVDSC1
Low Voltage Detect Status And Control 1 register
0
8
read-write
0x10
0xFF
LVDV
Low-Voltage Detect Voltage Select
0
2
read-write
00
Low trip point selected (V LVD = V LVDL )
#00
01
High trip point selected (V LVD = V LVDH )
#01
LVDRE
Low-Voltage Detect Reset Enable
4
1
read-write
0
LVDF does not generate hardware resets
#0
1
Force an MCU reset when LVDF = 1
#1
LVDIE
Low-Voltage Detect Interrupt Enable
5
1
read-write
0
Hardware interrupt disabled (use polling)
#0
1
Request a hardware interrupt when LVDF = 1
#1
LVDACK
Low-Voltage Detect Acknowledge
6
1
write-only
LVDF
Low-Voltage Detect Flag
7
1
read-only
0
Low-voltage event not detected
#0
1
Low-voltage event detected
#1
LVDSC2
Low Voltage Detect Status And Control 2 register
0x1
8
read-write
0
0xFF
LVWV
Low-Voltage Warning Voltage Select
0
2
read-write
00
Low trip point selected (VLVW = VLVW1)
#00
01
Mid 1 trip point selected (VLVW = VLVW2)
#01
10
Mid 2 trip point selected (VLVW = VLVW3)
#10
11
High trip point selected (VLVW = VLVW4)
#11
LVWIE
Low-Voltage Warning Interrupt Enable
5
1
read-write
0
Hardware interrupt disabled (use polling)
#0
1
Request a hardware interrupt when LVWF = 1
#1
LVWACK
Low-Voltage Warning Acknowledge
6
1
write-only
LVWF
Low-Voltage Warning Flag
7
1
read-only
0
Low-voltage warning event not detected
#0
1
Low-voltage warning event detected
#1
REGSC
Regulator Status And Control register
0x2
8
read-write
0x4
0xFF
BGBE
Bandgap Buffer Enable
0
1
read-write
0
Bandgap buffer not enabled
#0
1
Bandgap buffer enabled
#1
REGONS
Regulator In Run Regulation Status
2
1
read-only
0
Regulator is in stop regulation or in transition to/from it
#0
1
Regulator is in run regulation
#1
ACKISO
Acknowledge Isolation
3
1
read-write
0
Peripherals and I/O pads are in normal run state.
#0
1
Certain peripherals and I/O pads are in an isolated and latched state.
#1
BGEN
Bandgap Enable In VLPx Operation
4
1
read-write
0
Bandgap voltage reference is disabled in VLPx , LLS , and VLLSx modes.
#0
1
Bandgap voltage reference is enabled in VLPx , LLS , and VLLSx modes.
#1
SMC
System Mode Controller
SMC_
0x4007E000
0
0x4
registers
PMPROT
Power Mode Protection register
0
8
read-write
0
0xFF
AVLLS
Allow Very-Low-Leakage Stop Mode
1
1
read-write
0
Any VLLSx mode is not allowed
#0
1
Any VLLSx mode is allowed
#1
ALLS
Allow Low-Leakage Stop Mode
3
1
read-write
0
LLS is not allowed
#0
1
LLS is allowed
#1
AVLP
Allow Very-Low-Power Modes
5
1
read-write
0
VLPR, VLPW, and VLPS are not allowed.
#0
1
VLPR, VLPW, and VLPS are allowed.
#1
PMCTRL
Power Mode Control register
0x1
8
read-write
0
0xFF
STOPM
Stop Mode Control
0
3
read-write
000
Normal Stop (STOP)
#000
010
Very-Low-Power Stop (VLPS)
#010
011
Low-Leakage Stop (LLS)
#011
100
Very-Low-Leakage Stop (VLLSx)
#100
110
Reseved
#110
STOPA
Stop Aborted
3
1
read-only
0
The previous stop mode entry was successsful.
#0
1
The previous stop mode entry was aborted.
#1
RUNM
Run Mode Control
5
2
read-write
00
Normal Run mode (RUN)
#00
10
Very-Low-Power Run mode (VLPR)
#10
STOPCTRL
Stop Control Register
0x2
8
read-write
0x3
0xFF
VLLSM
VLLS Mode Control
0
3
read-write
000
VLLS0
#000
001
VLLS1
#001
011
VLLS3
#011
PORPO
POR Power Option
5
1
read-write
0
POR detect circuit is enabled in VLLS0
#0
1
POR detect circuit is disabled in VLLS0
#1
PSTOPO
Partial Stop Option
6
2
read-write
00
STOP - Normal Stop mode
#00
01
PSTOP1 - Partial Stop with both system and bus clocks disabled
#01
10
PSTOP2 - Partial Stop with system clock disabled and bus clock enabled
#10
PMSTAT
Power Mode Status register
0x3
8
read-only
0x1
0xFF
PMSTAT
When debug is enabled, the PMSTAT will not update to STOP or VLPS When a PSTOP mode is enabled, the PMSTAT will not update to STOP or VLPS
0
7
read-only
RCM
Reset Control Module
RCM_
0x4007F000
0
0x6
registers
SRS0
System Reset Status Register 0
0
8
read-only
0x82
0xFF
WAKEUP
Low Leakage Wakeup Reset
0
1
read-only
0
Reset not caused by LLWU module wakeup source
#0
1
Reset caused by LLWU module wakeup source
#1
LVD
Low-Voltage Detect Reset
1
1
read-only
0
Reset not caused by LVD trip or POR
#0
1
Reset caused by LVD trip or POR
#1
LOC
Loss-of-Clock Reset
2
1
read-only
0
Reset not caused by a loss of external clock.
#0
1
Reset caused by a loss of external clock.
#1
LOL
Loss-of-Lock Reset
3
1
read-only
0
Reset not caused by a loss of lock in the PLL
#0
1
Reset caused by a loss of lock in the PLL
#1
WDOG
Watchdog
5
1
read-only
0
Reset not caused by watchdog timeout
#0
1
Reset caused by watchdog timeout
#1
PIN
External Reset Pin
6
1
read-only
0
Reset not caused by external reset pin
#0
1
Reset caused by external reset pin
#1
POR
Power-On Reset
7
1
read-only
0
Reset not caused by POR
#0
1
Reset caused by POR
#1
SRS1
System Reset Status Register 1
0x1
8
read-only
0
0xFF
LOCKUP
Core Lockup
1
1
read-only
0
Reset not caused by core LOCKUP event
#0
1
Reset caused by core LOCKUP event
#1
SW
Software
2
1
read-only
0
Reset not caused by software setting of SYSRESETREQ bit
#0
1
Reset caused by software setting of SYSRESETREQ bit
#1
MDM_AP
MDM-AP System Reset Request
3
1
read-only
0
Reset not caused by host debugger system setting of the System Reset Request bit
#0
1
Reset caused by host debugger system setting of the System Reset Request bit
#1
SACKERR
Stop Mode Acknowledge Error Reset
5
1
read-only
0
Reset not caused by peripheral failure to acknowledge attempt to enter stop mode
#0
1
Reset caused by peripheral failure to acknowledge attempt to enter stop mode
#1
RPFC
Reset Pin Filter Control register
0x4
8
read-write
0
0xFF
RSTFLTSRW
Reset Pin Filter Select in Run and Wait Modes
0
2
read-write
00
All filtering disabled
#00
01
Bus clock filter enabled for normal operation
#01
10
LPO clock filter enabled for normal operation
#10
RSTFLTSS
Reset Pin Filter Select in Stop Mode
2
1
read-write
0
All filtering disabled
#0
1
LPO clock filter enabled
#1
RPFW
Reset Pin Filter Width register
0x5
8
read-write
0
0xFF
RSTFLTSEL
Reset Pin Filter Bus Clock Select
0
5
read-write
00000
Bus clock filter count is 1
#00000
00001
Bus clock filter count is 2
#00001
00010
Bus clock filter count is 3
#00010
00011
Bus clock filter count is 4
#00011
00100
Bus clock filter count is 5
#00100
00101
Bus clock filter count is 6
#00101
00110
Bus clock filter count is 7
#00110
00111
Bus clock filter count is 8
#00111
01000
Bus clock filter count is 9
#01000
01001
Bus clock filter count is 10
#01001
01010
Bus clock filter count is 11
#01010
01011
Bus clock filter count is 12
#01011
01100
Bus clock filter count is 13
#01100
01101
Bus clock filter count is 14
#01101
01110
Bus clock filter count is 15
#01110
01111
Bus clock filter count is 16
#01111
10000
Bus clock filter count is 17
#10000
10001
Bus clock filter count is 18
#10001
10010
Bus clock filter count is 19
#10010
10011
Bus clock filter count is 20
#10011
10100
Bus clock filter count is 21
#10100
10101
Bus clock filter count is 22
#10101
10110
Bus clock filter count is 23
#10110
10111
Bus clock filter count is 24
#10111
11000
Bus clock filter count is 25
#11000
11001
Bus clock filter count is 26
#11001
11010
Bus clock filter count is 27
#11010
11011
Bus clock filter count is 28
#11011
11100
Bus clock filter count is 29
#11100
11101
Bus clock filter count is 30
#11101
11110
Bus clock filter count is 31
#11110
11111
Bus clock filter count is 32
#11111
GPIOA
General Purpose Input/Output
GPIO
GPIOA_
0x400FF000
0
0x18
registers
PORTA
30
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1
GPIOB
General Purpose Input/Output
GPIO
GPIOB_
0x400FF040
0
0x18
registers
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1
GPIOC
General Purpose Input/Output
GPIO
GPIOC_
0x400FF080
0
0x18
registers
PORTC_PORTD
31
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1
GPIOD
General Purpose Input/Output
GPIO
GPIOD_
0x400FF0C0
0
0x18
registers
PORTC_PORTD
31
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1
GPIOE
General Purpose Input/Output
GPIO
GPIOE_
0x400FF100
0
0x18
registers
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1
MTB
Micro Trace Buffer
MTB_
0xF0000000
0
0x1000
registers
POSITION
MTB Position Register
0
32
read-write
0
0x3
WRAP
This field is set to 1 automatically when the POINTER value wraps as determined by the MTB_MASTER[MASK] field in the MASTER Trace Control Register
2
1
read-write
POINTER
Trace Packet Address Pointer[28:0]
3
29
read-write
MASTER
MTB Master Register
0x4
32
read-write
0x80
0xFFFFFFE0
MASK
Mask
0
5
read-write
TSTARTEN
Trace Start Input Enable
5
1
read-write
TSTOPEN
Trace Stop Input Enable
6
1
read-write
SFRWPRIV
Special Function Register Write Privilege
7
1
read-write
RAMPRIV
RAM Privilege
8
1
read-write
HALTREQ
Halt Request
9
1
read-write
EN
Main Trace Enable
31
1
read-write
FLOW
MTB Flow Register
0x8
32
read-write
0
0x4
AUTOSTOP
If this field is 1 and WATERMARK is equal to MTB_POSITION[POINTER], then MTB_MASTER[EN] is automatically set to 0
0
1
read-write
AUTOHALT
If this field is 1 and WATERMARK is equal to MTB_POSITION[POINTER], then MTB_MASTER[HALTREQ] is automatically set to 1
1
1
read-write
WATERMARK
WATERMARK[28:0]
3
29
read-write
BASE
MTB Base Register
0xC
32
read-only
0
0
BASEADDR
This value is defined with a hardwired signal and the expression: 0x2000_0000 - (RAM_Size/4)
0
32
read-only
MODECTRL
Integration Mode Control Register
0xF00
32
read-only
0
0xFFFFFFFF
MODECTRL
Hardwired to 0x0000_0000
0
32
read-only
TAGSET
Claim TAG Set Register
0xFA0
32
read-only
0
0xFFFFFFFF
TAGSET
Hardwired to 0x0000_0000
0
32
read-only
TAGCLEAR
Claim TAG Clear Register
0xFA4
32
read-only
0
0xFFFFFFFF
TAGCLEAR
Hardwired to 0x0000_0000
0
32
read-only
LOCKACCESS
Lock Access Register
0xFB0
32
read-only
0
0xFFFFFFFF
LOCKACCESS
Hardwired to 0x0000_0000
0
32
read-only
LOCKSTAT
Lock Status Register
0xFB4
32
read-only
0
0xFFFFFFFF
LOCKSTAT
Hardwired to 0x0000_0000
0
32
read-only
AUTHSTAT
Authentication Status Register
0xFB8
32
read-only
0
0xFFFFFFFF
BIT0
Connected to DBGEN.
0
1
read-only
BIT1
Hardwired to 1.
1
1
read-only
BIT2
Connected to NIDEN or DBGEN signal.
2
1
read-only
BIT3
Hardwired to 1.
3
1
read-only
DEVICEARCH
Device Architecture Register
0xFBC
32
read-only
0x47700A31
0xFFFFFFFF
DEVICEARCH
Hardwired to 0x4770_0A31.
0
32
read-only
DEVICECFG
Device Configuration Register
0xFC8
32
read-only
0
0xFFFFFFFF
DEVICECFG
Hardwired to 0x0000_0000.
0
32
read-only
DEVICETYPID
Device Type Identifier Register
0xFCC
32
read-only
0x31
0xFFFFFFFF
DEVICETYPID
Hardwired to 0x0000_0031.
0
32
read-only
8
0x4
4,5,6,7,0,1,2,3
PERIPHID%s
Peripheral ID Register
0xFD0
32
read-only
0
0
PERIPHID
Peripheral ID4 is hardwired to 0x0000_0004; ID0 to 0x0000_0032; ID1 to 0x0000_00B9; ID2 to 0x0000_000B; and all the others to 0x0000_0000
0
32
read-only
4
0x4
0,1,2,3
COMPID%s
Component ID Register
0xFF0
32
read-only
0
0
COMPID
Component ID
0
32
read-only
MTBDWT
MTB data watchpoint and trace
MTBDWT_
0xF0001000
0
0x1000
registers
CTRL
MTB DWT Control Register
0
32
read-only
0x2F000000
0xFFFFFFFF
DWTCFGCTRL
DWT configuration controls
0
28
read-only
NUMCMP
Number of comparators
28
4
read-only
2
0x10
0,1
COMP%s
MTB_DWT Comparator Register
0x20
32
read-write
0
0xFFFFFFFF
COMP
Reference value for comparison
0
32
read-write
2
0x10
0,1
MASK%s
MTB_DWT Comparator Mask Register
0x24
32
read-write
0
0xFFFFFFFF
MASK
MASK
0
5
read-write
FCT0
MTB_DWT Comparator Function Register 0
0x28
32
read-write
0
0xFFFFFFFF
FUNCTION
Function
0
4
read-write
0000
Disabled.
#0000
0100
Instruction fetch.
#0100
0101
Data operand read.
#0101
0110
Data operand write.
#0110
0111
Data operand (read + write).
#0111
DATAVMATCH
Data Value Match
8
1
read-write
0
Perform address comparison.
#0
1
Perform data value comparison.
#1
DATAVSIZE
Data Value Size
10
2
read-write
00
Byte.
#00
01
Halfword.
#01
10
Word.
#10
11
Reserved. Any attempts to use this value results in UNPREDICTABLE behavior.
#11
DATAVADDR0
Data Value Address 0
12
4
read-write
MATCHED
Comparator match
24
1
read-only
0
No match.
#0
1
Match occurred.
#1
FCT1
MTB_DWT Comparator Function Register 1
0x38
32
read-write
0
0xFFFFFFFF
FUNCTION
Function
0
4
read-write
0000
Disabled.
#0000
0100
Instruction fetch.
#0100
0101
Data operand read.
#0101
0110
Data operand write.
#0110
0111
Data operand (read + write).
#0111
MATCHED
Comparator match
24
1
read-only
0
No match.
#0
1
Match occurred.
#1
TBCTRL
MTB_DWT Trace Buffer Control Register
0x200
32
read-write
0x20000000
0xFFFFFFFF
ACOMP0
Action based on Comparator 0 match
0
1
read-write
0
Trigger TSTOP based on the assertion of MTBDWT_FCT0[MATCHED].
#0
1
Trigger TSTART based on the assertion of MTBDWT_FCT0[MATCHED].
#1
ACOMP1
Action based on Comparator 1 match
1
1
read-write
0
Trigger TSTOP based on the assertion of MTBDWT_FCT1[MATCHED].
#0
1
Trigger TSTART based on the assertion of MTBDWT_FCT1[MATCHED].
#1
NUMCOMP
Number of Comparators
28
4
read-only
DEVICECFG
Device Configuration Register
0xFC8
32
read-only
0
0xFFFFFFFF
DEVICECFG
Hardwired to 0x0000_0000.
0
32
read-only
DEVICETYPID
Device Type Identifier Register
0xFCC
32
read-only
0x4
0xFFFFFFFF
DEVICETYPID
Hardwired to 0x0000_0004.
0
32
read-only
8
0x4
4,5,6,7,0,1,2,3
PERIPHID%s
Peripheral ID Register
0xFD0
32
read-only
0
0
PERIPHID
Peripheral ID1 is hardwired to 0x0000_00E0; ID2 to 0x0000_0008; and all the others to 0x0000_0000.
0
32
read-only
4
0x4
0,1,2,3
COMPID%s
Component ID Register
0xFF0
32
read-only
0
0
COMPID
Component ID
0
32
read-only
ROM
System ROM
ROM_
0xF0002000
0
0x1000
registers
3
0x4
0,1,2
ENTRY%s
Entry
0
32
read-only
0
0
ENTRY
ENTRY
0
32
read-only
TABLEMARK
End of Table Marker Register
0xC
32
read-only
0
0xFFFFFFFF
MARK
Hardwired to 0x0000_0000
0
32
read-only
SYSACCESS
System Access Register
0xFCC
32
read-only
0x1
0xFFFFFFFF
SYSACCESS
Hardwired to 0x0000_0001
0
32
read-only
8
0x4
4,5,6,7,0,1,2,3
PERIPHID%s
Peripheral ID Register
0xFD0
32
read-only
0
0
PERIPHID
Peripheral ID1 is hardwired to 0x0000_00E0; ID2 to 0x0000_0008; and all the others to 0x0000_0000.
0
32
read-only
4
0x4
0,1,2,3
COMPID%s
Component ID Register
0xFF0
32
read-only
0
0
COMPID
Component ID
0
32
read-only
MCM
Core Platform Miscellaneous Control Module
MCM_
0xF0003000
0x8
0x3C
registers
PLASC
Crossbar Switch (AXBS) Slave Configuration
0x8
16
read-only
0x7
0xFFFF
ASC
Each bit in the ASC field indicates whether there is a corresponding connection to the crossbar switch's slave input port.
0
8
read-only
0
A bus slave connection to AXBS input port n is absent.
#0
1
A bus slave connection to AXBS input port n is present.
#1
PLAMC
Crossbar Switch (AXBS) Master Configuration
0xA
16
read-only
0xD
0xFFFF
AMC
Each bit in the AMC field indicates whether there is a corresponding connection to the AXBS master input port.
0
8
read-only
0
A bus master connection to AXBS input port n is absent
#0
1
A bus master connection to AXBS input port n is present
#1
PLACR
Platform Control Register
0xC
32
read-write
0
0xFFFFFFFF
ARB
Arbitration select
9
1
read-write
0
Fixed-priority arbitration for the crossbar masters
#0
1
Round-robin arbitration for the crossbar masters
#1
CFCC
Clear Flash Controller Cache
10
1
write-only
DFCDA
Disable Flash Controller Data Caching
11
1
read-write
0
Enable flash controller data caching
#0
1
Disable flash controller data caching.
#1
DFCIC
Disable Flash Controller Instruction Caching
12
1
read-write
0
Enable flash controller instruction caching.
#0
1
Disable flash controller instruction caching.
#1
DFCC
Disable Flash Controller Cache
13
1
read-write
0
Enable flash controller cache.
#0
1
Disable flash controller cache.
#1
EFDS
Enable Flash Data Speculation
14
1
read-write
0
Disable flash data speculation.
#0
1
Enable flash data speculation.
#1
DFCS
Disable Flash Controller Speculation
15
1
read-write
0
Enable flash controller speculation.
#0
1
Disable flash controller speculation.
#1
ESFC
Enable Stalling Flash Controller
16
1
read-write
0
Disable stalling flash controller when flash is busy.
#0
1
Enable stalling flash controller when flash is busy.
#1
CPO
Compute Operation Control Register
0x40
32
read-write
0
0xFFFFFFFF
CPOREQ
Compute Operation Request
0
1
read-write
0
Request is cleared.
#0
1
Request Compute Operation.
#1
CPOACK
Compute Operation Acknowledge
1
1
read-only
0
Compute operation entry has not completed or compute operation exit has completed.
#0
1
Compute operation entry has completed or compute operation exit has not completed.
#1
CPOWOI
Compute Operation Wake-up on Interrupt
2
1
read-write
0
No effect.
#0
1
When set, the CPOREQ is cleared on any interrupt or exception vector fetch.
#1
FGPIOA
General Purpose Input/Output
FGPIO
FGPIOA_
0xF8000000
0
0x18
registers
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1
FGPIOB
General Purpose Input/Output
FGPIO
FGPIOB_
0xF8000040
0
0x18
registers
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1
FGPIOC
General Purpose Input/Output
FGPIO
FGPIOC_
0xF8000080
0
0x18
registers
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1
FGPIOD
General Purpose Input/Output
FGPIO
FGPIOD_
0xF80000C0
0
0x18
registers
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1
FGPIOE
General Purpose Input/Output
FGPIO
FGPIOE_
0xF8000100
0
0x18
registers
PDOR
Port Data Output Register
0
32
read-write
0
0xFFFFFFFF
PDO
Port Data Output
0
32
read-write
0
Logic level 0 is driven on pin, provided pin is configured for general-purpose output.
#0
1
Logic level 1 is driven on pin, provided pin is configured for general-purpose output.
#1
PSOR
Port Set Output Register
0x4
32
write-only
0
0xFFFFFFFF
PTSO
Port Set Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to logic 1.
#1
PCOR
Port Clear Output Register
0x8
32
write-only
0
0xFFFFFFFF
PTCO
Port Clear Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is cleared to logic 0.
#1
PTOR
Port Toggle Output Register
0xC
32
write-only
0
0xFFFFFFFF
PTTO
Port Toggle Output
0
32
write-only
0
Corresponding bit in PDORn does not change.
#0
1
Corresponding bit in PDORn is set to the inverse of its existing logic state.
#1
PDIR
Port Data Input Register
0x10
32
read-only
0
0xFFFFFFFF
PDI
Port Data Input
0
32
read-only
0
Pin logic level is logic 0, or is not configured for use by digital function.
#0
1
Pin logic level is logic 1.
#1
PDDR
Port Data Direction Register
0x14
32
read-write
0
0xFFFFFFFF
PDD
Port Data Direction
0
32
read-write
0
Pin is configured as general-purpose input, for the GPIO function.
#0
1
Pin is configured as general-purpose output, for the GPIO function.
#1