Pinmux Technical Specification
Overview
This document specifies the functionality of the pin multiplexer (pinmux
) peripheral.
This module conforms to the OpenTitan guideline for peripheral device functionality.
See that document for integration overview within the broader OpenTitan top level system.
The module provides a mechanism to reconfigure the peripheral-to-pin mapping at runtime, which greatly enhances the system flexibility.
In addition to that, the pinmux
also allows the user to control pad attributes (such as pull-up, pull-down, open-drain, drive-strength, keeper and inversion), and it contains features that facilitate low-power modes of the system.
For example, the sleep behavior of each pad can be programmed individually, and the module contains additional pattern detectors that can listen on any IO and wake up the system if a specific pattern has been detected.
Features
-
Configurable number of chip bidirectional IOs
-
Configurable number of peripheral inputs and outputs
-
Programmable mapping from peripheral outputs (and output enables) to top-level outputs (and output enables)
-
Programmable mapping from top-level inputs to peripheral inputs
-
Programmable control of chip pad attributes like output drive-strength, pull-up, pull-down and virtual open-drain
-
Programmable pattern detectors to detect wakeup conditions during sleep mode
-
Programmable sleep mode behavior
-
Support for life-cycle-based JTAG (TAP) isolation and muxing
Theory of Operations
Block Diagram and Overview
The pinmux
peripheral is a programmable module designed to wire arbitrary peripheral inputs and outputs to arbitrary multiplexable chip bidirectional pins.
It gives much flexibility at the top level of the device, allowing most data pins to be flexibly wired and controlled by many peripherals.
Even though the pinmux
is referred to as one IP, it is logically split into two modules that are instantiated on the top-level and the chip-level, respectively, as can be seen in the block diagram below.
The top-level module pinmux
contains the CSRs accessible via the TL-UL interface, the main muxing matrix, retention registers, a set of programmable wakeup detectors, and the HW strap sampling and TAP / JTAG muxing logic.
The chip-level module padring
instantiates the bidirectional pads and connects the physical pad attributes.
MIO and DIO Signal Categories
The pinmux
supports two different IO signal categories:
Muxed IO (MIO) signals that are routed through the pinmux
matrix, and dedicated IO (DIO) signals that bypass the pinmux
matrix.
This distinction is useful for accommodating IO signals that are timing critical or that must have a fixed IO mapping for another reason.
Note that although DIO signals are not routed through the pinmux
matrix, they are still connected to the retention logic and the wakeup detectors (see next section below).
The number of available peripheral IOs, pads, and their assignment to the MIO / DIO categories is done at design time as part of the top-level configuration.
This configurability is achieved by representing inputs / outputs as packed arrays, in combination with the SystemVerilog parameters NPeriphIn
, NPeriphOut
, NMioPads
and NDioPads
.
Note however that the register file is also affected by this configuration and needs to be regenerated for each design instance.
It is assumed that all available pins that the pinmux
connects to are bidirectional, controlled by logic within this module.
By default, all muxed peripheral inputs are tied to zero.
Further, all output enables are set to zero, which essentially causes all pads to be in high-Z state after reset.
In addition to wiring programmability, each muxed peripheral input can be set constantly to 0 or 1, and each muxed chip output can be set constantly to 0, 1 or high-Z.
See the muxing matrix section for more details about the mux implementation.
Retention and Wakeup Features
The retention logic allows SW to specify a certain behavior during sleep for each muxed and dedicated output. Legal behaviors are tie low, tie high, high-Z, keeping the previous state, or driving the current value (useful for peripherals that are always on).
The wakeup detectors can detect patterns such as rising / falling edges and pulses of a certain width up to 255 AON clock cycles.
Each wakeup detector can listen on any one of the MIO / DIO signals that are routed through the pinmux
, and if a pattern is detected, the power manager is informed of that event via a wakeup request.
The pinmux
module itself is in the always-on (AON) power domain, and as such does not loose configuration state when a sleep power cycle is performed.
However, only the wakeup detector logic will be actively clocked during sleep in order to save power.
See the retention logic and wakeup detectors sections for more details about the mux implementation.
Test and Debug Access
The hardware strap sampling and TAP isolation logic provides test and debug access to the chip during specific life cycle states. This mechanism is explained in more detail in the strap sampling and TAP isolation section.
Pad Attributes
Additional pad-specific features such as inversion, pull-up, pull-down, virtual open-drain, drive-strength and input/output inversion etc. can be exercise via the pad attribute CSRs.
The pinmux
module supports a comprehensive set of such pad attributes, but it is permissible that some of them may not be supported by the underlying pad implementation.
For example, certain ASIC libraries may not provide open-drain outputs, and FPGAs typically do not allow all of these attributes to be programmed dynamically at runtime.
See the generic pad wrapper section below for more details.
Note that static pad attributes for FPGAs are currently not covered in this specification.
Hardware Interfaces
Referring to the Comportable guideline for peripheral device functionality, the module pinmux
has the following hardware interfaces defined.
Primary Clock: clk_i
Other Clocks: clk_aon_i
Bus Device Interfaces (TL-UL): tl
Bus Host Interfaces (TL-UL): none
Peripheral Pins for Chip IO: none
Inter-Module Signals: Reference
Port Name | Package::Struct | Type | Act | Width | Description |
---|---|---|---|---|---|
lc_hw_debug_en | lc_ctrl_pkg::lc_tx | uni | rcv | 1 | Debug enable qualifier coming from life cycle controller, used for HW strap qualification. |
lc_dft_en | lc_ctrl_pkg::lc_tx | uni | rcv | 1 | Test enable qualifier coming from life cycle controller, used for HW strap qualification. |
lc_escalate_en | lc_ctrl_pkg::lc_tx | uni | rcv | 1 | Escalation enable signal coming from life cycle controller, used for invalidating the latched lc_hw_debug_en state inside the strap sampling logic. |
lc_check_byp_en | lc_ctrl_pkg::lc_tx | uni | rcv | 1 | Check bypass enable signal coming from life cycle controller, used for invalidating the latched lc_hw_debug_en state inside the strap sampling logic. This signal is asserted whenever the life cycle controller performs a life cycle transition. Its main use is to skip any background checks inside the life cycle partition of the OTP controller while a life cycle transition is in progress. |
pinmux_hw_debug_en | lc_ctrl_pkg::lc_tx | uni | req | 1 | This is the latched version of lc_hw_debug_en_i. We use it exclusively to gate the JTAG signals and TAP side of the RV_DM so that RV_DM can remain live during an NDM reset cycle. |
lc_jtag | jtag_pkg::jtag | req_rsp | req | 1 | Qualified JTAG signals for life cycle controller TAP. |
rv_jtag | jtag_pkg::jtag | req_rsp | req | 1 | Qualified JTAG signals for RISC-V processor TAP. |
dft_jtag | jtag_pkg::jtag | req_rsp | req | 1 | Qualified JTAG signals for DFT TAP. |
dft_strap_test | pinmux_pkg::dft_strap_test_req | uni | req | 1 | Sampled DFT strap values, going to the DFT TAP. |
dft_hold_tap_sel | logic | uni | rcv | 1 | TAP selection hold indication, asserted by the DFT TAP during boundary scan. |
sleep_en | logic | uni | rcv | 1 | Level signal that is asserted when the power manager enters sleep. |
strap_en | logic | uni | rcv | 1 | This signal is pulsed high by the power manager after reset in order to sample the HW straps. |
pin_wkup_req | logic | uni | req | 1 | Wakeup request from wakeup detectors, to the power manager, running on the AON clock. |
usbdev_dppullup_en | logic | uni | rcv | 1 | Pullup enable signal coming from the USB IP. |
usbdev_dnpullup_en | logic | uni | rcv | 1 | Pullup enable signal coming from the USB IP. |
usb_dppullup_en | logic | uni | req | 1 | Pullup enable signal going to USB PHY, needs to be maintained in low-power mode. |
usb_dnpullup_en | logic | uni | req | 1 | Pullup enable signal going to USB PHY, needs to be maintained in low-power mode. |
usb_wkup_req | logic | uni | req | 1 | Wakeup request from USB wakeup detector, going to the power manager, running on the AON clock. |
usbdev_suspend_req | logic | uni | rcv | 1 | Indicates whether USB is in suspended state, coming from the USB device. |
usbdev_wake_ack | logic | uni | rcv | 1 | Acknowledges the USB wakeup request, coming from the USB device. |
usbdev_bus_reset | logic | uni | req | 1 | Event signal that indicates what happened while monitoring. |
usbdev_sense_lost | logic | uni | req | 1 | Event signal that indicates what happened while monitoring. |
usbdev_wake_detect_active | logic | uni | req | 1 | State debug information. |
tl | tlul_pkg::tl | req_rsp | rsp | 1 |
Interrupts: none
Security Alerts:
Alert Name | Description |
---|---|
fatal_fault | This fatal alert is triggered when a fatal TL-UL bus integrity fault is detected. |
Security Countermeasures:
Countermeasure ID | Description |
---|---|
PINMUX.BUS.INTEGRITY | End-to-end bus integrity scheme. |
Parameters
The following table lists the main parameters used throughout the pinmux
design.
Note that the pinmux
is generated based on the system configuration, and hence these parameters are placed into a package.
The pinout and pinmux
mappings are listed under Pinout and Pinmux Mapping for specific top-level configurations.
Parameter | Description |
---|---|
NPeriphOut |
Number of peripheral outputs. |
NPeriphIn |
Number of peripheral input. |
NMioPads |
Number of muxed bidirectional pads. |
NDioPads |
Number of dedicated pads. |
Primary IO Signals
The table below lists the primary pinmux
IO signals to/from the pad ring.
The number of dedicated and muxed IOs is parametric, and hence the signals are stacked in packed arrays.
Signal | Direction | Type | Description |
---|---|---|---|
periph_to_mio_i[NPeriphOut-1:0] |
input |
packed logic |
Signals from NPeriphOut muxed peripheral outputs coming into the pinmux . |
periph_to_mio_oe_i[NPeriphOut-1:0] |
input |
packed logic |
Signals from NPeriphOut muxed peripheral output enables coming into the pinmux . |
mio_to_periph_o[NPeriphIn-1:0] |
output |
packed logic |
Signals to NPeriphIn muxed peripherals coming from the pinmux . |
periph_to_dio_i[NDioPads-1:0] |
input |
packed logic |
Signals from NDioPads dedicated peripheral outputs coming into the pinmux . |
periph_to_dio_oe_i[NDioPads-1:0] |
input |
packed logic |
Signals from NDioPads dedicated peripheral output enables coming into the pinmux . |
dio_to_periph_o[NDioPads-1:0] |
output |
packed logic |
Signals to NDioPads dedicated peripherals coming from the pinmux . |
mio_attr_o[NMioPads-1:0] |
output |
prim_pad_wrapper_pkg::pad_attr_t | Packed array containing the pad attributes of all muxed IOs. |
mio_out_o[NMioPads-1:0] |
output |
packed logic |
Signals to NMioPads bidirectional muxed pads as output data. |
mio_oe_o[NMioPads-1:0] |
output |
packed logic |
Signals to NMioPads bidirectional muxed pads as output enables. |
mio_in_i[NMioPads-1:0] |
input |
packed logic |
Signals from NMioPads bidirectional muxed pads as input data. |
dio_attr_o[NDioPads-1:0] |
output |
prim_pad_wrapper_pkg::pad_attr_t | Packed array containing the pad attributes of all dedicated IOs. |
dio_out_o[NDioPads-1:0] |
output |
packed logic |
Signals to NDioPads bidirectional dedicated pads as output data. |
dio_oe_o[NDioPads-1:0] |
output |
packed logic |
Signals to NDioPads bidirectional dedicated pads as output enables. |
dio_in_i[NDioPads-1:0] |
input |
packed logic |
Signals from NDioPads bidirectional dedicated pads as input data. |
Muxing Matrix
The diagram below shows connectivity between four arbitrary chip pins, named MIO0
.. MIO3
, and several muxed peripheral inputs and outputs.
This shows the connectivity available in all directions, as well as the control registers described later in this document.
Two example peripherals (uart
and spidev
) are attached to the pinmux
in this example, one with one input and one output, the other with three inputs and one output.
The diagram also shows the padring
module which instantiates the bidirectional chip pads with output enable control.
Note that apart from selecting a specific input pad, the periph_insel[*]
signals can also be used to tie the peripheral input to 0 or 1.
Likewise, the output select signals mio_outsel[*]
can also be used to constantly drive an output pin to 0/1 or to put it into high-Z state (default).
The output enable and the associated data signal (i.e. periph_to_mio
and periph_to_mio_oe
) are indexed with the same select signal to allow the peripheral hardware to determine the pad direction instead of demoting that control to SW.
Retention Logic
As illustrated in the picture above, all muxing matrix and DIO outputs are routed through the retention logic, which essentially consists of a set of multiplexors and two retention registers per output (one register is for the output data and one for the output enable). This multiplexor can be configured to be automatically activated upon sleep entry in order to either drive the output low, high, high-Z or to the last seen value (keep). If no sleep behavior is specified, the retention logic will continue to drive out the value coming from the peripheral side, which can be useful for peripherals that reside in the AON domain.
The sleep behavior of all outputs is activated in parallel via a trigger signal asserted by the power manager. Once activated, it is the task of SW to disable the sleep behavior for each individual pin when waking up from sleep. This ensures that the output values remain stable until the system and its peripherals have been re-initialized.
Wakeup Detectors
The pinmux
contains eight programmable wakeup detector modules that can listen on any of the MIO or DIO pins.
Each detector contains a debounce filter and an 8bit counter running on the AON clock domain.
The detectors can be programmed via the
WKUP_DETECTOR_0 and
WKUP_DETECTOR_CNT_TH_0 registers to detect the following patterns:
- rising edge
- falling edge
- rising or falling edge
- positive pulse up to 255 AON clock cycles in length
- negative pulse up to 255 AON clock cycles in length
Note that for all patterns listed above, the input signal is sampled with the AON clock. This means that the input signal needs to remain stable for at least one AON clock cycle after a level change for the detector to recognize the event (depending on the debounce filter configuration, the signal needs to remain stable for multiple clock cycles).
If a pattern is detected, the wakeup detector will send a wakeup request to the power manager, and the cause bit corresponding to that detector will be set in the WKUP_CAUSE register.
Note that the wkup detector should be disabled by setting WKUP_DETECTOR_EN_0 before changing the detection mode. The reason for that is that the pulse width counter is NOT cleared upon a mode change while the detector is enabled.
Strap Sampling and TAP Isolation
The pinmux
contains a set of dedicated HW “straps”, which are essentially signals that are multiplexed onto fixed MIO pad locations.
Depending on the life cycle state, these straps are either continuously sampled, or latched right after POR.
There are two groups of HW straps:
- Three DFT straps that determine the DFT mode.
These bits are output via the
dft_strap_test_o
signal such that they can be routed to the tool-inserted DFT controller. - Two TAP selection straps for determining which TAP should be multiplexed onto the JTAG IOs.
The conditions under which these two strap groups are sampled are listed in the tables below. Note that the HW straps can be used just like regular GPIOs once they have been sampled.
Strap Group \ Life Cycle State | TEST_UNLOCKED* | RMA | DEV | All Other States |
---|---|---|---|---|
DFT straps | Once at boot | Once at boot | - | - |
TAP strap 0 | Continuously | Continuously | Once at boot | Once at boot |
TAP strap 1 | Continuously | Continuously | Once at boot | - |
Once at boot: Sampled once after life cycle initialization (sampling event is initiated by pwrmgr).
Continuously: Sampled continuously after life cycle initialization.
The TAP muxing logic is further qualified by the life cycle state in order to isolate the TAPs in certain life cycle states. The following table lists the TAP strap encoding and the life cycle states in which the associated TAPs can be selected and accessed.
TAP strap 1 | TAP strap 0 | Life Cycle State | Selected TAP |
---|---|---|---|
0 | 0 | All states | - |
0 | 1 | All states | Life Cycle |
1 | 0 | TEST_UNLOCKED*, RMA, DEV | RISC-V |
1 | 1 | TEST_UNLOCKED*, RMA | DFT |
Note that the tool-inserted DFT controller may assert the dft_hold_tap_sel_i
during a test (e.g. boundary scan) in which case the pinmux
will temporarily pause sampling of the TAP selection straps.
Also, it should be noted that the pad attributes of all JTAG IOs will be gated to all-zero temporarily, while the JTAG is enabled (this does not affect the values in the CSRs). This is to ensure that any functional attributes like inversion or pull-ups / pull-downs do not interfere with the JTAG while it is in use.
For more information about the life cycle states, see Life Cycle Controller Specification and the Life Cycle Definition Table.
Generic Pad Wrapper
The generic pad wrapper is intended to abstract away implementation differences between the target technologies by providing a generic interface that is compatible with the padring
module.
It is the task of the RTL build flow to select the appropriate pad wrapper implementation.
A specific implementation of a pad wrapper may choose to instantiate a technology primitive (as it is common in ASIC flows), or it may choose to model the functionality behaviorally such that it can be inferred by the technology mapping tool (e.g., in the case of an FPGA target). It is permissible to omit the implementation of all IO attributes except input/output inversion.
The generic pad wrapper must expose the following IOs and parameters, even if they are not connected internally.
In particular, the pad attribute struct attr_i
must contain all fields listed below, even if not all attributes are supported (it is permissible to just leave them unconnected in the pad wrapper implementation).
Parameter | Default | Description |
---|---|---|
PadType |
BidirStd |
Pad variant to be instantiated (technology-specific) |
ScanRole |
NoScan |
Scan role, can be NoScan , ScanIn or ScanOut |
Note that PadType
is a technology-specific parameter.
The generic pad wrapper only implements variant BidirStd
, but for other target technologies, this parameter can be used to select among a variety of different pad flavors.
The ScanRole
parameter determines the behavior when scanmode is enabled.
Depending on whether a given pad acts as a scan input or output, certain pad attributes and functionalities need to be bypassed.
This parameter is typically only relevant for ASIC targets and therefore not modeled in the generic pad model.
Also note that the pad wrapper may implement a “virtual” open-drain termination, where standard bidirectional pads are employed, but instead of driving the output high for a logic 1 the pad is put into tristate mode.
Signal | Direction | Type | Description |
---|---|---|---|
clk_scan_i |
input |
logic |
Scan clock of the pad |
scanmode_i |
input |
logic |
Scan mode enable of the pad |
pok_i |
input |
pad_pok_t |
Technology-specific power sequencing signals |
inout_io |
inout |
wire |
Bidirectional inout of the pad |
in_o |
output |
logic |
Input data signal |
in_raw_o |
output |
logic |
Un-inverted input data signal |
out_i |
input |
logic |
Output data signal |
oe_i |
input |
logic |
Output data enable |
attr_i[0] |
input |
logic |
Input/output inversion |
attr_i[1] |
input |
logic |
Virtual open-drain enable |
attr_i[2] |
input |
logic |
Pull enable |
attr_i[3] |
input |
logic |
Pull select (0: pull-down, 1: pull-up) |
attr_i[4] |
input |
logic |
Keeper enable |
attr_i[5] |
input |
logic |
Schmitt trigger enable |
attr_i[6] |
input |
logic |
Open drain enable |
attr_i[8:7] |
input |
logic |
Slew rate (0x0: slowest, 0x3: fastest) |
attr_i[12:9] |
input |
logic |
Drive strength (0x0: weakest, 0xf: strongest) |
Note that the corresponding pad attribute registers MIO_PAD_ATTR_0 and DIO_PAD_ATTR_0 have “writes-any-reads-legal” (WARL) behavior (see also pad attributes).
Programmers Guide
Pad Attributes
Software should determine and program the pad attributes at startup, or reprogram the attributes when the functionality requirements change at runtime.
This can be achieved by writing to the
MIO_PAD_ATTR_0 and
DIO_PAD_ATTR_0 registers.
Note that the IO attributes should be configured before enabling muxed IOs going through the pinmux
matrix in order to avoid undesired electrical behavior and/or contention at the pads.
The pad attributes configuration can be locked down individually for each pad via the MIO_PAD_ATTR_REGWEN_0 and DIO_PAD_ATTR_REGWEN_0 registers. The configuration can then not be altered anymore until the next system reset.
The following pad attributes are supported by this register layout by default:
ATTR Bits | Description | Access |
---|---|---|
0 | Input/output inversion | WARL |
1 | Virtual open drain enable | WARL |
2 | Pull enable | WARL |
3 | Pull select (0: down, 1: up) | WARL |
4 | Keeper enable | WARL |
5 | Schmitt trigger enable | WARL |
6 | Open drain enable | WARL |
8:7 | Slew rate (0x0: slowest, 0x3: fastest) | WARL |
12:9 | Drive strength (0x0: weakest, 0xf: strongest) | WARL |
Since some of the pad attributes may not be implemented, SW can probe this capability by writing the CSRs and read them back to determine whether the value was legal. This behavior is also referred to as “writes-any-reads-legal” or “WARL” in the RISC-V world. For example, certain pads may only support two drive-strength bits, instead of four. The unsupported drive-strength bits in the corresponding CSRs would then always read as zero, even if SW attempts to set them to 1.
Pinmux Configuration
Upon POR, the pinmux
state is such that all MIO outputs are high-Z, and all MIO peripheral inputs are tied off to 0.
Software should determine and program the pinmux
mapping at startup, or reprogram it when the functionality requirements change at runtime.
This can be achieved by writing the following values to the
PERIPH_INSEL_0 and
MIO_OUTSEL_0 registers.
periph_insel Value |
Selected Input Signal |
---|---|
0 | Constant zero (default) |
1 | Constant one |
2 + k | Corresponding MIO input signal at index k |
The global default at reset is 0
, but the default of individual signals can be overridden at design time, if needed.
mio_outsel Value |
Selected Output signal |
---|---|
0 | Constant zero (default) |
1 | Constant one |
2 | High-Z |
3 + k | Corresponding peripheral output signal at index k |
The global default at reset is 2
, but the default of individual signals can be overridden at design time, if needed.
Note that the pinmux
configuration should be sequenced after any IO attribute-specific configuration in the
MIO_PAD_ATTR_0 and
DIO_PAD_ATTR_0 registers to avoid any unwanted electric behavior and/or contention.
If needed, each select signal can be individually locked down via
MIO_PERIPH_INSEL_REGWEN_0 or
MIO_OUTSEL_REGWEN_0.
The configuration can then not be altered anymore until the next system reset.
Sleep Features
The sleep behavior of each individual MIO or DIO can be defined via the ( MIO_PAD_SLEEP_EN_0, DIO_PAD_SLEEP_EN_0, MIO_PAD_SLEEP_MODE_0 and DIO_PAD_SLEEP_MODE_0) registers. Available sleep behaviors are:
dio/mio_pad_sleep_en Value |
dio/mio_pad_sleep_mode Value |
Sleep Behavior |
---|---|---|
0 | - | Drive (default) |
1 | 0 | Tie-low |
1 | 1 | Tie-high |
1 | 2 | High-Z |
1 | 3 | Keep last value |
Note that if the behavior is set to “Drive”, the sleep mode will not be activated upon sleep entry.
Rather, the retention logic continues to drive the value coming from the peripheral side.
Also note that the sleep logic is located after the pinmux
matrix, hence the sleep configuration is per MIO pad and not per MIO peripheral.
Before sleep entry, SW should configure the appropriate sleep behavior of all MIOs/DIOs via MIO_PAD_SLEEP_MODE_0, DIO_PAD_SLEEP_MODE_0. This configuration can be optionally locked down, in which case it cannot be modified again until POR. The configured behavior is then activated for all pads that have sleep mode set to enabled ( MIO_PAD_SLEEP_EN_0 and DIO_PAD_SLEEP_EN_0) at once by the power manager during the sleep entry sequence.
When exiting sleep, the task of disabling the sleep behavior is however up to SW. I.e., it must clear the per-pad sleep status bits in registers MIO_PAD_SLEEP_STATUS_0 and DIO_PAD_SLEEP_STATUS_0 that have been set upon sleep entry. The rationale for this is that it may not be desirable to disable sleep behavior on all pads at once due to some additional book keeping / re-initialization that needs to be performed while exiting sleep.
Wakeup Features
The pinmux
contains eight wakeup detectors.
These detectors can be individually enabled and disabled regardless of the sleep state.
This ensures that SW can set them up before and disable them after sleep in order to ensure that no events are missed during sleep entry and exit.
For more information on the patterns supported by the wakeup detectors, see wakeup detectors.
A typical programming sequence for the wakeup detectors looks as follows:
-
Before initiating any sleep mode, SW should configure the wakeup detectors appropriately and enable them via the WKUP_DETECTOR_0, WKUP_DETECTOR_CNT_TH_0 and WKUP_DETECTOR_PADSEL_0 registers.
-
Optionally, lock the wakeup detector configuration via the WKUP_DETECTOR_REGWEN_0 registers.
-
During sleep, the wakeup detectors will trigger a wakeup request if a matching pattern has been observed. A bit corresponding to the wakeup detector that has observed the pattern will be set in the WKUP_CAUSE register.
-
When exiting sleep, SW should read the wake info register in the power manager to determine the reason(s) for the wakeup request.
-
If the wakeup request was due to a pin wakeup pattern detector, SW should inspect the WKUP_CAUSE registers in order to determine the exact cause.
-
SW should in any case disable the wakeup detectors and clear the WKUP_CAUSE registers once it is safe to do so (in order to not miss any events). Note that the WKUP_CAUSE registers reside in the slow AON clock domain, and hence clearing them takes a few uS to take effect. If needed, a SW readback can be performed to ensure that the clear operation has completed successfully.
Pinout and Pinmux Mapping
The tables below summarize the pinout and pinmux connectivity for certain top-level designs.
Top Earlgrey
Target Name | #IO Banks | #Muxed Pads | #Direct Pads | #Manual Pads | #Total Pads | Pinout / Pinmux Tables |
---|---|---|---|---|---|---|
ASIC | 4 | 47 | 14 | 10 | 71 | Pinout Table |
CW310 | 4 | 47 | 14 | 15 | 76 | Pinout Table |
Device Interface Functions (DIFs)
To use this DIF, include the following C header:
#include "sw/device/lib/dif/dif_pinmux.h"
This header provides the following device interface functions:
dif_pinmux_input_select
Sets a connection between a peripheral input and a MIO pad input.dif_pinmux_is_locked
Obtains the Pin Multiplexer Pad lock status based ontarget
andindex
.dif_pinmux_lock
Locks out Pin Multiplexer functionality based on thetarget
andindex
.dif_pinmux_output_select
Sets a connection between a MIO pad output and peripheral output.dif_pinmux_pad_get_attrs
Get attributes for a pad.dif_pinmux_pad_sleep_clear_state
Clears deep sleep mode for a particular pad.dif_pinmux_pad_sleep_disable
Disables deep sleep mode of a particular pad.dif_pinmux_pad_sleep_enable
Enables deep sleep mode of a particular pad.dif_pinmux_pad_sleep_get_state
Returns the state of a particular pad.dif_pinmux_pad_write_attrs
Writes attributes for a pad.dif_pinmux_wakeup_cause_clear
Clears the wake-up cause information.dif_pinmux_wakeup_cause_get
Retrieves the detectors that have detected wake-up patterns.dif_pinmux_wakeup_detector_disable
Disables wake-up detection for a particular detector.dif_pinmux_wakeup_detector_enable
Enables wake-up mode detection for a particular detector.
Register Table
The register description below matches the instance in the Earl Grey top level design.
Similar register descriptions can be generated with different parameterizations.
Summary | |||
---|---|---|---|
Name | Offset | Length | Description |
pinmux.ALERT_TEST | 0x0 | 4 | Alert Test Register |
pinmux.MIO_PERIPH_INSEL_REGWEN_0 | 0x4 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_1 | 0x8 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_2 | 0xc | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_3 | 0x10 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_4 | 0x14 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_5 | 0x18 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_6 | 0x1c | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_7 | 0x20 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_8 | 0x24 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_9 | 0x28 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_10 | 0x2c | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_11 | 0x30 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_12 | 0x34 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_13 | 0x38 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_14 | 0x3c | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_15 | 0x40 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_16 | 0x44 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_17 | 0x48 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_18 | 0x4c | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_19 | 0x50 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_20 | 0x54 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_21 | 0x58 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_22 | 0x5c | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_23 | 0x60 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_24 | 0x64 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_25 | 0x68 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_26 | 0x6c | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_27 | 0x70 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_28 | 0x74 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_29 | 0x78 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_30 | 0x7c | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_31 | 0x80 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_32 | 0x84 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_33 | 0x88 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_34 | 0x8c | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_35 | 0x90 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_36 | 0x94 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_37 | 0x98 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_38 | 0x9c | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_39 | 0xa0 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_40 | 0xa4 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_41 | 0xa8 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_42 | 0xac | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_43 | 0xb0 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_44 | 0xb4 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_45 | 0xb8 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_46 | 0xbc | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_47 | 0xc0 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_48 | 0xc4 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_49 | 0xc8 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_50 | 0xcc | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_51 | 0xd0 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_52 | 0xd4 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_53 | 0xd8 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_54 | 0xdc | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_55 | 0xe0 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_REGWEN_56 | 0xe4 | 4 | Register write enable for MIO peripheral input selects. |
pinmux.MIO_PERIPH_INSEL_0 | 0xe8 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_1 | 0xec | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_2 | 0xf0 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_3 | 0xf4 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_4 | 0xf8 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_5 | 0xfc | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_6 | 0x100 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_7 | 0x104 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_8 | 0x108 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_9 | 0x10c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_10 | 0x110 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_11 | 0x114 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_12 | 0x118 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_13 | 0x11c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_14 | 0x120 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_15 | 0x124 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_16 | 0x128 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_17 | 0x12c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_18 | 0x130 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_19 | 0x134 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_20 | 0x138 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_21 | 0x13c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_22 | 0x140 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_23 | 0x144 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_24 | 0x148 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_25 | 0x14c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_26 | 0x150 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_27 | 0x154 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_28 | 0x158 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_29 | 0x15c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_30 | 0x160 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_31 | 0x164 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_32 | 0x168 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_33 | 0x16c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_34 | 0x170 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_35 | 0x174 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_36 | 0x178 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_37 | 0x17c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_38 | 0x180 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_39 | 0x184 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_40 | 0x188 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_41 | 0x18c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_42 | 0x190 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_43 | 0x194 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_44 | 0x198 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_45 | 0x19c | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_46 | 0x1a0 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_47 | 0x1a4 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_48 | 0x1a8 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_49 | 0x1ac | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_50 | 0x1b0 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_51 | 0x1b4 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_52 | 0x1b8 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_53 | 0x1bc | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_54 | 0x1c0 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_55 | 0x1c4 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_PERIPH_INSEL_56 | 0x1c8 | 4 | For each peripheral input, this selects the muxable pad input. |
pinmux.MIO_OUTSEL_REGWEN_0 | 0x1cc | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_1 | 0x1d0 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_2 | 0x1d4 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_3 | 0x1d8 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_4 | 0x1dc | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_5 | 0x1e0 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_6 | 0x1e4 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_7 | 0x1e8 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_8 | 0x1ec | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_9 | 0x1f0 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_10 | 0x1f4 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_11 | 0x1f8 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_12 | 0x1fc | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_13 | 0x200 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_14 | 0x204 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_15 | 0x208 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_16 | 0x20c | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_17 | 0x210 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_18 | 0x214 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_19 | 0x218 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_20 | 0x21c | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_21 | 0x220 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_22 | 0x224 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_23 | 0x228 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_24 | 0x22c | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_25 | 0x230 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_26 | 0x234 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_27 | 0x238 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_28 | 0x23c | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_29 | 0x240 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_30 | 0x244 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_31 | 0x248 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_32 | 0x24c | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_33 | 0x250 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_34 | 0x254 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_35 | 0x258 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_36 | 0x25c | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_37 | 0x260 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_38 | 0x264 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_39 | 0x268 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_40 | 0x26c | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_41 | 0x270 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_42 | 0x274 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_43 | 0x278 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_44 | 0x27c | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_45 | 0x280 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_REGWEN_46 | 0x284 | 4 | Register write enable for MIO output selects. |
pinmux.MIO_OUTSEL_0 | 0x288 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_1 | 0x28c | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_2 | 0x290 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_3 | 0x294 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_4 | 0x298 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_5 | 0x29c | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_6 | 0x2a0 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_7 | 0x2a4 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_8 | 0x2a8 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_9 | 0x2ac | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_10 | 0x2b0 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_11 | 0x2b4 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_12 | 0x2b8 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_13 | 0x2bc | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_14 | 0x2c0 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_15 | 0x2c4 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_16 | 0x2c8 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_17 | 0x2cc | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_18 | 0x2d0 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_19 | 0x2d4 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_20 | 0x2d8 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_21 | 0x2dc | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_22 | 0x2e0 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_23 | 0x2e4 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_24 | 0x2e8 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_25 | 0x2ec | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_26 | 0x2f0 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_27 | 0x2f4 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_28 | 0x2f8 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_29 | 0x2fc | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_30 | 0x300 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_31 | 0x304 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_32 | 0x308 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_33 | 0x30c | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_34 | 0x310 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_35 | 0x314 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_36 | 0x318 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_37 | 0x31c | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_38 | 0x320 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_39 | 0x324 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_40 | 0x328 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_41 | 0x32c | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_42 | 0x330 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_43 | 0x334 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_44 | 0x338 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_45 | 0x33c | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_OUTSEL_46 | 0x340 | 4 | For each muxable pad, this selects the peripheral output. |
pinmux.MIO_PAD_ATTR_REGWEN_0 | 0x344 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_1 | 0x348 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_2 | 0x34c | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_3 | 0x350 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_4 | 0x354 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_5 | 0x358 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_6 | 0x35c | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_7 | 0x360 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_8 | 0x364 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_9 | 0x368 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_10 | 0x36c | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_11 | 0x370 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_12 | 0x374 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_13 | 0x378 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_14 | 0x37c | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_15 | 0x380 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_16 | 0x384 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_17 | 0x388 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_18 | 0x38c | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_19 | 0x390 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_20 | 0x394 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_21 | 0x398 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_22 | 0x39c | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_23 | 0x3a0 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_24 | 0x3a4 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_25 | 0x3a8 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_26 | 0x3ac | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_27 | 0x3b0 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_28 | 0x3b4 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_29 | 0x3b8 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_30 | 0x3bc | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_31 | 0x3c0 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_32 | 0x3c4 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_33 | 0x3c8 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_34 | 0x3cc | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_35 | 0x3d0 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_36 | 0x3d4 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_37 | 0x3d8 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_38 | 0x3dc | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_39 | 0x3e0 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_40 | 0x3e4 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_41 | 0x3e8 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_42 | 0x3ec | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_43 | 0x3f0 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_44 | 0x3f4 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_45 | 0x3f8 | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_REGWEN_46 | 0x3fc | 4 | Register write enable for MIO PAD attributes. |
pinmux.MIO_PAD_ATTR_0 | 0x400 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_1 | 0x404 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_2 | 0x408 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_3 | 0x40c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_4 | 0x410 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_5 | 0x414 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_6 | 0x418 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_7 | 0x41c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_8 | 0x420 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_9 | 0x424 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_10 | 0x428 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_11 | 0x42c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_12 | 0x430 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_13 | 0x434 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_14 | 0x438 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_15 | 0x43c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_16 | 0x440 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_17 | 0x444 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_18 | 0x448 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_19 | 0x44c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_20 | 0x450 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_21 | 0x454 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_22 | 0x458 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_23 | 0x45c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_24 | 0x460 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_25 | 0x464 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_26 | 0x468 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_27 | 0x46c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_28 | 0x470 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_29 | 0x474 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_30 | 0x478 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_31 | 0x47c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_32 | 0x480 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_33 | 0x484 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_34 | 0x488 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_35 | 0x48c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_36 | 0x490 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_37 | 0x494 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_38 | 0x498 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_39 | 0x49c | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_40 | 0x4a0 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_41 | 0x4a4 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_42 | 0x4a8 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_43 | 0x4ac | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_44 | 0x4b0 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_45 | 0x4b4 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_ATTR_46 | 0x4b8 | 4 | Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_0 | 0x4bc | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_1 | 0x4c0 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_2 | 0x4c4 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_3 | 0x4c8 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_4 | 0x4cc | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_5 | 0x4d0 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_6 | 0x4d4 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_7 | 0x4d8 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_8 | 0x4dc | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_9 | 0x4e0 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_10 | 0x4e4 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_11 | 0x4e8 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_12 | 0x4ec | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_13 | 0x4f0 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_14 | 0x4f4 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_REGWEN_15 | 0x4f8 | 4 | Register write enable for DIO PAD attributes. |
pinmux.DIO_PAD_ATTR_0 | 0x4fc | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_1 | 0x500 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_2 | 0x504 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_3 | 0x508 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_4 | 0x50c | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_5 | 0x510 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_6 | 0x514 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_7 | 0x518 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_8 | 0x51c | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_9 | 0x520 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_10 | 0x524 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_11 | 0x528 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_12 | 0x52c | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_13 | 0x530 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_14 | 0x534 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.DIO_PAD_ATTR_15 | 0x538 | 4 | Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. |
pinmux.MIO_PAD_SLEEP_STATUS_0 | 0x53c | 4 | Register indicating whether the corresponding pad is in sleep mode. |
pinmux.MIO_PAD_SLEEP_STATUS_1 | 0x540 | 4 | Register indicating whether the corresponding pad is in sleep mode. |
pinmux.MIO_PAD_SLEEP_REGWEN_0 | 0x544 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_1 | 0x548 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_2 | 0x54c | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_3 | 0x550 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_4 | 0x554 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_5 | 0x558 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_6 | 0x55c | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_7 | 0x560 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_8 | 0x564 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_9 | 0x568 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_10 | 0x56c | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_11 | 0x570 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_12 | 0x574 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_13 | 0x578 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_14 | 0x57c | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_15 | 0x580 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_16 | 0x584 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_17 | 0x588 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_18 | 0x58c | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_19 | 0x590 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_20 | 0x594 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_21 | 0x598 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_22 | 0x59c | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_23 | 0x5a0 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_24 | 0x5a4 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_25 | 0x5a8 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_26 | 0x5ac | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_27 | 0x5b0 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_28 | 0x5b4 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_29 | 0x5b8 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_30 | 0x5bc | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_31 | 0x5c0 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_32 | 0x5c4 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_33 | 0x5c8 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_34 | 0x5cc | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_35 | 0x5d0 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_36 | 0x5d4 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_37 | 0x5d8 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_38 | 0x5dc | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_39 | 0x5e0 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_40 | 0x5e4 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_41 | 0x5e8 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_42 | 0x5ec | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_43 | 0x5f0 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_44 | 0x5f4 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_45 | 0x5f8 | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_REGWEN_46 | 0x5fc | 4 | Register write enable for MIO sleep value configuration. |
pinmux.MIO_PAD_SLEEP_EN_0 | 0x600 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_1 | 0x604 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_2 | 0x608 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_3 | 0x60c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_4 | 0x610 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_5 | 0x614 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_6 | 0x618 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_7 | 0x61c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_8 | 0x620 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_9 | 0x624 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_10 | 0x628 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_11 | 0x62c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_12 | 0x630 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_13 | 0x634 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_14 | 0x638 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_15 | 0x63c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_16 | 0x640 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_17 | 0x644 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_18 | 0x648 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_19 | 0x64c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_20 | 0x650 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_21 | 0x654 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_22 | 0x658 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_23 | 0x65c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_24 | 0x660 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_25 | 0x664 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_26 | 0x668 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_27 | 0x66c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_28 | 0x670 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_29 | 0x674 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_30 | 0x678 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_31 | 0x67c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_32 | 0x680 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_33 | 0x684 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_34 | 0x688 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_35 | 0x68c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_36 | 0x690 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_37 | 0x694 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_38 | 0x698 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_39 | 0x69c | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_40 | 0x6a0 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_41 | 0x6a4 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_42 | 0x6a8 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_43 | 0x6ac | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_44 | 0x6b0 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_45 | 0x6b4 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_EN_46 | 0x6b8 | 4 | Enables the sleep mode of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_0 | 0x6bc | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_1 | 0x6c0 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_2 | 0x6c4 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_3 | 0x6c8 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_4 | 0x6cc | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_5 | 0x6d0 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_6 | 0x6d4 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_7 | 0x6d8 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_8 | 0x6dc | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_9 | 0x6e0 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_10 | 0x6e4 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_11 | 0x6e8 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_12 | 0x6ec | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_13 | 0x6f0 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_14 | 0x6f4 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_15 | 0x6f8 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_16 | 0x6fc | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_17 | 0x700 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_18 | 0x704 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_19 | 0x708 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_20 | 0x70c | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_21 | 0x710 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_22 | 0x714 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_23 | 0x718 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_24 | 0x71c | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_25 | 0x720 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_26 | 0x724 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_27 | 0x728 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_28 | 0x72c | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_29 | 0x730 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_30 | 0x734 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_31 | 0x738 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_32 | 0x73c | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_33 | 0x740 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_34 | 0x744 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_35 | 0x748 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_36 | 0x74c | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_37 | 0x750 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_38 | 0x754 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_39 | 0x758 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_40 | 0x75c | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_41 | 0x760 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_42 | 0x764 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_43 | 0x768 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_44 | 0x76c | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_45 | 0x770 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.MIO_PAD_SLEEP_MODE_46 | 0x774 | 4 | Defines sleep behavior of the corresponding muxed pad. |
pinmux.DIO_PAD_SLEEP_STATUS | 0x778 | 4 | Register indicating whether the corresponding pad is in sleep mode. |
pinmux.DIO_PAD_SLEEP_REGWEN_0 | 0x77c | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_1 | 0x780 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_2 | 0x784 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_3 | 0x788 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_4 | 0x78c | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_5 | 0x790 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_6 | 0x794 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_7 | 0x798 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_8 | 0x79c | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_9 | 0x7a0 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_10 | 0x7a4 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_11 | 0x7a8 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_12 | 0x7ac | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_13 | 0x7b0 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_14 | 0x7b4 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_REGWEN_15 | 0x7b8 | 4 | Register write enable for DIO sleep value configuration. |
pinmux.DIO_PAD_SLEEP_EN_0 | 0x7bc | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_1 | 0x7c0 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_2 | 0x7c4 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_3 | 0x7c8 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_4 | 0x7cc | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_5 | 0x7d0 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_6 | 0x7d4 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_7 | 0x7d8 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_8 | 0x7dc | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_9 | 0x7e0 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_10 | 0x7e4 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_11 | 0x7e8 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_12 | 0x7ec | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_13 | 0x7f0 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_14 | 0x7f4 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_EN_15 | 0x7f8 | 4 | Enables the sleep mode of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_0 | 0x7fc | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_1 | 0x800 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_2 | 0x804 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_3 | 0x808 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_4 | 0x80c | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_5 | 0x810 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_6 | 0x814 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_7 | 0x818 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_8 | 0x81c | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_9 | 0x820 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_10 | 0x824 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_11 | 0x828 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_12 | 0x82c | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_13 | 0x830 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_14 | 0x834 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.DIO_PAD_SLEEP_MODE_15 | 0x838 | 4 | Defines sleep behavior of the corresponding dedicated pad. |
pinmux.WKUP_DETECTOR_REGWEN_0 | 0x83c | 4 | Register write enable for wakeup detectors. |
pinmux.WKUP_DETECTOR_REGWEN_1 | 0x840 | 4 | Register write enable for wakeup detectors. |
pinmux.WKUP_DETECTOR_REGWEN_2 | 0x844 | 4 | Register write enable for wakeup detectors. |
pinmux.WKUP_DETECTOR_REGWEN_3 | 0x848 | 4 | Register write enable for wakeup detectors. |
pinmux.WKUP_DETECTOR_REGWEN_4 | 0x84c | 4 | Register write enable for wakeup detectors. |
pinmux.WKUP_DETECTOR_REGWEN_5 | 0x850 | 4 | Register write enable for wakeup detectors. |
pinmux.WKUP_DETECTOR_REGWEN_6 | 0x854 | 4 | Register write enable for wakeup detectors. |
pinmux.WKUP_DETECTOR_REGWEN_7 | 0x858 | 4 | Register write enable for wakeup detectors. |
pinmux.WKUP_DETECTOR_EN_0 | 0x85c | 4 | Enables for the wakeup detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_EN_1 | 0x860 | 4 | Enables for the wakeup detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_EN_2 | 0x864 | 4 | Enables for the wakeup detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_EN_3 | 0x868 | 4 | Enables for the wakeup detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_EN_4 | 0x86c | 4 | Enables for the wakeup detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_EN_5 | 0x870 | 4 | Enables for the wakeup detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_EN_6 | 0x874 | 4 | Enables for the wakeup detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_EN_7 | 0x878 | 4 | Enables for the wakeup detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_0 | 0x87c | 4 | Configuration of wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_1 | 0x880 | 4 | Configuration of wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_2 | 0x884 | 4 | Configuration of wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_3 | 0x888 | 4 | Configuration of wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_4 | 0x88c | 4 | Configuration of wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_5 | 0x890 | 4 | Configuration of wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_6 | 0x894 | 4 | Configuration of wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_7 | 0x898 | 4 | Configuration of wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_CNT_TH_0 | 0x89c | 4 | Counter thresholds for wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_CNT_TH_1 | 0x8a0 | 4 | Counter thresholds for wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_CNT_TH_2 | 0x8a4 | 4 | Counter thresholds for wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_CNT_TH_3 | 0x8a8 | 4 | Counter thresholds for wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_CNT_TH_4 | 0x8ac | 4 | Counter thresholds for wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_CNT_TH_5 | 0x8b0 | 4 | Counter thresholds for wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_CNT_TH_6 | 0x8b4 | 4 | Counter thresholds for wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_CNT_TH_7 | 0x8b8 | 4 | Counter thresholds for wakeup condition detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.WKUP_DETECTOR_PADSEL_0 | 0x8bc | 4 | Pad selects for pad wakeup condition detectors. This register is NOT synced to the AON domain since the muxing mechanism is implemented in the same way as the pinmux muxing matrix. |
pinmux.WKUP_DETECTOR_PADSEL_1 | 0x8c0 | 4 | Pad selects for pad wakeup condition detectors. This register is NOT synced to the AON domain since the muxing mechanism is implemented in the same way as the pinmux muxing matrix. |
pinmux.WKUP_DETECTOR_PADSEL_2 | 0x8c4 | 4 | Pad selects for pad wakeup condition detectors. This register is NOT synced to the AON domain since the muxing mechanism is implemented in the same way as the pinmux muxing matrix. |
pinmux.WKUP_DETECTOR_PADSEL_3 | 0x8c8 | 4 | Pad selects for pad wakeup condition detectors. This register is NOT synced to the AON domain since the muxing mechanism is implemented in the same way as the pinmux muxing matrix. |
pinmux.WKUP_DETECTOR_PADSEL_4 | 0x8cc | 4 | Pad selects for pad wakeup condition detectors. This register is NOT synced to the AON domain since the muxing mechanism is implemented in the same way as the pinmux muxing matrix. |
pinmux.WKUP_DETECTOR_PADSEL_5 | 0x8d0 | 4 | Pad selects for pad wakeup condition detectors. This register is NOT synced to the AON domain since the muxing mechanism is implemented in the same way as the pinmux muxing matrix. |
pinmux.WKUP_DETECTOR_PADSEL_6 | 0x8d4 | 4 | Pad selects for pad wakeup condition detectors. This register is NOT synced to the AON domain since the muxing mechanism is implemented in the same way as the pinmux muxing matrix. |
pinmux.WKUP_DETECTOR_PADSEL_7 | 0x8d8 | 4 | Pad selects for pad wakeup condition detectors. This register is NOT synced to the AON domain since the muxing mechanism is implemented in the same way as the pinmux muxing matrix. |
pinmux.WKUP_CAUSE | 0x8dc | 4 | Cause registers for wakeup detectors. Note that these registers are synced to the always-on clock. The first write access always completes immediately. However, read/write accesses following a write will block until that write has completed. |
pinmux.ALERT_TEST @ 0x0
Alert Test Register Reset default = 0x0, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | wo | 0x0 | fatal_fault | Write 1 to trigger one alert event of this kind. |
pinmux.MIO_PERIPH_INSEL_REGWEN_0 @ 0x4
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_0 | Register write enable bit. If this is cleared to 0, the corresponding MIO_PERIPH_INSEL is not writable anymore. |
pinmux.MIO_PERIPH_INSEL_REGWEN_1 @ 0x8
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_1 | For MIO_PERIPH_INSEL1 |
pinmux.MIO_PERIPH_INSEL_REGWEN_2 @ 0xc
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_2 | For MIO_PERIPH_INSEL2 |
pinmux.MIO_PERIPH_INSEL_REGWEN_3 @ 0x10
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_3 | For MIO_PERIPH_INSEL3 |
pinmux.MIO_PERIPH_INSEL_REGWEN_4 @ 0x14
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_4 | For MIO_PERIPH_INSEL4 |
pinmux.MIO_PERIPH_INSEL_REGWEN_5 @ 0x18
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_5 | For MIO_PERIPH_INSEL5 |
pinmux.MIO_PERIPH_INSEL_REGWEN_6 @ 0x1c
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_6 | For MIO_PERIPH_INSEL6 |
pinmux.MIO_PERIPH_INSEL_REGWEN_7 @ 0x20
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_7 | For MIO_PERIPH_INSEL7 |
pinmux.MIO_PERIPH_INSEL_REGWEN_8 @ 0x24
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_8 | For MIO_PERIPH_INSEL8 |
pinmux.MIO_PERIPH_INSEL_REGWEN_9 @ 0x28
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_9 | For MIO_PERIPH_INSEL9 |
pinmux.MIO_PERIPH_INSEL_REGWEN_10 @ 0x2c
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_10 | For MIO_PERIPH_INSEL10 |
pinmux.MIO_PERIPH_INSEL_REGWEN_11 @ 0x30
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_11 | For MIO_PERIPH_INSEL11 |
pinmux.MIO_PERIPH_INSEL_REGWEN_12 @ 0x34
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_12 | For MIO_PERIPH_INSEL12 |
pinmux.MIO_PERIPH_INSEL_REGWEN_13 @ 0x38
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_13 | For MIO_PERIPH_INSEL13 |
pinmux.MIO_PERIPH_INSEL_REGWEN_14 @ 0x3c
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_14 | For MIO_PERIPH_INSEL14 |
pinmux.MIO_PERIPH_INSEL_REGWEN_15 @ 0x40
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_15 | For MIO_PERIPH_INSEL15 |
pinmux.MIO_PERIPH_INSEL_REGWEN_16 @ 0x44
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_16 | For MIO_PERIPH_INSEL16 |
pinmux.MIO_PERIPH_INSEL_REGWEN_17 @ 0x48
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_17 | For MIO_PERIPH_INSEL17 |
pinmux.MIO_PERIPH_INSEL_REGWEN_18 @ 0x4c
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_18 | For MIO_PERIPH_INSEL18 |
pinmux.MIO_PERIPH_INSEL_REGWEN_19 @ 0x50
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_19 | For MIO_PERIPH_INSEL19 |
pinmux.MIO_PERIPH_INSEL_REGWEN_20 @ 0x54
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_20 | For MIO_PERIPH_INSEL20 |
pinmux.MIO_PERIPH_INSEL_REGWEN_21 @ 0x58
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_21 | For MIO_PERIPH_INSEL21 |
pinmux.MIO_PERIPH_INSEL_REGWEN_22 @ 0x5c
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_22 | For MIO_PERIPH_INSEL22 |
pinmux.MIO_PERIPH_INSEL_REGWEN_23 @ 0x60
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_23 | For MIO_PERIPH_INSEL23 |
pinmux.MIO_PERIPH_INSEL_REGWEN_24 @ 0x64
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_24 | For MIO_PERIPH_INSEL24 |
pinmux.MIO_PERIPH_INSEL_REGWEN_25 @ 0x68
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_25 | For MIO_PERIPH_INSEL25 |
pinmux.MIO_PERIPH_INSEL_REGWEN_26 @ 0x6c
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_26 | For MIO_PERIPH_INSEL26 |
pinmux.MIO_PERIPH_INSEL_REGWEN_27 @ 0x70
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_27 | For MIO_PERIPH_INSEL27 |
pinmux.MIO_PERIPH_INSEL_REGWEN_28 @ 0x74
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_28 | For MIO_PERIPH_INSEL28 |
pinmux.MIO_PERIPH_INSEL_REGWEN_29 @ 0x78
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_29 | For MIO_PERIPH_INSEL29 |
pinmux.MIO_PERIPH_INSEL_REGWEN_30 @ 0x7c
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_30 | For MIO_PERIPH_INSEL30 |
pinmux.MIO_PERIPH_INSEL_REGWEN_31 @ 0x80
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_31 | For MIO_PERIPH_INSEL31 |
pinmux.MIO_PERIPH_INSEL_REGWEN_32 @ 0x84
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_32 | For MIO_PERIPH_INSEL32 |
pinmux.MIO_PERIPH_INSEL_REGWEN_33 @ 0x88
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_33 | For MIO_PERIPH_INSEL33 |
pinmux.MIO_PERIPH_INSEL_REGWEN_34 @ 0x8c
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_34 | For MIO_PERIPH_INSEL34 |
pinmux.MIO_PERIPH_INSEL_REGWEN_35 @ 0x90
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_35 | For MIO_PERIPH_INSEL35 |
pinmux.MIO_PERIPH_INSEL_REGWEN_36 @ 0x94
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_36 | For MIO_PERIPH_INSEL36 |
pinmux.MIO_PERIPH_INSEL_REGWEN_37 @ 0x98
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_37 | For MIO_PERIPH_INSEL37 |
pinmux.MIO_PERIPH_INSEL_REGWEN_38 @ 0x9c
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_38 | For MIO_PERIPH_INSEL38 |
pinmux.MIO_PERIPH_INSEL_REGWEN_39 @ 0xa0
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_39 | For MIO_PERIPH_INSEL39 |
pinmux.MIO_PERIPH_INSEL_REGWEN_40 @ 0xa4
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_40 | For MIO_PERIPH_INSEL40 |
pinmux.MIO_PERIPH_INSEL_REGWEN_41 @ 0xa8
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_41 | For MIO_PERIPH_INSEL41 |
pinmux.MIO_PERIPH_INSEL_REGWEN_42 @ 0xac
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_42 | For MIO_PERIPH_INSEL42 |
pinmux.MIO_PERIPH_INSEL_REGWEN_43 @ 0xb0
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_43 | For MIO_PERIPH_INSEL43 |
pinmux.MIO_PERIPH_INSEL_REGWEN_44 @ 0xb4
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_44 | For MIO_PERIPH_INSEL44 |
pinmux.MIO_PERIPH_INSEL_REGWEN_45 @ 0xb8
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_45 | For MIO_PERIPH_INSEL45 |
pinmux.MIO_PERIPH_INSEL_REGWEN_46 @ 0xbc
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_46 | For MIO_PERIPH_INSEL46 |
pinmux.MIO_PERIPH_INSEL_REGWEN_47 @ 0xc0
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_47 | For MIO_PERIPH_INSEL47 |
pinmux.MIO_PERIPH_INSEL_REGWEN_48 @ 0xc4
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_48 | For MIO_PERIPH_INSEL48 |
pinmux.MIO_PERIPH_INSEL_REGWEN_49 @ 0xc8
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_49 | For MIO_PERIPH_INSEL49 |
pinmux.MIO_PERIPH_INSEL_REGWEN_50 @ 0xcc
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_50 | For MIO_PERIPH_INSEL50 |
pinmux.MIO_PERIPH_INSEL_REGWEN_51 @ 0xd0
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_51 | For MIO_PERIPH_INSEL51 |
pinmux.MIO_PERIPH_INSEL_REGWEN_52 @ 0xd4
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_52 | For MIO_PERIPH_INSEL52 |
pinmux.MIO_PERIPH_INSEL_REGWEN_53 @ 0xd8
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_53 | For MIO_PERIPH_INSEL53 |
pinmux.MIO_PERIPH_INSEL_REGWEN_54 @ 0xdc
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_54 | For MIO_PERIPH_INSEL54 |
pinmux.MIO_PERIPH_INSEL_REGWEN_55 @ 0xe0
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_55 | For MIO_PERIPH_INSEL55 |
pinmux.MIO_PERIPH_INSEL_REGWEN_56 @ 0xe4
Register write enable for MIO peripheral input selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_56 | For MIO_PERIPH_INSEL56 |
pinmux.MIO_PERIPH_INSEL_0 @ 0xe8
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_0 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_0 | 0: tie constantly to zero, 1: tie constantly to 1,
|
pinmux.MIO_PERIPH_INSEL_1 @ 0xec
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_1 | For IN1 |
pinmux.MIO_PERIPH_INSEL_2 @ 0xf0
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_2 | For IN2 |
pinmux.MIO_PERIPH_INSEL_3 @ 0xf4
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_3 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_3 | For IN3 |
pinmux.MIO_PERIPH_INSEL_4 @ 0xf8
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_4 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_4 | For IN4 |
pinmux.MIO_PERIPH_INSEL_5 @ 0xfc
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_5 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_5 | For IN5 |
pinmux.MIO_PERIPH_INSEL_6 @ 0x100
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_6 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_6 | For IN6 |
pinmux.MIO_PERIPH_INSEL_7 @ 0x104
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_7 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_7 | For IN7 |
pinmux.MIO_PERIPH_INSEL_8 @ 0x108
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_8 | For IN8 |
pinmux.MIO_PERIPH_INSEL_9 @ 0x10c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_9 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_9 | For IN9 |
pinmux.MIO_PERIPH_INSEL_10 @ 0x110
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_10 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_10 | For IN10 |
pinmux.MIO_PERIPH_INSEL_11 @ 0x114
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_11 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_11 | For IN11 |
pinmux.MIO_PERIPH_INSEL_12 @ 0x118
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_12 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_12 | For IN12 |
pinmux.MIO_PERIPH_INSEL_13 @ 0x11c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_13 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_13 | For IN13 |
pinmux.MIO_PERIPH_INSEL_14 @ 0x120
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_14 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_14 | For IN14 |
pinmux.MIO_PERIPH_INSEL_15 @ 0x124
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_15 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_15 | For IN15 |
pinmux.MIO_PERIPH_INSEL_16 @ 0x128
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_16 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_16 | For IN16 |
pinmux.MIO_PERIPH_INSEL_17 @ 0x12c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_17 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_17 | For IN17 |
pinmux.MIO_PERIPH_INSEL_18 @ 0x130
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_18 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_18 | For IN18 |
pinmux.MIO_PERIPH_INSEL_19 @ 0x134
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_19 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_19 | For IN19 |
pinmux.MIO_PERIPH_INSEL_20 @ 0x138
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_20 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_20 | For IN20 |
pinmux.MIO_PERIPH_INSEL_21 @ 0x13c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_21 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_21 | For IN21 |
pinmux.MIO_PERIPH_INSEL_22 @ 0x140
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_22 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_22 | For IN22 |
pinmux.MIO_PERIPH_INSEL_23 @ 0x144
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_23 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_23 | For IN23 |
pinmux.MIO_PERIPH_INSEL_24 @ 0x148
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_24 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_24 | For IN24 |
pinmux.MIO_PERIPH_INSEL_25 @ 0x14c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_25 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_25 | For IN25 |
pinmux.MIO_PERIPH_INSEL_26 @ 0x150
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_26 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_26 | For IN26 |
pinmux.MIO_PERIPH_INSEL_27 @ 0x154
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_27 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_27 | For IN27 |
pinmux.MIO_PERIPH_INSEL_28 @ 0x158
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_28 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_28 | For IN28 |
pinmux.MIO_PERIPH_INSEL_29 @ 0x15c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_29 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_29 | For IN29 |
pinmux.MIO_PERIPH_INSEL_30 @ 0x160
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_30 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_30 | For IN30 |
pinmux.MIO_PERIPH_INSEL_31 @ 0x164
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_31 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_31 | For IN31 |
pinmux.MIO_PERIPH_INSEL_32 @ 0x168
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_32 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_32 | For IN32 |
pinmux.MIO_PERIPH_INSEL_33 @ 0x16c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_33 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_33 | For IN33 |
pinmux.MIO_PERIPH_INSEL_34 @ 0x170
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_34 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_34 | For IN34 |
pinmux.MIO_PERIPH_INSEL_35 @ 0x174
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_35 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_35 | For IN35 |
pinmux.MIO_PERIPH_INSEL_36 @ 0x178
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_36 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_36 | For IN36 |
pinmux.MIO_PERIPH_INSEL_37 @ 0x17c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_37 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_37 | For IN37 |
pinmux.MIO_PERIPH_INSEL_38 @ 0x180
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_38 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_38 | For IN38 |
pinmux.MIO_PERIPH_INSEL_39 @ 0x184
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_39 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_39 | For IN39 |
pinmux.MIO_PERIPH_INSEL_40 @ 0x188
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_40 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_40 | For IN40 |
pinmux.MIO_PERIPH_INSEL_41 @ 0x18c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_41 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_41 | For IN41 |
pinmux.MIO_PERIPH_INSEL_42 @ 0x190
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_42 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_42 | For IN42 |
pinmux.MIO_PERIPH_INSEL_43 @ 0x194
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_43 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_43 | For IN43 |
pinmux.MIO_PERIPH_INSEL_44 @ 0x198
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_44 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_44 | For IN44 |
pinmux.MIO_PERIPH_INSEL_45 @ 0x19c
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_45 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_45 | For IN45 |
pinmux.MIO_PERIPH_INSEL_46 @ 0x1a0
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_46 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_46 | For IN46 |
pinmux.MIO_PERIPH_INSEL_47 @ 0x1a4
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_47 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_47 | For IN47 |
pinmux.MIO_PERIPH_INSEL_48 @ 0x1a8
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_48 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_48 | For IN48 |
pinmux.MIO_PERIPH_INSEL_49 @ 0x1ac
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_49 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_49 | For IN49 |
pinmux.MIO_PERIPH_INSEL_50 @ 0x1b0
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_50 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_50 | For IN50 |
pinmux.MIO_PERIPH_INSEL_51 @ 0x1b4
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_51 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_51 | For IN51 |
pinmux.MIO_PERIPH_INSEL_52 @ 0x1b8
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_52 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_52 | For IN52 |
pinmux.MIO_PERIPH_INSEL_53 @ 0x1bc
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_53 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_53 | For IN53 |
pinmux.MIO_PERIPH_INSEL_54 @ 0x1c0
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_54 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_54 | For IN54 |
pinmux.MIO_PERIPH_INSEL_55 @ 0x1c4
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_55 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_55 | For IN55 |
pinmux.MIO_PERIPH_INSEL_56 @ 0x1c8
For each peripheral input, this selects the muxable pad input. Reset default = 0x0, mask 0x3f
Register enable = MIO_PERIPH_INSEL_REGWEN_56 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5:0 | rw | 0x0 | IN_56 | For IN56 |
pinmux.MIO_OUTSEL_REGWEN_0 @ 0x1cc
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_0 | Register write enable bit. If this is cleared to 0, the corresponding MIO_OUTSEL is not writable anymore. |
pinmux.MIO_OUTSEL_REGWEN_1 @ 0x1d0
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_1 | For MIO_OUTSEL1 |
pinmux.MIO_OUTSEL_REGWEN_2 @ 0x1d4
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_2 | For MIO_OUTSEL2 |
pinmux.MIO_OUTSEL_REGWEN_3 @ 0x1d8
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_3 | For MIO_OUTSEL3 |
pinmux.MIO_OUTSEL_REGWEN_4 @ 0x1dc
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_4 | For MIO_OUTSEL4 |
pinmux.MIO_OUTSEL_REGWEN_5 @ 0x1e0
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_5 | For MIO_OUTSEL5 |
pinmux.MIO_OUTSEL_REGWEN_6 @ 0x1e4
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_6 | For MIO_OUTSEL6 |
pinmux.MIO_OUTSEL_REGWEN_7 @ 0x1e8
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_7 | For MIO_OUTSEL7 |
pinmux.MIO_OUTSEL_REGWEN_8 @ 0x1ec
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_8 | For MIO_OUTSEL8 |
pinmux.MIO_OUTSEL_REGWEN_9 @ 0x1f0
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_9 | For MIO_OUTSEL9 |
pinmux.MIO_OUTSEL_REGWEN_10 @ 0x1f4
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_10 | For MIO_OUTSEL10 |
pinmux.MIO_OUTSEL_REGWEN_11 @ 0x1f8
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_11 | For MIO_OUTSEL11 |
pinmux.MIO_OUTSEL_REGWEN_12 @ 0x1fc
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_12 | For MIO_OUTSEL12 |
pinmux.MIO_OUTSEL_REGWEN_13 @ 0x200
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_13 | For MIO_OUTSEL13 |
pinmux.MIO_OUTSEL_REGWEN_14 @ 0x204
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_14 | For MIO_OUTSEL14 |
pinmux.MIO_OUTSEL_REGWEN_15 @ 0x208
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_15 | For MIO_OUTSEL15 |
pinmux.MIO_OUTSEL_REGWEN_16 @ 0x20c
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_16 | For MIO_OUTSEL16 |
pinmux.MIO_OUTSEL_REGWEN_17 @ 0x210
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_17 | For MIO_OUTSEL17 |
pinmux.MIO_OUTSEL_REGWEN_18 @ 0x214
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_18 | For MIO_OUTSEL18 |
pinmux.MIO_OUTSEL_REGWEN_19 @ 0x218
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_19 | For MIO_OUTSEL19 |
pinmux.MIO_OUTSEL_REGWEN_20 @ 0x21c
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_20 | For MIO_OUTSEL20 |
pinmux.MIO_OUTSEL_REGWEN_21 @ 0x220
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_21 | For MIO_OUTSEL21 |
pinmux.MIO_OUTSEL_REGWEN_22 @ 0x224
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_22 | For MIO_OUTSEL22 |
pinmux.MIO_OUTSEL_REGWEN_23 @ 0x228
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_23 | For MIO_OUTSEL23 |
pinmux.MIO_OUTSEL_REGWEN_24 @ 0x22c
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_24 | For MIO_OUTSEL24 |
pinmux.MIO_OUTSEL_REGWEN_25 @ 0x230
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_25 | For MIO_OUTSEL25 |
pinmux.MIO_OUTSEL_REGWEN_26 @ 0x234
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_26 | For MIO_OUTSEL26 |
pinmux.MIO_OUTSEL_REGWEN_27 @ 0x238
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_27 | For MIO_OUTSEL27 |
pinmux.MIO_OUTSEL_REGWEN_28 @ 0x23c
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_28 | For MIO_OUTSEL28 |
pinmux.MIO_OUTSEL_REGWEN_29 @ 0x240
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_29 | For MIO_OUTSEL29 |
pinmux.MIO_OUTSEL_REGWEN_30 @ 0x244
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_30 | For MIO_OUTSEL30 |
pinmux.MIO_OUTSEL_REGWEN_31 @ 0x248
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_31 | For MIO_OUTSEL31 |
pinmux.MIO_OUTSEL_REGWEN_32 @ 0x24c
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_32 | For MIO_OUTSEL32 |
pinmux.MIO_OUTSEL_REGWEN_33 @ 0x250
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_33 | For MIO_OUTSEL33 |
pinmux.MIO_OUTSEL_REGWEN_34 @ 0x254
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_34 | For MIO_OUTSEL34 |
pinmux.MIO_OUTSEL_REGWEN_35 @ 0x258
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_35 | For MIO_OUTSEL35 |
pinmux.MIO_OUTSEL_REGWEN_36 @ 0x25c
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_36 | For MIO_OUTSEL36 |
pinmux.MIO_OUTSEL_REGWEN_37 @ 0x260
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_37 | For MIO_OUTSEL37 |
pinmux.MIO_OUTSEL_REGWEN_38 @ 0x264
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_38 | For MIO_OUTSEL38 |
pinmux.MIO_OUTSEL_REGWEN_39 @ 0x268
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_39 | For MIO_OUTSEL39 |
pinmux.MIO_OUTSEL_REGWEN_40 @ 0x26c
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_40 | For MIO_OUTSEL40 |
pinmux.MIO_OUTSEL_REGWEN_41 @ 0x270
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_41 | For MIO_OUTSEL41 |
pinmux.MIO_OUTSEL_REGWEN_42 @ 0x274
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_42 | For MIO_OUTSEL42 |
pinmux.MIO_OUTSEL_REGWEN_43 @ 0x278
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_43 | For MIO_OUTSEL43 |
pinmux.MIO_OUTSEL_REGWEN_44 @ 0x27c
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_44 | For MIO_OUTSEL44 |
pinmux.MIO_OUTSEL_REGWEN_45 @ 0x280
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_45 | For MIO_OUTSEL45 |
pinmux.MIO_OUTSEL_REGWEN_46 @ 0x284
Register write enable for MIO output selects. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_46 | For MIO_OUTSEL46 |
pinmux.MIO_OUTSEL_0 @ 0x288
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_0 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_0 | 0: tie constantly to zero, 1: tie constantly to 1, 2: high-Z,
|
pinmux.MIO_OUTSEL_1 @ 0x28c
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_1 | For OUT1 |
pinmux.MIO_OUTSEL_2 @ 0x290
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_2 | For OUT2 |
pinmux.MIO_OUTSEL_3 @ 0x294
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_3 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_3 | For OUT3 |
pinmux.MIO_OUTSEL_4 @ 0x298
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_4 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_4 | For OUT4 |
pinmux.MIO_OUTSEL_5 @ 0x29c
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_5 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_5 | For OUT5 |
pinmux.MIO_OUTSEL_6 @ 0x2a0
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_6 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_6 | For OUT6 |
pinmux.MIO_OUTSEL_7 @ 0x2a4
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_7 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_7 | For OUT7 |
pinmux.MIO_OUTSEL_8 @ 0x2a8
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_8 | For OUT8 |
pinmux.MIO_OUTSEL_9 @ 0x2ac
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_9 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_9 | For OUT9 |
pinmux.MIO_OUTSEL_10 @ 0x2b0
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_10 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_10 | For OUT10 |
pinmux.MIO_OUTSEL_11 @ 0x2b4
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_11 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_11 | For OUT11 |
pinmux.MIO_OUTSEL_12 @ 0x2b8
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_12 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_12 | For OUT12 |
pinmux.MIO_OUTSEL_13 @ 0x2bc
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_13 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_13 | For OUT13 |
pinmux.MIO_OUTSEL_14 @ 0x2c0
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_14 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_14 | For OUT14 |
pinmux.MIO_OUTSEL_15 @ 0x2c4
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_15 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_15 | For OUT15 |
pinmux.MIO_OUTSEL_16 @ 0x2c8
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_16 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_16 | For OUT16 |
pinmux.MIO_OUTSEL_17 @ 0x2cc
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_17 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_17 | For OUT17 |
pinmux.MIO_OUTSEL_18 @ 0x2d0
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_18 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_18 | For OUT18 |
pinmux.MIO_OUTSEL_19 @ 0x2d4
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_19 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_19 | For OUT19 |
pinmux.MIO_OUTSEL_20 @ 0x2d8
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_20 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_20 | For OUT20 |
pinmux.MIO_OUTSEL_21 @ 0x2dc
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_21 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_21 | For OUT21 |
pinmux.MIO_OUTSEL_22 @ 0x2e0
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_22 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_22 | For OUT22 |
pinmux.MIO_OUTSEL_23 @ 0x2e4
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_23 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_23 | For OUT23 |
pinmux.MIO_OUTSEL_24 @ 0x2e8
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_24 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_24 | For OUT24 |
pinmux.MIO_OUTSEL_25 @ 0x2ec
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_25 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_25 | For OUT25 |
pinmux.MIO_OUTSEL_26 @ 0x2f0
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_26 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_26 | For OUT26 |
pinmux.MIO_OUTSEL_27 @ 0x2f4
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_27 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_27 | For OUT27 |
pinmux.MIO_OUTSEL_28 @ 0x2f8
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_28 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_28 | For OUT28 |
pinmux.MIO_OUTSEL_29 @ 0x2fc
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_29 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_29 | For OUT29 |
pinmux.MIO_OUTSEL_30 @ 0x300
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_30 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_30 | For OUT30 |
pinmux.MIO_OUTSEL_31 @ 0x304
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_31 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_31 | For OUT31 |
pinmux.MIO_OUTSEL_32 @ 0x308
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_32 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_32 | For OUT32 |
pinmux.MIO_OUTSEL_33 @ 0x30c
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_33 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_33 | For OUT33 |
pinmux.MIO_OUTSEL_34 @ 0x310
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_34 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_34 | For OUT34 |
pinmux.MIO_OUTSEL_35 @ 0x314
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_35 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_35 | For OUT35 |
pinmux.MIO_OUTSEL_36 @ 0x318
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_36 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_36 | For OUT36 |
pinmux.MIO_OUTSEL_37 @ 0x31c
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_37 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_37 | For OUT37 |
pinmux.MIO_OUTSEL_38 @ 0x320
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_38 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_38 | For OUT38 |
pinmux.MIO_OUTSEL_39 @ 0x324
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_39 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_39 | For OUT39 |
pinmux.MIO_OUTSEL_40 @ 0x328
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_40 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_40 | For OUT40 |
pinmux.MIO_OUTSEL_41 @ 0x32c
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_41 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_41 | For OUT41 |
pinmux.MIO_OUTSEL_42 @ 0x330
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_42 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_42 | For OUT42 |
pinmux.MIO_OUTSEL_43 @ 0x334
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_43 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_43 | For OUT43 |
pinmux.MIO_OUTSEL_44 @ 0x338
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_44 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_44 | For OUT44 |
pinmux.MIO_OUTSEL_45 @ 0x33c
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_45 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_45 | For OUT45 |
pinmux.MIO_OUTSEL_46 @ 0x340
For each muxable pad, this selects the peripheral output. Reset default = 0x2, mask 0x7f
Register enable = MIO_OUTSEL_REGWEN_46 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6:0 | rw | 0x2 | OUT_46 | For OUT46 |
pinmux.MIO_PAD_ATTR_REGWEN_0 @ 0x344
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_0 | Register write enable bit.
If this is cleared to 0, the corresponding |
pinmux.MIO_PAD_ATTR_REGWEN_1 @ 0x348
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_1 | For MIO_PAD1 |
pinmux.MIO_PAD_ATTR_REGWEN_2 @ 0x34c
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_2 | For MIO_PAD2 |
pinmux.MIO_PAD_ATTR_REGWEN_3 @ 0x350
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_3 | For MIO_PAD3 |
pinmux.MIO_PAD_ATTR_REGWEN_4 @ 0x354
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_4 | For MIO_PAD4 |
pinmux.MIO_PAD_ATTR_REGWEN_5 @ 0x358
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_5 | For MIO_PAD5 |
pinmux.MIO_PAD_ATTR_REGWEN_6 @ 0x35c
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_6 | For MIO_PAD6 |
pinmux.MIO_PAD_ATTR_REGWEN_7 @ 0x360
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_7 | For MIO_PAD7 |
pinmux.MIO_PAD_ATTR_REGWEN_8 @ 0x364
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_8 | For MIO_PAD8 |
pinmux.MIO_PAD_ATTR_REGWEN_9 @ 0x368
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_9 | For MIO_PAD9 |
pinmux.MIO_PAD_ATTR_REGWEN_10 @ 0x36c
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_10 | For MIO_PAD10 |
pinmux.MIO_PAD_ATTR_REGWEN_11 @ 0x370
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_11 | For MIO_PAD11 |
pinmux.MIO_PAD_ATTR_REGWEN_12 @ 0x374
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_12 | For MIO_PAD12 |
pinmux.MIO_PAD_ATTR_REGWEN_13 @ 0x378
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_13 | For MIO_PAD13 |
pinmux.MIO_PAD_ATTR_REGWEN_14 @ 0x37c
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_14 | For MIO_PAD14 |
pinmux.MIO_PAD_ATTR_REGWEN_15 @ 0x380
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_15 | For MIO_PAD15 |
pinmux.MIO_PAD_ATTR_REGWEN_16 @ 0x384
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_16 | For MIO_PAD16 |
pinmux.MIO_PAD_ATTR_REGWEN_17 @ 0x388
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_17 | For MIO_PAD17 |
pinmux.MIO_PAD_ATTR_REGWEN_18 @ 0x38c
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_18 | For MIO_PAD18 |
pinmux.MIO_PAD_ATTR_REGWEN_19 @ 0x390
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_19 | For MIO_PAD19 |
pinmux.MIO_PAD_ATTR_REGWEN_20 @ 0x394
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_20 | For MIO_PAD20 |
pinmux.MIO_PAD_ATTR_REGWEN_21 @ 0x398
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_21 | For MIO_PAD21 |
pinmux.MIO_PAD_ATTR_REGWEN_22 @ 0x39c
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_22 | For MIO_PAD22 |
pinmux.MIO_PAD_ATTR_REGWEN_23 @ 0x3a0
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_23 | For MIO_PAD23 |
pinmux.MIO_PAD_ATTR_REGWEN_24 @ 0x3a4
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_24 | For MIO_PAD24 |
pinmux.MIO_PAD_ATTR_REGWEN_25 @ 0x3a8
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_25 | For MIO_PAD25 |
pinmux.MIO_PAD_ATTR_REGWEN_26 @ 0x3ac
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_26 | For MIO_PAD26 |
pinmux.MIO_PAD_ATTR_REGWEN_27 @ 0x3b0
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_27 | For MIO_PAD27 |
pinmux.MIO_PAD_ATTR_REGWEN_28 @ 0x3b4
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_28 | For MIO_PAD28 |
pinmux.MIO_PAD_ATTR_REGWEN_29 @ 0x3b8
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_29 | For MIO_PAD29 |
pinmux.MIO_PAD_ATTR_REGWEN_30 @ 0x3bc
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_30 | For MIO_PAD30 |
pinmux.MIO_PAD_ATTR_REGWEN_31 @ 0x3c0
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_31 | For MIO_PAD31 |
pinmux.MIO_PAD_ATTR_REGWEN_32 @ 0x3c4
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_32 | For MIO_PAD32 |
pinmux.MIO_PAD_ATTR_REGWEN_33 @ 0x3c8
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_33 | For MIO_PAD33 |
pinmux.MIO_PAD_ATTR_REGWEN_34 @ 0x3cc
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_34 | For MIO_PAD34 |
pinmux.MIO_PAD_ATTR_REGWEN_35 @ 0x3d0
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_35 | For MIO_PAD35 |
pinmux.MIO_PAD_ATTR_REGWEN_36 @ 0x3d4
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_36 | For MIO_PAD36 |
pinmux.MIO_PAD_ATTR_REGWEN_37 @ 0x3d8
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_37 | For MIO_PAD37 |
pinmux.MIO_PAD_ATTR_REGWEN_38 @ 0x3dc
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_38 | For MIO_PAD38 |
pinmux.MIO_PAD_ATTR_REGWEN_39 @ 0x3e0
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_39 | For MIO_PAD39 |
pinmux.MIO_PAD_ATTR_REGWEN_40 @ 0x3e4
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_40 | For MIO_PAD40 |
pinmux.MIO_PAD_ATTR_REGWEN_41 @ 0x3e8
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_41 | For MIO_PAD41 |
pinmux.MIO_PAD_ATTR_REGWEN_42 @ 0x3ec
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_42 | For MIO_PAD42 |
pinmux.MIO_PAD_ATTR_REGWEN_43 @ 0x3f0
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_43 | For MIO_PAD43 |
pinmux.MIO_PAD_ATTR_REGWEN_44 @ 0x3f4
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_44 | For MIO_PAD44 |
pinmux.MIO_PAD_ATTR_REGWEN_45 @ 0x3f8
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_45 | For MIO_PAD45 |
pinmux.MIO_PAD_ATTR_REGWEN_46 @ 0x3fc
Register write enable for MIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_46 | For MIO_PAD46 |
pinmux.MIO_PAD_ATTR_0 @ 0x400
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_0 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_0 | Invert input and output levels. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_0 | Enable virtual open drain. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_0 | Enable pull-up or pull-down resistor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_0 | Pull select (0: pull-down, 1: pull-up).
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_0 | Enable pull-up or pull-down resistor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_0 | Enable the schmitt trigger. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_0 | Enable open drain. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_0 | Slew rate (0x0: slowest, 0x3: fastest). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_0 | Drive strength (0x0: weakest, 0xf: strongest) |
pinmux.MIO_PAD_ATTR_1 @ 0x404
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_1 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_1 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_1 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_1 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_1 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_1 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_1 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_1 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_1 | For MIO_PAD1 |
pinmux.MIO_PAD_ATTR_2 @ 0x408
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_2 | For MIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_2 | For MIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_2 | For MIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_2 | For MIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_2 | For MIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_2 | For MIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_2 | For MIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_2 | For MIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_2 | For MIO_PAD2 |
pinmux.MIO_PAD_ATTR_3 @ 0x40c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_3 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_3 | For MIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_3 | For MIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_3 | For MIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_3 | For MIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_3 | For MIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_3 | For MIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_3 | For MIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_3 | For MIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_3 | For MIO_PAD3 |
pinmux.MIO_PAD_ATTR_4 @ 0x410
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_4 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_4 | For MIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_4 | For MIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_4 | For MIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_4 | For MIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_4 | For MIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_4 | For MIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_4 | For MIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_4 | For MIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_4 | For MIO_PAD4 |
pinmux.MIO_PAD_ATTR_5 @ 0x414
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_5 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_5 | For MIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_5 | For MIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_5 | For MIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_5 | For MIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_5 | For MIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_5 | For MIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_5 | For MIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_5 | For MIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_5 | For MIO_PAD5 |
pinmux.MIO_PAD_ATTR_6 @ 0x418
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_6 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_6 | For MIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_6 | For MIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_6 | For MIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_6 | For MIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_6 | For MIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_6 | For MIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_6 | For MIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_6 | For MIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_6 | For MIO_PAD6 |
pinmux.MIO_PAD_ATTR_7 @ 0x41c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_7 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_7 | For MIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_7 | For MIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_7 | For MIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_7 | For MIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_7 | For MIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_7 | For MIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_7 | For MIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_7 | For MIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_7 | For MIO_PAD7 |
pinmux.MIO_PAD_ATTR_8 @ 0x420
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_8 | For MIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_8 | For MIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_8 | For MIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_8 | For MIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_8 | For MIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_8 | For MIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_8 | For MIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_8 | For MIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_8 | For MIO_PAD8 |
pinmux.MIO_PAD_ATTR_9 @ 0x424
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_9 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_9 | For MIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_9 | For MIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_9 | For MIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_9 | For MIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_9 | For MIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_9 | For MIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_9 | For MIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_9 | For MIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_9 | For MIO_PAD9 |
pinmux.MIO_PAD_ATTR_10 @ 0x428
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_10 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_10 | For MIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_10 | For MIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_10 | For MIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_10 | For MIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_10 | For MIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_10 | For MIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_10 | For MIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_10 | For MIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_10 | For MIO_PAD10 |
pinmux.MIO_PAD_ATTR_11 @ 0x42c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_11 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_11 | For MIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_11 | For MIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_11 | For MIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_11 | For MIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_11 | For MIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_11 | For MIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_11 | For MIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_11 | For MIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_11 | For MIO_PAD11 |
pinmux.MIO_PAD_ATTR_12 @ 0x430
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_12 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_12 | For MIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_12 | For MIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_12 | For MIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_12 | For MIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_12 | For MIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_12 | For MIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_12 | For MIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_12 | For MIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_12 | For MIO_PAD12 |
pinmux.MIO_PAD_ATTR_13 @ 0x434
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_13 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_13 | For MIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_13 | For MIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_13 | For MIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_13 | For MIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_13 | For MIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_13 | For MIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_13 | For MIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_13 | For MIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_13 | For MIO_PAD13 |
pinmux.MIO_PAD_ATTR_14 @ 0x438
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_14 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_14 | For MIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_14 | For MIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_14 | For MIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_14 | For MIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_14 | For MIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_14 | For MIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_14 | For MIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_14 | For MIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_14 | For MIO_PAD14 |
pinmux.MIO_PAD_ATTR_15 @ 0x43c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_15 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_15 | For MIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_15 | For MIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_15 | For MIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_15 | For MIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_15 | For MIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_15 | For MIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_15 | For MIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_15 | For MIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_15 | For MIO_PAD15 |
pinmux.MIO_PAD_ATTR_16 @ 0x440
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_16 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_16 | For MIO_PAD16 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_16 | For MIO_PAD16 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_16 | For MIO_PAD16 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_16 | For MIO_PAD16 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_16 | For MIO_PAD16 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_16 | For MIO_PAD16 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_16 | For MIO_PAD16 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_16 | For MIO_PAD16 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_16 | For MIO_PAD16 |
pinmux.MIO_PAD_ATTR_17 @ 0x444
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_17 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_17 | For MIO_PAD17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_17 | For MIO_PAD17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_17 | For MIO_PAD17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_17 | For MIO_PAD17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_17 | For MIO_PAD17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_17 | For MIO_PAD17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_17 | For MIO_PAD17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_17 | For MIO_PAD17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_17 | For MIO_PAD17 |
pinmux.MIO_PAD_ATTR_18 @ 0x448
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_18 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_18 | For MIO_PAD18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_18 | For MIO_PAD18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_18 | For MIO_PAD18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_18 | For MIO_PAD18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_18 | For MIO_PAD18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_18 | For MIO_PAD18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_18 | For MIO_PAD18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_18 | For MIO_PAD18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_18 | For MIO_PAD18 |
pinmux.MIO_PAD_ATTR_19 @ 0x44c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_19 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_19 | For MIO_PAD19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_19 | For MIO_PAD19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_19 | For MIO_PAD19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_19 | For MIO_PAD19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_19 | For MIO_PAD19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_19 | For MIO_PAD19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_19 | For MIO_PAD19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_19 | For MIO_PAD19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_19 | For MIO_PAD19 |
pinmux.MIO_PAD_ATTR_20 @ 0x450
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_20 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_20 | For MIO_PAD20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_20 | For MIO_PAD20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_20 | For MIO_PAD20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_20 | For MIO_PAD20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_20 | For MIO_PAD20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_20 | For MIO_PAD20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_20 | For MIO_PAD20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_20 | For MIO_PAD20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_20 | For MIO_PAD20 |
pinmux.MIO_PAD_ATTR_21 @ 0x454
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_21 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_21 | For MIO_PAD21 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_21 | For MIO_PAD21 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_21 | For MIO_PAD21 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_21 | For MIO_PAD21 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_21 | For MIO_PAD21 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_21 | For MIO_PAD21 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_21 | For MIO_PAD21 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_21 | For MIO_PAD21 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_21 | For MIO_PAD21 |
pinmux.MIO_PAD_ATTR_22 @ 0x458
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_22 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_22 | For MIO_PAD22 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_22 | For MIO_PAD22 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_22 | For MIO_PAD22 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_22 | For MIO_PAD22 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_22 | For MIO_PAD22 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_22 | For MIO_PAD22 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_22 | For MIO_PAD22 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_22 | For MIO_PAD22 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_22 | For MIO_PAD22 |
pinmux.MIO_PAD_ATTR_23 @ 0x45c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_23 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_23 | For MIO_PAD23 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_23 | For MIO_PAD23 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_23 | For MIO_PAD23 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_23 | For MIO_PAD23 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_23 | For MIO_PAD23 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_23 | For MIO_PAD23 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_23 | For MIO_PAD23 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_23 | For MIO_PAD23 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_23 | For MIO_PAD23 |
pinmux.MIO_PAD_ATTR_24 @ 0x460
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_24 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_24 | For MIO_PAD24 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_24 | For MIO_PAD24 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_24 | For MIO_PAD24 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_24 | For MIO_PAD24 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_24 | For MIO_PAD24 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_24 | For MIO_PAD24 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_24 | For MIO_PAD24 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_24 | For MIO_PAD24 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_24 | For MIO_PAD24 |
pinmux.MIO_PAD_ATTR_25 @ 0x464
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_25 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_25 | For MIO_PAD25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_25 | For MIO_PAD25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_25 | For MIO_PAD25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_25 | For MIO_PAD25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_25 | For MIO_PAD25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_25 | For MIO_PAD25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_25 | For MIO_PAD25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_25 | For MIO_PAD25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_25 | For MIO_PAD25 |
pinmux.MIO_PAD_ATTR_26 @ 0x468
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_26 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_26 | For MIO_PAD26 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_26 | For MIO_PAD26 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_26 | For MIO_PAD26 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_26 | For MIO_PAD26 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_26 | For MIO_PAD26 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_26 | For MIO_PAD26 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_26 | For MIO_PAD26 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_26 | For MIO_PAD26 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_26 | For MIO_PAD26 |
pinmux.MIO_PAD_ATTR_27 @ 0x46c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_27 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_27 | For MIO_PAD27 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_27 | For MIO_PAD27 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_27 | For MIO_PAD27 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_27 | For MIO_PAD27 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_27 | For MIO_PAD27 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_27 | For MIO_PAD27 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_27 | For MIO_PAD27 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_27 | For MIO_PAD27 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_27 | For MIO_PAD27 |
pinmux.MIO_PAD_ATTR_28 @ 0x470
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_28 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_28 | For MIO_PAD28 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_28 | For MIO_PAD28 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_28 | For MIO_PAD28 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_28 | For MIO_PAD28 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_28 | For MIO_PAD28 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_28 | For MIO_PAD28 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_28 | For MIO_PAD28 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_28 | For MIO_PAD28 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_28 | For MIO_PAD28 |
pinmux.MIO_PAD_ATTR_29 @ 0x474
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_29 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_29 | For MIO_PAD29 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_29 | For MIO_PAD29 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_29 | For MIO_PAD29 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_29 | For MIO_PAD29 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_29 | For MIO_PAD29 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_29 | For MIO_PAD29 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_29 | For MIO_PAD29 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_29 | For MIO_PAD29 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_29 | For MIO_PAD29 |
pinmux.MIO_PAD_ATTR_30 @ 0x478
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_30 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_30 | For MIO_PAD30 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_30 | For MIO_PAD30 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_30 | For MIO_PAD30 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_30 | For MIO_PAD30 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_30 | For MIO_PAD30 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_30 | For MIO_PAD30 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_30 | For MIO_PAD30 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_30 | For MIO_PAD30 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_30 | For MIO_PAD30 |
pinmux.MIO_PAD_ATTR_31 @ 0x47c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_31 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_31 | For MIO_PAD31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_31 | For MIO_PAD31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_31 | For MIO_PAD31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_31 | For MIO_PAD31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_31 | For MIO_PAD31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_31 | For MIO_PAD31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_31 | For MIO_PAD31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_31 | For MIO_PAD31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_31 | For MIO_PAD31 |
pinmux.MIO_PAD_ATTR_32 @ 0x480
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_32 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_32 | For MIO_PAD32 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_32 | For MIO_PAD32 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_32 | For MIO_PAD32 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_32 | For MIO_PAD32 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_32 | For MIO_PAD32 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_32 | For MIO_PAD32 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_32 | For MIO_PAD32 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_32 | For MIO_PAD32 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_32 | For MIO_PAD32 |
pinmux.MIO_PAD_ATTR_33 @ 0x484
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_33 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_33 | For MIO_PAD33 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_33 | For MIO_PAD33 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_33 | For MIO_PAD33 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_33 | For MIO_PAD33 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_33 | For MIO_PAD33 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_33 | For MIO_PAD33 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_33 | For MIO_PAD33 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_33 | For MIO_PAD33 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_33 | For MIO_PAD33 |
pinmux.MIO_PAD_ATTR_34 @ 0x488
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_34 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_34 | For MIO_PAD34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_34 | For MIO_PAD34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_34 | For MIO_PAD34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_34 | For MIO_PAD34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_34 | For MIO_PAD34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_34 | For MIO_PAD34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_34 | For MIO_PAD34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_34 | For MIO_PAD34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_34 | For MIO_PAD34 |
pinmux.MIO_PAD_ATTR_35 @ 0x48c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_35 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_35 | For MIO_PAD35 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_35 | For MIO_PAD35 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_35 | For MIO_PAD35 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_35 | For MIO_PAD35 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_35 | For MIO_PAD35 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_35 | For MIO_PAD35 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_35 | For MIO_PAD35 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_35 | For MIO_PAD35 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_35 | For MIO_PAD35 |
pinmux.MIO_PAD_ATTR_36 @ 0x490
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_36 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_36 | For MIO_PAD36 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_36 | For MIO_PAD36 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_36 | For MIO_PAD36 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_36 | For MIO_PAD36 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_36 | For MIO_PAD36 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_36 | For MIO_PAD36 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_36 | For MIO_PAD36 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_36 | For MIO_PAD36 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_36 | For MIO_PAD36 |
pinmux.MIO_PAD_ATTR_37 @ 0x494
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_37 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_37 | For MIO_PAD37 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_37 | For MIO_PAD37 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_37 | For MIO_PAD37 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_37 | For MIO_PAD37 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_37 | For MIO_PAD37 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_37 | For MIO_PAD37 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_37 | For MIO_PAD37 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_37 | For MIO_PAD37 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_37 | For MIO_PAD37 |
pinmux.MIO_PAD_ATTR_38 @ 0x498
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_38 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_38 | For MIO_PAD38 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_38 | For MIO_PAD38 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_38 | For MIO_PAD38 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_38 | For MIO_PAD38 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_38 | For MIO_PAD38 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_38 | For MIO_PAD38 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_38 | For MIO_PAD38 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_38 | For MIO_PAD38 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_38 | For MIO_PAD38 |
pinmux.MIO_PAD_ATTR_39 @ 0x49c
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_39 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_39 | For MIO_PAD39 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_39 | For MIO_PAD39 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_39 | For MIO_PAD39 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_39 | For MIO_PAD39 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_39 | For MIO_PAD39 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_39 | For MIO_PAD39 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_39 | For MIO_PAD39 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_39 | For MIO_PAD39 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_39 | For MIO_PAD39 |
pinmux.MIO_PAD_ATTR_40 @ 0x4a0
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_40 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_40 | For MIO_PAD40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_40 | For MIO_PAD40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_40 | For MIO_PAD40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_40 | For MIO_PAD40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_40 | For MIO_PAD40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_40 | For MIO_PAD40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_40 | For MIO_PAD40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_40 | For MIO_PAD40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_40 | For MIO_PAD40 |
pinmux.MIO_PAD_ATTR_41 @ 0x4a4
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_41 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_41 | For MIO_PAD41 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_41 | For MIO_PAD41 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_41 | For MIO_PAD41 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_41 | For MIO_PAD41 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_41 | For MIO_PAD41 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_41 | For MIO_PAD41 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_41 | For MIO_PAD41 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_41 | For MIO_PAD41 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_41 | For MIO_PAD41 |
pinmux.MIO_PAD_ATTR_42 @ 0x4a8
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_42 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_42 | For MIO_PAD42 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_42 | For MIO_PAD42 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_42 | For MIO_PAD42 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_42 | For MIO_PAD42 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_42 | For MIO_PAD42 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_42 | For MIO_PAD42 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_42 | For MIO_PAD42 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_42 | For MIO_PAD42 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_42 | For MIO_PAD42 |
pinmux.MIO_PAD_ATTR_43 @ 0x4ac
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_43 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_43 | For MIO_PAD43 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_43 | For MIO_PAD43 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_43 | For MIO_PAD43 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_43 | For MIO_PAD43 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_43 | For MIO_PAD43 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_43 | For MIO_PAD43 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_43 | For MIO_PAD43 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_43 | For MIO_PAD43 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_43 | For MIO_PAD43 |
pinmux.MIO_PAD_ATTR_44 @ 0x4b0
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_44 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_44 | For MIO_PAD44 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_44 | For MIO_PAD44 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_44 | For MIO_PAD44 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_44 | For MIO_PAD44 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_44 | For MIO_PAD44 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_44 | For MIO_PAD44 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_44 | For MIO_PAD44 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_44 | For MIO_PAD44 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_44 | For MIO_PAD44 |
pinmux.MIO_PAD_ATTR_45 @ 0x4b4
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_45 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_45 | For MIO_PAD45 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_45 | For MIO_PAD45 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_45 | For MIO_PAD45 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_45 | For MIO_PAD45 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_45 | For MIO_PAD45 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_45 | For MIO_PAD45 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_45 | For MIO_PAD45 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_45 | For MIO_PAD45 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_45 | For MIO_PAD45 |
pinmux.MIO_PAD_ATTR_46 @ 0x4b8
Muxed pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = MIO_PAD_ATTR_REGWEN_46 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_46 | For MIO_PAD46 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_46 | For MIO_PAD46 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_46 | For MIO_PAD46 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_46 | For MIO_PAD46 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_46 | For MIO_PAD46 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_46 | For MIO_PAD46 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_46 | For MIO_PAD46 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_46 | For MIO_PAD46 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_46 | For MIO_PAD46 |
pinmux.DIO_PAD_ATTR_REGWEN_0 @ 0x4bc
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_0 | Register write enable bit.
If this is cleared to 0, the corresponding |
pinmux.DIO_PAD_ATTR_REGWEN_1 @ 0x4c0
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_1 | For DIO_PAD1 |
pinmux.DIO_PAD_ATTR_REGWEN_2 @ 0x4c4
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_2 | For DIO_PAD2 |
pinmux.DIO_PAD_ATTR_REGWEN_3 @ 0x4c8
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_3 | For DIO_PAD3 |
pinmux.DIO_PAD_ATTR_REGWEN_4 @ 0x4cc
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_4 | For DIO_PAD4 |
pinmux.DIO_PAD_ATTR_REGWEN_5 @ 0x4d0
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_5 | For DIO_PAD5 |
pinmux.DIO_PAD_ATTR_REGWEN_6 @ 0x4d4
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_6 | For DIO_PAD6 |
pinmux.DIO_PAD_ATTR_REGWEN_7 @ 0x4d8
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_7 | For DIO_PAD7 |
pinmux.DIO_PAD_ATTR_REGWEN_8 @ 0x4dc
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_8 | For DIO_PAD8 |
pinmux.DIO_PAD_ATTR_REGWEN_9 @ 0x4e0
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_9 | For DIO_PAD9 |
pinmux.DIO_PAD_ATTR_REGWEN_10 @ 0x4e4
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_10 | For DIO_PAD10 |
pinmux.DIO_PAD_ATTR_REGWEN_11 @ 0x4e8
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_11 | For DIO_PAD11 |
pinmux.DIO_PAD_ATTR_REGWEN_12 @ 0x4ec
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_12 | For DIO_PAD12 |
pinmux.DIO_PAD_ATTR_REGWEN_13 @ 0x4f0
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_13 | For DIO_PAD13 |
pinmux.DIO_PAD_ATTR_REGWEN_14 @ 0x4f4
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_14 | For DIO_PAD14 |
pinmux.DIO_PAD_ATTR_REGWEN_15 @ 0x4f8
Register write enable for DIO PAD attributes. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_15 | For DIO_PAD15 |
pinmux.DIO_PAD_ATTR_0 @ 0x4fc
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_0 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_0 | Invert input and output levels. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_0 | Enable virtual open drain. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_0 | Enable pull-up or pull-down resistor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_0 | Pull select (0: pull-down, 1: pull-up).
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_0 | Enable pull-up or pull-down resistor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_0 | Enable the schmitt trigger. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_0 | Enable open drain. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_0 | Slew rate (0x0: slowest, 0x3: fastest). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_0 | Drive strength (0x0: weakest, 0xf: strongest) |
pinmux.DIO_PAD_ATTR_1 @ 0x500
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_1 | For DIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_1 | For DIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_1 | For DIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_1 | For DIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_1 | For DIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_1 | For DIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_1 | For DIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_1 | For DIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_1 | For DIO_PAD1 |
pinmux.DIO_PAD_ATTR_2 @ 0x504
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_2 | For DIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_2 | For DIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_2 | For DIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_2 | For DIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_2 | For DIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_2 | For DIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_2 | For DIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_2 | For DIO_PAD2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_2 | For DIO_PAD2 |
pinmux.DIO_PAD_ATTR_3 @ 0x508
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_3 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_3 | For DIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_3 | For DIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_3 | For DIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_3 | For DIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_3 | For DIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_3 | For DIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_3 | For DIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_3 | For DIO_PAD3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_3 | For DIO_PAD3 |
pinmux.DIO_PAD_ATTR_4 @ 0x50c
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_4 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_4 | For DIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_4 | For DIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_4 | For DIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_4 | For DIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_4 | For DIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_4 | For DIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_4 | For DIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_4 | For DIO_PAD4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_4 | For DIO_PAD4 |
pinmux.DIO_PAD_ATTR_5 @ 0x510
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_5 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_5 | For DIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_5 | For DIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_5 | For DIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_5 | For DIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_5 | For DIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_5 | For DIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_5 | For DIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_5 | For DIO_PAD5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_5 | For DIO_PAD5 |
pinmux.DIO_PAD_ATTR_6 @ 0x514
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_6 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_6 | For DIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_6 | For DIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_6 | For DIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_6 | For DIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_6 | For DIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_6 | For DIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_6 | For DIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_6 | For DIO_PAD6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_6 | For DIO_PAD6 |
pinmux.DIO_PAD_ATTR_7 @ 0x518
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_7 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_7 | For DIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_7 | For DIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_7 | For DIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_7 | For DIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_7 | For DIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_7 | For DIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_7 | For DIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_7 | For DIO_PAD7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_7 | For DIO_PAD7 |
pinmux.DIO_PAD_ATTR_8 @ 0x51c
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_8 | For DIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_8 | For DIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_8 | For DIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_8 | For DIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_8 | For DIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_8 | For DIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_8 | For DIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_8 | For DIO_PAD8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_8 | For DIO_PAD8 |
pinmux.DIO_PAD_ATTR_9 @ 0x520
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_9 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_9 | For DIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_9 | For DIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_9 | For DIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_9 | For DIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_9 | For DIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_9 | For DIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_9 | For DIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_9 | For DIO_PAD9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_9 | For DIO_PAD9 |
pinmux.DIO_PAD_ATTR_10 @ 0x524
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_10 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_10 | For DIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_10 | For DIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_10 | For DIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_10 | For DIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_10 | For DIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_10 | For DIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_10 | For DIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_10 | For DIO_PAD10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_10 | For DIO_PAD10 |
pinmux.DIO_PAD_ATTR_11 @ 0x528
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_11 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_11 | For DIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_11 | For DIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_11 | For DIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_11 | For DIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_11 | For DIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_11 | For DIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_11 | For DIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_11 | For DIO_PAD11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_11 | For DIO_PAD11 |
pinmux.DIO_PAD_ATTR_12 @ 0x52c
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_12 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_12 | For DIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_12 | For DIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_12 | For DIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_12 | For DIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_12 | For DIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_12 | For DIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_12 | For DIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_12 | For DIO_PAD12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_12 | For DIO_PAD12 |
pinmux.DIO_PAD_ATTR_13 @ 0x530
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_13 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_13 | For DIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_13 | For DIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_13 | For DIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_13 | For DIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_13 | For DIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_13 | For DIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_13 | For DIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_13 | For DIO_PAD13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_13 | For DIO_PAD13 |
pinmux.DIO_PAD_ATTR_14 @ 0x534
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_14 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_14 | For DIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_14 | For DIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_14 | For DIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_14 | For DIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_14 | For DIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_14 | For DIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_14 | For DIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_14 | For DIO_PAD14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_14 | For DIO_PAD14 |
pinmux.DIO_PAD_ATTR_15 @ 0x538
Dedicated pad attributes. This register has WARL behavior since not each pad type may support all attributes. Reset default = 0x0, mask 0xf3007f
Register enable = DIO_PAD_ATTR_REGWEN_15 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | invert_15 | For DIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw | 0x0 | virtual_od_en_15 | For DIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw | 0x0 | pull_en_15 | For DIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw | 0x0 | pull_select_15 | For DIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw | 0x0 | keeper_en_15 | For DIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw | 0x0 | schmitt_en_15 | For DIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw | 0x0 | od_en_15 | For DIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15:7 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17:16 | rw | 0x0 | slew_rate_15 | For DIO_PAD15 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19:18 | Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23:20 | rw | 0x0 | drive_strength_15 | For DIO_PAD15 |
pinmux.MIO_PAD_SLEEP_STATUS_0 @ 0x53c
Register indicating whether the corresponding pad is in sleep mode. Reset default = 0x0, mask 0xffffffff
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x0 | EN_0 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw0c | 0x0 | EN_1 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw0c | 0x0 | EN_2 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw0c | 0x0 | EN_3 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw0c | 0x0 | EN_4 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw0c | 0x0 | EN_5 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw0c | 0x0 | EN_6 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
7 | rw0c | 0x0 | EN_7 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
8 | rw0c | 0x0 | EN_8 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
9 | rw0c | 0x0 | EN_9 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
10 | rw0c | 0x0 | EN_10 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 | rw0c | 0x0 | EN_11 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
12 | rw0c | 0x0 | EN_12 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
13 | rw0c | 0x0 | EN_13 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
14 | rw0c | 0x0 | EN_14 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15 | rw0c | 0x0 | EN_15 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
16 | rw0c | 0x0 | EN_16 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17 | rw0c | 0x0 | EN_17 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
18 | rw0c | 0x0 | EN_18 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19 | rw0c | 0x0 | EN_19 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
20 | rw0c | 0x0 | EN_20 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
21 | rw0c | 0x0 | EN_21 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
22 | rw0c | 0x0 | EN_22 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23 | rw0c | 0x0 | EN_23 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
24 | rw0c | 0x0 | EN_24 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
25 | rw0c | 0x0 | EN_25 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
26 | rw0c | 0x0 | EN_26 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
27 | rw0c | 0x0 | EN_27 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
28 | rw0c | 0x0 | EN_28 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
29 | rw0c | 0x0 | EN_29 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
30 | rw0c | 0x0 | EN_30 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
31 | rw0c | 0x0 | EN_31 | This register is set to 1 if the deep sleep mode of the corresponding
pad has been enabled ( |
pinmux.MIO_PAD_SLEEP_STATUS_1 @ 0x540
Register indicating whether the corresponding pad is in sleep mode. Reset default = 0x0, mask 0x7fff
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x0 | EN_32 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | rw0c | 0x0 | EN_33 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | rw0c | 0x0 | EN_34 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | rw0c | 0x0 | EN_35 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | rw0c | 0x0 | EN_36 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | rw0c | 0x0 | EN_37 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | rw0c | 0x0 | EN_38 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
7 | rw0c | 0x0 | EN_39 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
8 | rw0c | 0x0 | EN_40 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
9 | rw0c | 0x0 | EN_41 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
10 | rw0c | 0x0 | EN_42 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 | rw0c | 0x0 | EN_43 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
12 | rw0c | 0x0 | EN_44 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
13 | rw0c | 0x0 | EN_45 | For MIO_PAD1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
14 | rw0c | 0x0 | EN_46 | For MIO_PAD1 |
pinmux.MIO_PAD_SLEEP_REGWEN_0 @ 0x544
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_0 | Register write enable bit.
If this is cleared to 0, the corresponding |
pinmux.MIO_PAD_SLEEP_REGWEN_1 @ 0x548
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_1 | For MIO_PAD1 |
pinmux.MIO_PAD_SLEEP_REGWEN_2 @ 0x54c
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_2 | For MIO_PAD2 |
pinmux.MIO_PAD_SLEEP_REGWEN_3 @ 0x550
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_3 | For MIO_PAD3 |
pinmux.MIO_PAD_SLEEP_REGWEN_4 @ 0x554
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_4 | For MIO_PAD4 |
pinmux.MIO_PAD_SLEEP_REGWEN_5 @ 0x558
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_5 | For MIO_PAD5 |
pinmux.MIO_PAD_SLEEP_REGWEN_6 @ 0x55c
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_6 | For MIO_PAD6 |
pinmux.MIO_PAD_SLEEP_REGWEN_7 @ 0x560
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_7 | For MIO_PAD7 |
pinmux.MIO_PAD_SLEEP_REGWEN_8 @ 0x564
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_8 | For MIO_PAD8 |
pinmux.MIO_PAD_SLEEP_REGWEN_9 @ 0x568
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_9 | For MIO_PAD9 |
pinmux.MIO_PAD_SLEEP_REGWEN_10 @ 0x56c
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_10 | For MIO_PAD10 |
pinmux.MIO_PAD_SLEEP_REGWEN_11 @ 0x570
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_11 | For MIO_PAD11 |
pinmux.MIO_PAD_SLEEP_REGWEN_12 @ 0x574
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_12 | For MIO_PAD12 |
pinmux.MIO_PAD_SLEEP_REGWEN_13 @ 0x578
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_13 | For MIO_PAD13 |
pinmux.MIO_PAD_SLEEP_REGWEN_14 @ 0x57c
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_14 | For MIO_PAD14 |
pinmux.MIO_PAD_SLEEP_REGWEN_15 @ 0x580
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_15 | For MIO_PAD15 |
pinmux.MIO_PAD_SLEEP_REGWEN_16 @ 0x584
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_16 | For MIO_PAD16 |
pinmux.MIO_PAD_SLEEP_REGWEN_17 @ 0x588
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_17 | For MIO_PAD17 |
pinmux.MIO_PAD_SLEEP_REGWEN_18 @ 0x58c
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_18 | For MIO_PAD18 |
pinmux.MIO_PAD_SLEEP_REGWEN_19 @ 0x590
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_19 | For MIO_PAD19 |
pinmux.MIO_PAD_SLEEP_REGWEN_20 @ 0x594
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_20 | For MIO_PAD20 |
pinmux.MIO_PAD_SLEEP_REGWEN_21 @ 0x598
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_21 | For MIO_PAD21 |
pinmux.MIO_PAD_SLEEP_REGWEN_22 @ 0x59c
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_22 | For MIO_PAD22 |
pinmux.MIO_PAD_SLEEP_REGWEN_23 @ 0x5a0
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_23 | For MIO_PAD23 |
pinmux.MIO_PAD_SLEEP_REGWEN_24 @ 0x5a4
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_24 | For MIO_PAD24 |
pinmux.MIO_PAD_SLEEP_REGWEN_25 @ 0x5a8
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_25 | For MIO_PAD25 |
pinmux.MIO_PAD_SLEEP_REGWEN_26 @ 0x5ac
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_26 | For MIO_PAD26 |
pinmux.MIO_PAD_SLEEP_REGWEN_27 @ 0x5b0
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_27 | For MIO_PAD27 |
pinmux.MIO_PAD_SLEEP_REGWEN_28 @ 0x5b4
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_28 | For MIO_PAD28 |
pinmux.MIO_PAD_SLEEP_REGWEN_29 @ 0x5b8
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_29 | For MIO_PAD29 |
pinmux.MIO_PAD_SLEEP_REGWEN_30 @ 0x5bc
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_30 | For MIO_PAD30 |
pinmux.MIO_PAD_SLEEP_REGWEN_31 @ 0x5c0
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_31 | For MIO_PAD31 |
pinmux.MIO_PAD_SLEEP_REGWEN_32 @ 0x5c4
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_32 | For MIO_PAD32 |
pinmux.MIO_PAD_SLEEP_REGWEN_33 @ 0x5c8
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_33 | For MIO_PAD33 |
pinmux.MIO_PAD_SLEEP_REGWEN_34 @ 0x5cc
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_34 | For MIO_PAD34 |
pinmux.MIO_PAD_SLEEP_REGWEN_35 @ 0x5d0
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_35 | For MIO_PAD35 |
pinmux.MIO_PAD_SLEEP_REGWEN_36 @ 0x5d4
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_36 | For MIO_PAD36 |
pinmux.MIO_PAD_SLEEP_REGWEN_37 @ 0x5d8
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_37 | For MIO_PAD37 |
pinmux.MIO_PAD_SLEEP_REGWEN_38 @ 0x5dc
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_38 | For MIO_PAD38 |
pinmux.MIO_PAD_SLEEP_REGWEN_39 @ 0x5e0
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_39 | For MIO_PAD39 |
pinmux.MIO_PAD_SLEEP_REGWEN_40 @ 0x5e4
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_40 | For MIO_PAD40 |
pinmux.MIO_PAD_SLEEP_REGWEN_41 @ 0x5e8
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_41 | For MIO_PAD41 |
pinmux.MIO_PAD_SLEEP_REGWEN_42 @ 0x5ec
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_42 | For MIO_PAD42 |
pinmux.MIO_PAD_SLEEP_REGWEN_43 @ 0x5f0
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_43 | For MIO_PAD43 |
pinmux.MIO_PAD_SLEEP_REGWEN_44 @ 0x5f4
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_44 | For MIO_PAD44 |
pinmux.MIO_PAD_SLEEP_REGWEN_45 @ 0x5f8
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_45 | For MIO_PAD45 |
pinmux.MIO_PAD_SLEEP_REGWEN_46 @ 0x5fc
Register write enable for MIO sleep value configuration. Reset default = 0x1, mask 0x1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw0c | 0x1 | EN_46 | For MIO_PAD46 |
pinmux.MIO_PAD_SLEEP_EN_0 @ 0x600
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_0 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_0 | Deep sleep mode enable.
If this bit is set to 1 the corresponding pad will enable the sleep behavior
specified in |
pinmux.MIO_PAD_SLEEP_EN_1 @ 0x604
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_1 | For OUT1 |
pinmux.MIO_PAD_SLEEP_EN_2 @ 0x608
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_2 | For OUT2 |
pinmux.MIO_PAD_SLEEP_EN_3 @ 0x60c
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_3 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_3 | For OUT3 |
pinmux.MIO_PAD_SLEEP_EN_4 @ 0x610
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_4 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_4 | For OUT4 |
pinmux.MIO_PAD_SLEEP_EN_5 @ 0x614
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_5 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_5 | For OUT5 |
pinmux.MIO_PAD_SLEEP_EN_6 @ 0x618
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_6 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_6 | For OUT6 |
pinmux.MIO_PAD_SLEEP_EN_7 @ 0x61c
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_7 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_7 | For OUT7 |
pinmux.MIO_PAD_SLEEP_EN_8 @ 0x620
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_8 | For OUT8 |
pinmux.MIO_PAD_SLEEP_EN_9 @ 0x624
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_9 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_9 | For OUT9 |
pinmux.MIO_PAD_SLEEP_EN_10 @ 0x628
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_10 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_10 | For OUT10 |
pinmux.MIO_PAD_SLEEP_EN_11 @ 0x62c
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_11 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_11 | For OUT11 |
pinmux.MIO_PAD_SLEEP_EN_12 @ 0x630
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_12 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_12 | For OUT12 |
pinmux.MIO_PAD_SLEEP_EN_13 @ 0x634
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_13 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_13 | For OUT13 |
pinmux.MIO_PAD_SLEEP_EN_14 @ 0x638
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_14 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bits | Type | Reset | Name | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0 | rw | 0x0 | EN_14 | For OUT14 |
pinmux.MIO_PAD_SLEEP_EN_15 @ 0x63c
Enables the sleep mode of the corresponding muxed pad. Reset default = 0x0, mask 0x1
Register enable = MIO_PAD_SLEEP_REGWEN_15 |
||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|