mFrame
載入中...
搜尋中...
無符合項目
trdc/Register.h
1
7#ifndef CHIP_BBB2D802_CFE3_48B8_998B_1016F2D66F03
8#define CHIP_BBB2D802_CFE3_48B8_998B_1016F2D66F03
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace chip::trdc {
23 struct Register;
24} // namespace chip::trdc
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
101 struct { /* offset: 0x0, array step: 0x1CC */
102 __IO uint32 mbc_mem_glbcfg[4];
103 __IO uint32 mbc_nse_blk_index;
104 __O uint32 mbc_nse_blk_set;
105 __O uint32 mbc_nse_blk_clr;
107 __IO uint32 mbc_memn_glbac[8];
108 __IO uint32 mbc_dom0_mem0_blk_cfg_w[2];
109 uint8 reserved_0[248];
110 __IO uint32 mbc_dom0_mem0_blk_nse_w[1];
111 uint8 reserved_1[60];
112 __IO uint32 mbc_dom0_mem1_blk_cfg_w[1];
113 uint8 reserved_2[28];
114 __IO uint32 mbc_dom0_mem1_blk_nse_w[1];
115 uint8 reserved_3[4];
116 __IO uint32 mbc_dom0_mem2_blk_cfg_w[1];
117 uint8 reserved_4[28];
118 __IO uint32 mbc_dom0_mem2_blk_nse_w[1];
119 } mbc_index[1];
120};
121
122/* ***************************************************************************************
123 * End of file
124 */
125
126#endif /* CHIP_BBB2D802_CFE3_48B8_998B_1016F2D66F03 */
Definition trdc/Count.h:22
Memory Block Checker(MBC)
Definition trdc/Register.h:100
__IO uint32 mbc_nse_blk_index
Definition trdc/Register.h:103
__O uint32 mbc_nse_blk_clr_all
Definition trdc/Register.h:106
__IO uint32 mbc_dom0_mem0_blk_cfg_w[2]
Definition trdc/Register.h:108
__IO uint32 mbc_dom0_mem1_blk_nse_w[1]
Definition trdc/Register.h:114
__O uint32 mbc_nse_blk_set
Definition trdc/Register.h:104
__IO uint32 mbc_dom0_mem2_blk_cfg_w[1]
Definition trdc/Register.h:116
__IO uint32 mbc_dom0_mem1_blk_cfg_w[1]
Definition trdc/Register.h:112
__IO uint32 mbc_dom0_mem2_blk_nse_w[1]
Definition trdc/Register.h:118
__IO uint32 mbc_memn_glbac[8]
Definition trdc/Register.h:107
__O uint32 mbc_nse_blk_clr
Definition trdc/Register.h:105
__IO uint32 mbc_mem_glbcfg[4]
Definition trdc/Register.h:102
__IO uint32 mbc_dom0_mem0_blk_nse_w[1]
Definition trdc/Register.h:110