mFrame
載入中...
搜尋中...
無符合項目
MBC.h
1
7#ifndef MCXA153_B5BAE8AB_A7B2_43D5_BCC9_A7B4D7EEDEC3
8#define MCXA153_B5BAE8AB_A7B2_43D5_BCC9_A7B4D7EEDEC3
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16#include "./../Processor.h"
17#include "./../trdc/Register.h"
18
19//----------------------------------------------------------------------------------------
20
21/* ***************************************************************************************
22 * Namespace
23 */
25 class MBC;
26
27 mcxa153::chip::trdc::Register* const MBC0 = reinterpret_cast<mcxa153::chip::trdc::Register*>(
29
30 mcxa153::chip::trdc::Register* const MBC[] = {MBC0};
31} // namespace mcxa153::chip::mbc
32
33/* ***************************************************************************************
34 * Class/Interface/Struct/Enum
35 */
36
140 /* *************************************************************************************
141 * Variable
142 */
143
144 /* *************************************************************************************
145 * Abstract Method
146 */
147
148 /* *************************************************************************************
149 * Construct Method
150 */
151 protected:
156 virtual ~MBC(void) override;
157
158 /* *************************************************************************************
159 * Operator Method
160 */
161
162 /* *************************************************************************************
163 * Override Method
164 */
165
166 /* *************************************************************************************
167 * Public Method
168 */
169
170 /* *************************************************************************************
171 * Protected Method
172 */
173
174 /* *************************************************************************************
175 * Private Method
176 */
177
178 /* *************************************************************************************
179 * Static Variable
180 */
181
182 /* *************************************************************************************
183 * Static Method
184 */
185};
186
187/* ***************************************************************************************
188 * End of file
189 */
190
191#endif /* MCXA153_B5BAE8AB_A7B2_43D5_BCC9_A7B4D7EEDEC3 */
static constexpr uint32 BASE_MBC0
MBC0 基地址 - 記憶體邊界檢查器0 (TrustZone) (0x4008E000)
Definition Processor.h:225
MCXA153 記憶體區塊檢查器 (Memory Block Checker) 存取控制靜態工具類別
Definition MBC.h:139
virtual ~MBC(void) override
Destroy the object.
Definition NonInstantiable.h:29
Definition MBC.h:24
MCXA153 TRDC (Trusted Resource Domain Controller) Register Structure (TRDC寄存器結構)
Definition trdc/Register.h:153