mFrame
載入中...
搜尋中...
無符合項目
REMAP.h
1
7#ifndef CHIP_71615CFB_65AC_41D2_ACA7_FC2753FDF9E5
8#define CHIP_71615CFB_65AC_41D2_ACA7_FC2753FDF9E5
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18#include "./../Shift.h"
19
20/* ***************************************************************************************
21 * Namespace
22 */
24 enum struct REMAP : uint32;
25
26 constexpr unsigned int operator+(REMAP e) {
27 return static_cast<unsigned int>(e);
28 }
29} // namespace chip::syscon::mask
30
31/* ***************************************************************************************
32 * Class/Interface/Struct/Enum
33 */
34enum struct chip::syscon::mask::REMAP : uint32 {
35 CPU0_SBUS_MASK = (0x3U << +Shift::REMAP_CPU0_SBUS),
36 CPU0_SBUS_04000000 = (0x0U << +Shift::REMAP_CPU0_SBUS),
37 CPU0_SBUS_20006000 = (0x1U << +Shift::REMAP_CPU0_SBUS),
38 DMA0_MASK = (0x3U << +Shift::REMAP_DMA0),
39 DMA0_04000000 = (0x0U << +Shift::REMAP_DMA0),
40 DMA0_CPU0_SBUS = (0x1U << +Shift::REMAP_DMA0),
41 USB0_MASK = (0x3U << +Shift::REMAP_USB0),
42 USB0_04000000 = (0x0U << +Shift::REMAP_USB0),
43 USB0_CPU0_SBUS = (0x1U << +Shift::REMAP_USB0),
55 LOCK = (0x1U << +Shift::REMAP_LOCK),
56 DEFAULT = 0x00000000U
57};
58
59/* ***************************************************************************************
60 * End of file
61 */
62
63#endif /* CHIP_71615CFB_65AC_41D2_ACA7_FC2753FDF9E5 */
Definition REMAP.h:23
REMAP
Definition REMAP.h:34