27.6.14 Pin Configuration n

There are up to 32 Pin Configuration registers in each PORT group, one for each I/O line.
Name: PINCFG[n]
Offset: 0x40 + n*0x01 [n=0..31]
Reset: 0x00
Property: PAC Write-Protection

Bit 76543210 
    SLEWLIM PULLENINENPMUXEN 
Access R/WR/WR/WR/W 
Reset 0000 

Bit 4 – SLEWLIM Output Driver Slew Rate Limit Enable

This bit enables the internal slew rate limit of an I/O pin configured as an output.
ValueDescription
0Output Driver Slew Rate Limit is disabled
1Output Driver Slew Rate Limit is enabled

Bit 2 – PULLEN Pull Enable

This bit enables the internal pull resistor of an I/O pin configured as an input.
ValueDescription
0The internal pull resistor is disabled, and the input is in a high-impedance configuration
1The internal pull resistor is enabled, and the input is driven to a defined logic level in the absence of external input

Bit 1 – INEN Input Buffer Enable

This bit controls the input buffer of an I/O pin configured as either an input or output.

Writing a ‘0’ to this bit disables the input buffer completely, preventing read-back of the physical pin state when the pin is configured as either an input or output.

ValueDescription
0The input buffer for the I/O pin is disabled, and the input value will not be sampled
1The input buffer for the I/O pin is enabled, and the input value will be sampled when required

Bit 0 – PMUXEN Peripheral Multiplexer Enable

This bit enables or disables the peripheral multiplexer selection set in the Peripheral Multiplexing register (PMUX[m]), allowing alternative peripheral control over an I/O pin's direction and output drive value.

Writing a ‘0’ to this bit allows the PORT to control the pad direction through the Data Direction register (DIR) and the output drive value through the Data Output Value register (OUT). The peripheral multiplexer value in PMUX[m] is ignored.

Writing a ‘1’ to this bit enables the peripheral selection in PMUX[m] to control the pad. In this configuration, the physical pin state can still be read from the Data Input Value register (IN) if PINCFG[n].INEN is ‘1’.

ValueDescription
0The peripheral multiplexer selection is disabled, and the PORT registers control the direction and output drive value
1The peripheral multiplexer selection is enabled, and the selected peripheral function controls the direction and output drive value