mFrame
|
列舉型態 | |
enum struct | REMAP : uint32 { CPU0_SBUS_MASK = (0x3U << +Shift::REMAP_CPU0_SBUS) , CPU0_SBUS_04000000 = (0x0U << +Shift::REMAP_CPU0_SBUS) , CPU0_SBUS_20006000 = (0x1U << +Shift::REMAP_CPU0_SBUS) , DMA0_MASK = (0x3U << +Shift::REMAP_DMA0) , DMA0_04000000 = (0x0U << +Shift::REMAP_DMA0) , DMA0_CPU0_SBUS = (0x1U << +Shift::REMAP_DMA0) , USB0_MASK = (0x3U << +Shift::REMAP_USB0) , USB0_04000000 = (0x0U << +Shift::REMAP_USB0) , USB0_CPU0_SBUS = (0x1U << +Shift::REMAP_USB0) , LOCK = (0x1U << +Shift::REMAP_LOCK) , DEFAULT = 0x00000000U } |
函式 | |
constexpr unsigned int | operator+ (REMAP e) |
Copyright (c) 2020 ZxyKira All rights reserved.
SPDX-License-Identifier: MIT
|
strong |
列舉值 | |
---|---|
CPU0_SBUS_MASK | CPU0_SBUS Clear Mask. |
CPU0_SBUS_04000000 | CPU0_SBUS - RAMX0[00b]: 0x04000000 - 0x04001fff |
CPU0_SBUS_20006000 | CPU0_SBUS - RAMX0[01b]: 0x20006000 - 0x20007fff |
DMA0_MASK | DMA0 Clear Maks. |
DMA0_04000000 | DMA0 - RAMX0[00b]: 0x04000000 - 0x04001fff |
DMA0_CPU0_SBUS | DMA0 - RAMX0[01b]: same alias space as CPU0_SBUS |
USB0_MASK | USB0 Clear Maks. |
USB0_04000000 | USB0 - RAMX0[00b]: 0x04000000 - 0x04001fff |
USB0_CPU0_SBUS | USB0 - RAMX0[01b]: same alias space as CPU0_SBUS |
LOCK | LOCK. This 1-bit field provides a mechanism to limit writes to the this register to protect its contents. Once set, this bit remains asserted until a system reset.
|
DEFAULT | Register default value |