1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Provides information about TZC configuration."]
    pub tzc_build_config: crate::Reg<tzc_build_config::TZC_BUILD_CONFIG_SPEC>,
    #[doc = "0x04 - Controls interrupt and bus error response behavior when regions permission failures occur."]
    pub tzc_action: crate::Reg<tzc_action::TZC_ACTION_SPEC>,
    #[doc = "0x08 - Provides control and status for the gate keeper in each filter unit implemented."]
    pub tzc_gate_keeper: crate::Reg<tzc_gate_keeper::TZC_GATE_KEEPER_SPEC>,
    #[doc = "0x0c - Controls read and write access speculation."]
    pub tzc_speculation_ctrl: crate::Reg<tzc_speculation_ctrl::TZC_SPECULATION_CTRL_SPEC>,
    #[doc = "0x10 - Contains the status of the interrupt signal, TZCINT, that reports access security violations or region overlap errors."]
    pub tzc_int_status: crate::Reg<tzc_int_status::TZC_INT_STATUS_SPEC>,
    #[doc = "0x14 - Interrupt clear for each filter."]
    pub tzc_int_clear: crate::Reg<tzc_int_clear::TZC_INT_CLEAR_SPEC>,
    _reserved6: [u8; 0x08],
    #[doc = "0x20 - Address low bits of the first failed access in the associated filter (0 to 1)."]
    pub tzc_fail_address_low0: crate::Reg<tzc_fail_address_low0::TZC_FAIL_ADDRESS_LOW0_SPEC>,
    #[doc = "0x24 - Address high bit of the first failed access in the associated filter (0 to 1). Not used with 32bit address."]
    pub tzc_fail_address_high0: crate::Reg<tzc_fail_address_high0::TZC_FAIL_ADDRESS_HIGH0_SPEC>,
    #[doc = "0x28 - Status information about the first access that failed a region permission check in the associated filter (0 to 1)."]
    pub tzc_fail_control0: crate::Reg<tzc_fail_control0::TZC_FAIL_CONTROL0_SPEC>,
    #[doc = "0x2c - Contains the master AXI ARID or AWID of the first access that failed a region permission check in the associated filter unit. This occurs even if the ACTION register is set to not drive the interrupt signal. AXI ID mapping is described in Table4: NSAID definition table (TBD)."]
    pub tzc_fail_id0: crate::Reg<tzc_fail_id0::TZC_FAIL_ID0_SPEC>,
    #[doc = "0x30 - Address low bits of the first failed access in the associated filter (0 to 1)."]
    pub tzc_fail_address_low1: crate::Reg<tzc_fail_address_low1::TZC_FAIL_ADDRESS_LOW1_SPEC>,
    #[doc = "0x34 - Address high bit of the first failed access in the associated filter (0 to 1). Not used with 32bit address."]
    pub tzc_fail_address_high1: crate::Reg<tzc_fail_address_high1::TZC_FAIL_ADDRESS_HIGH1_SPEC>,
    #[doc = "0x38 - Status information about the first access that failed a region permission check in the associated filter (0 to 1)."]
    pub tzc_fail_control1: crate::Reg<tzc_fail_control1::TZC_FAIL_CONTROL1_SPEC>,
    #[doc = "0x3c - Contains the master AXI ARID or AWID of the first access that failed a region permission check in the associated filter unit. This occurs even if the ACTION register is set to not drive the interrupt signal. AXI ID mapping is described in Table4: NSAID definition table (TBD)."]
    pub tzc_fail_id1: crate::Reg<tzc_fail_id1::TZC_FAIL_ID1_SPEC>,
    _reserved14: [u8; 0xc4],
    #[doc = "0x104 - Base address high are not used with 32-bit address."]
    pub tzc_region_base_high0: crate::Reg<tzc_region_base_high0::TZC_REGION_BASE_HIGH0_SPEC>,
    #[doc = "0x108 - Top address bits \\[31:12\\]
for region 0."]
    pub tzc_region_top_low0: crate::Reg<tzc_region_top_low0::TZC_REGION_TOP_LOW0_SPEC>,
    #[doc = "0x10c - Top address high of region are not used with 32-bit address."]
    pub tzc_region_top_high0: crate::Reg<tzc_region_top_high0::TZC_REGION_TOP_HIGH0_SPEC>,
    #[doc = "0x110 - Region 0 attributes."]
    pub tzc_region_attribute0: crate::Reg<tzc_region_attribute0::TZC_REGION_ATTRIBUTE0_SPEC>,
    #[doc = "0x114 - Region non-secure access based on NSAID."]
    pub tzc_region_id_access0: crate::Reg<tzc_region_id_access0::TZC_REGION_ID_ACCESS0_SPEC>,
    _reserved19: [u8; 0x08],
    #[doc = "0x120 - Base address low for regions 1 to 8."]
    pub tzc_region_base_low1: crate::Reg<tzc_region_base_low1::TZC_REGION_BASE_LOW1_SPEC>,
    #[doc = "0x124 - Base address high are not used with 32-bit address."]
    pub tzc_region_base_high1: crate::Reg<tzc_region_base_high1::TZC_REGION_BASE_HIGH1_SPEC>,
    #[doc = "0x128 - Top address bits \\[31:12\\]
for region x."]
    pub tzc_region_top_low1: crate::Reg<tzc_region_top_low1::TZC_REGION_TOP_LOW1_SPEC>,
    #[doc = "0x12c - Top address high of region are not used with 32-bit address."]
    pub tzc_region_top_high1: crate::Reg<tzc_region_top_high1::TZC_REGION_TOP_HIGH1_SPEC>,
    #[doc = "0x130 - Region x attributes."]
    pub tzc_region_attribute1: crate::Reg<tzc_region_attribute1::TZC_REGION_ATTRIBUTE1_SPEC>,
    #[doc = "0x134 - Region non-secure access based on NSAID."]
    pub tzc_region_id_access1: crate::Reg<tzc_region_id_access1::TZC_REGION_ID_ACCESS1_SPEC>,
    _reserved25: [u8; 0x08],
    #[doc = "0x140 - Base address low for regions 1 to 8."]
    pub tzc_region_base_low2: crate::Reg<tzc_region_base_low2::TZC_REGION_BASE_LOW2_SPEC>,
    #[doc = "0x144 - Base address high are not used with 32-bit address."]
    pub tzc_region_base_high2: crate::Reg<tzc_region_base_high2::TZC_REGION_BASE_HIGH2_SPEC>,
    #[doc = "0x148 - Top address bits \\[31:12\\]
for region x."]
    pub tzc_region_top_low2: crate::Reg<tzc_region_top_low2::TZC_REGION_TOP_LOW2_SPEC>,
    #[doc = "0x14c - Top address high of region are not used with 32-bit address."]
    pub tzc_region_top_high2: crate::Reg<tzc_region_top_high2::TZC_REGION_TOP_HIGH2_SPEC>,
    #[doc = "0x150 - Region x attributes."]
    pub tzc_region_attribute2: crate::Reg<tzc_region_attribute2::TZC_REGION_ATTRIBUTE2_SPEC>,
    #[doc = "0x154 - Region non-secure access based on NSAID."]
    pub tzc_region_id_access2: crate::Reg<tzc_region_id_access2::TZC_REGION_ID_ACCESS2_SPEC>,
    _reserved31: [u8; 0x08],
    #[doc = "0x160 - Base address low for regions 1 to 8."]
    pub tzc_region_base_low3: crate::Reg<tzc_region_base_low3::TZC_REGION_BASE_LOW3_SPEC>,
    #[doc = "0x164 - Base address high are not used with 32-bit address."]
    pub tzc_region_base_high3: crate::Reg<tzc_region_base_high3::TZC_REGION_BASE_HIGH3_SPEC>,
    #[doc = "0x168 - Top address bits \\[31:12\\]
for region x."]
    pub tzc_region_top_low3: crate::Reg<tzc_region_top_low3::TZC_REGION_TOP_LOW3_SPEC>,
    #[doc = "0x16c - Top address high of region are not used with 32-bit address."]
    pub tzc_region_top_high3: crate::Reg<tzc_region_top_high3::TZC_REGION_TOP_HIGH3_SPEC>,
    #[doc = "0x170 - Region x attributes."]
    pub tzc_region_attribute3: crate::Reg<tzc_region_attribute3::TZC_REGION_ATTRIBUTE3_SPEC>,
    #[doc = "0x174 - Region non-secure access based on NSAID."]
    pub tzc_region_id_access3: crate::Reg<tzc_region_id_access3::TZC_REGION_ID_ACCESS3_SPEC>,
    _reserved37: [u8; 0x08],
    #[doc = "0x180 - Base address low for regions 1 to 8."]
    pub tzc_region_base_low4: crate::Reg<tzc_region_base_low4::TZC_REGION_BASE_LOW4_SPEC>,
    #[doc = "0x184 - Base address high are not used with 32-bit address."]
    pub tzc_region_base_high4: crate::Reg<tzc_region_base_high4::TZC_REGION_BASE_HIGH4_SPEC>,
    #[doc = "0x188 - Top address bits \\[31:12\\]
for region x."]
    pub tzc_region_top_low4: crate::Reg<tzc_region_top_low4::TZC_REGION_TOP_LOW4_SPEC>,
    #[doc = "0x18c - Top address high of region are not used with 32-bit address."]
    pub tzc_region_top_high4: crate::Reg<tzc_region_top_high4::TZC_REGION_TOP_HIGH4_SPEC>,
    #[doc = "0x190 - Region x attributes."]
    pub tzc_region_attribute4: crate::Reg<tzc_region_attribute4::TZC_REGION_ATTRIBUTE4_SPEC>,
    #[doc = "0x194 - Region non-secure access based on NSAID."]
    pub tzc_region_id_access4: crate::Reg<tzc_region_id_access4::TZC_REGION_ID_ACCESS4_SPEC>,
    _reserved43: [u8; 0x08],
    #[doc = "0x1a0 - Base address low for regions 1 to 8."]
    pub tzc_region_base_low5: crate::Reg<tzc_region_base_low5::TZC_REGION_BASE_LOW5_SPEC>,
    #[doc = "0x1a4 - Base address high are not used with 32-bit address."]
    pub tzc_region_base_high5: crate::Reg<tzc_region_base_high5::TZC_REGION_BASE_HIGH5_SPEC>,
    #[doc = "0x1a8 - Top address bits \\[31:12\\]
for region x."]
    pub tzc_region_top_low5: crate::Reg<tzc_region_top_low5::TZC_REGION_TOP_LOW5_SPEC>,
    #[doc = "0x1ac - Top address high of region are not used with 32-bit address."]
    pub tzc_region_top_high5: crate::Reg<tzc_region_top_high5::TZC_REGION_TOP_HIGH5_SPEC>,
    #[doc = "0x1b0 - Region x attributes."]
    pub tzc_region_attribute5: crate::Reg<tzc_region_attribute5::TZC_REGION_ATTRIBUTE5_SPEC>,
    #[doc = "0x1b4 - Region non-secure access based on NSAID."]
    pub tzc_region_id_access5: crate::Reg<tzc_region_id_access5::TZC_REGION_ID_ACCESS5_SPEC>,
    _reserved49: [u8; 0x08],
    #[doc = "0x1c0 - Base address low for regions 1 to 8."]
    pub tzc_region_base_low6: crate::Reg<tzc_region_base_low6::TZC_REGION_BASE_LOW6_SPEC>,
    #[doc = "0x1c4 - Base address high are not used with 32-bit address."]
    pub tzc_region_base_high6: crate::Reg<tzc_region_base_high6::TZC_REGION_BASE_HIGH6_SPEC>,
    #[doc = "0x1c8 - Top address bits \\[31:12\\]
for region x."]
    pub tzc_region_top_low6: crate::Reg<tzc_region_top_low6::TZC_REGION_TOP_LOW6_SPEC>,
    #[doc = "0x1cc - Top address high of region are not used with 32-bit address."]
    pub tzc_region_top_high6: crate::Reg<tzc_region_top_high6::TZC_REGION_TOP_HIGH6_SPEC>,
    #[doc = "0x1d0 - Region x attributes."]
    pub tzc_region_attribute6: crate::Reg<tzc_region_attribute6::TZC_REGION_ATTRIBUTE6_SPEC>,
    #[doc = "0x1d4 - Region non-secure access based on NSAID."]
    pub tzc_region_id_access6: crate::Reg<tzc_region_id_access6::TZC_REGION_ID_ACCESS6_SPEC>,
    _reserved55: [u8; 0x10],
    #[doc = "0x1e8 - Top address bits \\[31:12\\]
for region x."]
    pub tzc_region_top_low7: crate::Reg<tzc_region_top_low7::TZC_REGION_TOP_LOW7_SPEC>,
    _reserved56: [u8; 0x04],
    #[doc = "0x1f0 - Region x attributes."]
    pub tzc_region_attribute7: crate::Reg<tzc_region_attribute7::TZC_REGION_ATTRIBUTE7_SPEC>,
    _reserved57: [u8; 0x0c],
    #[doc = "0x200 - Base address low for regions 1 to 8."]
    pub tzc_region_base_low8: crate::Reg<tzc_region_base_low8::TZC_REGION_BASE_LOW8_SPEC>,
    #[doc = "0x204 - Base address high are not used with 32-bit address."]
    pub tzc_region_base_high8: crate::Reg<tzc_region_base_high8::TZC_REGION_BASE_HIGH8_SPEC>,
    _reserved59: [u8; 0x08],
    #[doc = "0x210 - Region x attributes."]
    pub tzc_region_attribute8: crate::Reg<tzc_region_attribute8::TZC_REGION_ATTRIBUTE8_SPEC>,
    _reserved60: [u8; 0xcc],
    #[doc = "0x2e0 - Base address low for regions 1 to 8."]
    pub tzc_region_base_low7: crate::Reg<tzc_region_base_low7::TZC_REGION_BASE_LOW7_SPEC>,
    #[doc = "0x2e4 - Base address high are not used with 32-bit address."]
    pub tzc_region_base_high7: crate::Reg<tzc_region_base_high7::TZC_REGION_BASE_HIGH7_SPEC>,
    _reserved62: [u8; 0x04],
    #[doc = "0x2ec - Top address high of region are not used with 32-bit address."]
    pub tzc_region_top_high7: crate::Reg<tzc_region_top_high7::TZC_REGION_TOP_HIGH7_SPEC>,
    _reserved63: [u8; 0x04],
    #[doc = "0x2f4 - Region non-secure access based on NSAID."]
    pub tzc_region_id_access7: crate::Reg<tzc_region_id_access7::TZC_REGION_ID_ACCESS7_SPEC>,
    _reserved64: [u8; 0x10],
    #[doc = "0x308 - Top address bits \\[31:12\\]
for region x."]
    pub tzc_region_top_low8: crate::Reg<tzc_region_top_low8::TZC_REGION_TOP_LOW8_SPEC>,
    #[doc = "0x30c - Top address high of region are not used with 32-bit address."]
    pub tzc_region_top_high8: crate::Reg<tzc_region_top_high8::TZC_REGION_TOP_HIGH8_SPEC>,
    _reserved66: [u8; 0x04],
    #[doc = "0x314 - Region non-secure access based on NSAID."]
    pub tzc_region_id_access8: crate::Reg<tzc_region_id_access8::TZC_REGION_ID_ACCESS8_SPEC>,
    _reserved67: [u8; 0x0cb8],
    #[doc = "0xfd0 - Peripheral ID 4."]
    pub tzc_pid4: crate::Reg<tzc_pid4::TZC_PID4_SPEC>,
    #[doc = "0xfd4 - Peripheral ID 5."]
    pub tzc_pid5: crate::Reg<tzc_pid5::TZC_PID5_SPEC>,
    #[doc = "0xfd8 - Peripheral ID 6."]
    pub tzc_pid6: crate::Reg<tzc_pid6::TZC_PID6_SPEC>,
    #[doc = "0xfdc - Peripheral ID 7."]
    pub tzc_pid7: crate::Reg<tzc_pid7::TZC_PID7_SPEC>,
    #[doc = "0xfe0 - Peripheral ID 0."]
    pub tzc_pid0: crate::Reg<tzc_pid0::TZC_PID0_SPEC>,
    #[doc = "0xfe4 - Peripheral ID 1."]
    pub tzc_pid1: crate::Reg<tzc_pid1::TZC_PID1_SPEC>,
    #[doc = "0xfe8 - Peripheral ID 2."]
    pub tzc_pid2: crate::Reg<tzc_pid2::TZC_PID2_SPEC>,
    #[doc = "0xfec - Peripheral ID 3."]
    pub tzc_pid3: crate::Reg<tzc_pid3::TZC_PID3_SPEC>,
    #[doc = "0xff0 - Component ID 0."]
    pub tzc_cid0: crate::Reg<tzc_cid0::TZC_CID0_SPEC>,
    #[doc = "0xff4 - Component ID 1."]
    pub tzc_cid1: crate::Reg<tzc_cid1::TZC_CID1_SPEC>,
    #[doc = "0xff8 - Component ID 2."]
    pub tzc_cid2: crate::Reg<tzc_cid2::TZC_CID2_SPEC>,
    #[doc = "0xffc - Component ID 3."]
    pub tzc_cid3: crate::Reg<tzc_cid3::TZC_CID3_SPEC>,
}
#[doc = "TZC_BUILD_CONFIG register accessor: an alias for `Reg<TZC_BUILD_CONFIG_SPEC>`"]
pub type TZC_BUILD_CONFIG = crate::Reg<tzc_build_config::TZC_BUILD_CONFIG_SPEC>;
#[doc = "Provides information about TZC configuration."]
pub mod tzc_build_config;
#[doc = "TZC_ACTION register accessor: an alias for `Reg<TZC_ACTION_SPEC>`"]
pub type TZC_ACTION = crate::Reg<tzc_action::TZC_ACTION_SPEC>;
#[doc = "Controls interrupt and bus error response behavior when regions permission failures occur."]
pub mod tzc_action;
#[doc = "TZC_GATE_KEEPER register accessor: an alias for `Reg<TZC_GATE_KEEPER_SPEC>`"]
pub type TZC_GATE_KEEPER = crate::Reg<tzc_gate_keeper::TZC_GATE_KEEPER_SPEC>;
#[doc = "Provides control and status for the gate keeper in each filter unit implemented."]
pub mod tzc_gate_keeper;
#[doc = "TZC_SPECULATION_CTRL register accessor: an alias for `Reg<TZC_SPECULATION_CTRL_SPEC>`"]
pub type TZC_SPECULATION_CTRL = crate::Reg<tzc_speculation_ctrl::TZC_SPECULATION_CTRL_SPEC>;
#[doc = "Controls read and write access speculation."]
pub mod tzc_speculation_ctrl;
#[doc = "TZC_INT_STATUS register accessor: an alias for `Reg<TZC_INT_STATUS_SPEC>`"]
pub type TZC_INT_STATUS = crate::Reg<tzc_int_status::TZC_INT_STATUS_SPEC>;
#[doc = "Contains the status of the interrupt signal, TZCINT, that reports access security violations or region overlap errors."]
pub mod tzc_int_status;
#[doc = "TZC_INT_CLEAR register accessor: an alias for `Reg<TZC_INT_CLEAR_SPEC>`"]
pub type TZC_INT_CLEAR = crate::Reg<tzc_int_clear::TZC_INT_CLEAR_SPEC>;
#[doc = "Interrupt clear for each filter."]
pub mod tzc_int_clear;
#[doc = "TZC_FAIL_CONTROL0 register accessor: an alias for `Reg<TZC_FAIL_CONTROL0_SPEC>`"]
pub type TZC_FAIL_CONTROL0 = crate::Reg<tzc_fail_control0::TZC_FAIL_CONTROL0_SPEC>;
#[doc = "Status information about the first access that failed a region permission check in the associated filter (0 to 1)."]
pub mod tzc_fail_control0;
#[doc = "TZC_FAIL_ID0 register accessor: an alias for `Reg<TZC_FAIL_ID0_SPEC>`"]
pub type TZC_FAIL_ID0 = crate::Reg<tzc_fail_id0::TZC_FAIL_ID0_SPEC>;
#[doc = "Contains the master AXI ARID or AWID of the first access that failed a region permission check in the associated filter unit. This occurs even if the ACTION register is set to not drive the interrupt signal. AXI ID mapping is described in Table4: NSAID definition table (TBD)."]
pub mod tzc_fail_id0;
#[doc = "TZC_FAIL_CONTROL1 register accessor: an alias for `Reg<TZC_FAIL_CONTROL1_SPEC>`"]
pub type TZC_FAIL_CONTROL1 = crate::Reg<tzc_fail_control1::TZC_FAIL_CONTROL1_SPEC>;
#[doc = "Status information about the first access that failed a region permission check in the associated filter (0 to 1)."]
pub mod tzc_fail_control1;
#[doc = "TZC_FAIL_ID1 register accessor: an alias for `Reg<TZC_FAIL_ID1_SPEC>`"]
pub type TZC_FAIL_ID1 = crate::Reg<tzc_fail_id1::TZC_FAIL_ID1_SPEC>;
#[doc = "Contains the master AXI ARID or AWID of the first access that failed a region permission check in the associated filter unit. This occurs even if the ACTION register is set to not drive the interrupt signal. AXI ID mapping is described in Table4: NSAID definition table (TBD)."]
pub mod tzc_fail_id1;
#[doc = "TZC_REGION_ATTRIBUTE0 register accessor: an alias for `Reg<TZC_REGION_ATTRIBUTE0_SPEC>`"]
pub type TZC_REGION_ATTRIBUTE0 = crate::Reg<tzc_region_attribute0::TZC_REGION_ATTRIBUTE0_SPEC>;
#[doc = "Region 0 attributes."]
pub mod tzc_region_attribute0;
#[doc = "TZC_REGION_ATTRIBUTE1 register accessor: an alias for `Reg<TZC_REGION_ATTRIBUTE1_SPEC>`"]
pub type TZC_REGION_ATTRIBUTE1 = crate::Reg<tzc_region_attribute1::TZC_REGION_ATTRIBUTE1_SPEC>;
#[doc = "Region x attributes."]
pub mod tzc_region_attribute1;
#[doc = "TZC_REGION_ATTRIBUTE2 register accessor: an alias for `Reg<TZC_REGION_ATTRIBUTE2_SPEC>`"]
pub type TZC_REGION_ATTRIBUTE2 = crate::Reg<tzc_region_attribute2::TZC_REGION_ATTRIBUTE2_SPEC>;
#[doc = "Region x attributes."]
pub mod tzc_region_attribute2;
#[doc = "TZC_REGION_ATTRIBUTE3 register accessor: an alias for `Reg<TZC_REGION_ATTRIBUTE3_SPEC>`"]
pub type TZC_REGION_ATTRIBUTE3 = crate::Reg<tzc_region_attribute3::TZC_REGION_ATTRIBUTE3_SPEC>;
#[doc = "Region x attributes."]
pub mod tzc_region_attribute3;
#[doc = "TZC_REGION_ATTRIBUTE4 register accessor: an alias for `Reg<TZC_REGION_ATTRIBUTE4_SPEC>`"]
pub type TZC_REGION_ATTRIBUTE4 = crate::Reg<tzc_region_attribute4::TZC_REGION_ATTRIBUTE4_SPEC>;
#[doc = "Region x attributes."]
pub mod tzc_region_attribute4;
#[doc = "TZC_REGION_ATTRIBUTE5 register accessor: an alias for `Reg<TZC_REGION_ATTRIBUTE5_SPEC>`"]
pub type TZC_REGION_ATTRIBUTE5 = crate::Reg<tzc_region_attribute5::TZC_REGION_ATTRIBUTE5_SPEC>;
#[doc = "Region x attributes."]
pub mod tzc_region_attribute5;
#[doc = "TZC_REGION_ATTRIBUTE6 register accessor: an alias for `Reg<TZC_REGION_ATTRIBUTE6_SPEC>`"]
pub type TZC_REGION_ATTRIBUTE6 = crate::Reg<tzc_region_attribute6::TZC_REGION_ATTRIBUTE6_SPEC>;
#[doc = "Region x attributes."]
pub mod tzc_region_attribute6;
#[doc = "TZC_REGION_ATTRIBUTE7 register accessor: an alias for `Reg<TZC_REGION_ATTRIBUTE7_SPEC>`"]
pub type TZC_REGION_ATTRIBUTE7 = crate::Reg<tzc_region_attribute7::TZC_REGION_ATTRIBUTE7_SPEC>;
#[doc = "Region x attributes."]
pub mod tzc_region_attribute7;
#[doc = "TZC_REGION_ATTRIBUTE8 register accessor: an alias for `Reg<TZC_REGION_ATTRIBUTE8_SPEC>`"]
pub type TZC_REGION_ATTRIBUTE8 = crate::Reg<tzc_region_attribute8::TZC_REGION_ATTRIBUTE8_SPEC>;
#[doc = "Region x attributes."]
pub mod tzc_region_attribute8;
#[doc = "TZC_PID4 register accessor: an alias for `Reg<TZC_PID4_SPEC>`"]
pub type TZC_PID4 = crate::Reg<tzc_pid4::TZC_PID4_SPEC>;
#[doc = "Peripheral ID 4."]
pub mod tzc_pid4;
#[doc = "TZC_PID5 register accessor: an alias for `Reg<TZC_PID5_SPEC>`"]
pub type TZC_PID5 = crate::Reg<tzc_pid5::TZC_PID5_SPEC>;
#[doc = "Peripheral ID 5."]
pub mod tzc_pid5;
#[doc = "TZC_PID6 register accessor: an alias for `Reg<TZC_PID6_SPEC>`"]
pub type TZC_PID6 = crate::Reg<tzc_pid6::TZC_PID6_SPEC>;
#[doc = "Peripheral ID 6."]
pub mod tzc_pid6;
#[doc = "TZC_PID7 register accessor: an alias for `Reg<TZC_PID7_SPEC>`"]
pub type TZC_PID7 = crate::Reg<tzc_pid7::TZC_PID7_SPEC>;
#[doc = "Peripheral ID 7."]
pub mod tzc_pid7;
#[doc = "TZC_PID0 register accessor: an alias for `Reg<TZC_PID0_SPEC>`"]
pub type TZC_PID0 = crate::Reg<tzc_pid0::TZC_PID0_SPEC>;
#[doc = "Peripheral ID 0."]
pub mod tzc_pid0;
#[doc = "TZC_PID1 register accessor: an alias for `Reg<TZC_PID1_SPEC>`"]
pub type TZC_PID1 = crate::Reg<tzc_pid1::TZC_PID1_SPEC>;
#[doc = "Peripheral ID 1."]
pub mod tzc_pid1;
#[doc = "TZC_PID2 register accessor: an alias for `Reg<TZC_PID2_SPEC>`"]
pub type TZC_PID2 = crate::Reg<tzc_pid2::TZC_PID2_SPEC>;
#[doc = "Peripheral ID 2."]
pub mod tzc_pid2;
#[doc = "TZC_PID3 register accessor: an alias for `Reg<TZC_PID3_SPEC>`"]
pub type TZC_PID3 = crate::Reg<tzc_pid3::TZC_PID3_SPEC>;
#[doc = "Peripheral ID 3."]
pub mod tzc_pid3;
#[doc = "TZC_CID0 register accessor: an alias for `Reg<TZC_CID0_SPEC>`"]
pub type TZC_CID0 = crate::Reg<tzc_cid0::TZC_CID0_SPEC>;
#[doc = "Component ID 0."]
pub mod tzc_cid0;
#[doc = "TZC_CID1 register accessor: an alias for `Reg<TZC_CID1_SPEC>`"]
pub type TZC_CID1 = crate::Reg<tzc_cid1::TZC_CID1_SPEC>;
#[doc = "Component ID 1."]
pub mod tzc_cid1;
#[doc = "TZC_CID2 register accessor: an alias for `Reg<TZC_CID2_SPEC>`"]
pub type TZC_CID2 = crate::Reg<tzc_cid2::TZC_CID2_SPEC>;
#[doc = "Component ID 2."]
pub mod tzc_cid2;
#[doc = "TZC_CID3 register accessor: an alias for `Reg<TZC_CID3_SPEC>`"]
pub type TZC_CID3 = crate::Reg<tzc_cid3::TZC_CID3_SPEC>;
#[doc = "Component ID 3."]
pub mod tzc_cid3;
#[doc = "TZC_FAIL_ADDRESS_LOW0 register accessor: an alias for `Reg<TZC_FAIL_ADDRESS_LOW0_SPEC>`"]
pub type TZC_FAIL_ADDRESS_LOW0 = crate::Reg<tzc_fail_address_low0::TZC_FAIL_ADDRESS_LOW0_SPEC>;
#[doc = "Address low bits of the first failed access in the associated filter (0 to 1)."]
pub mod tzc_fail_address_low0;
#[doc = "TZC_FAIL_ADDRESS_HIGH0 register accessor: an alias for `Reg<TZC_FAIL_ADDRESS_HIGH0_SPEC>`"]
pub type TZC_FAIL_ADDRESS_HIGH0 = crate::Reg<tzc_fail_address_high0::TZC_FAIL_ADDRESS_HIGH0_SPEC>;
#[doc = "Address high bit of the first failed access in the associated filter (0 to 1). Not used with 32bit address."]
pub mod tzc_fail_address_high0;
#[doc = "TZC_FAIL_ADDRESS_LOW1 register accessor: an alias for `Reg<TZC_FAIL_ADDRESS_LOW1_SPEC>`"]
pub type TZC_FAIL_ADDRESS_LOW1 = crate::Reg<tzc_fail_address_low1::TZC_FAIL_ADDRESS_LOW1_SPEC>;
#[doc = "Address low bits of the first failed access in the associated filter (0 to 1)."]
pub mod tzc_fail_address_low1;
#[doc = "TZC_FAIL_ADDRESS_HIGH1 register accessor: an alias for `Reg<TZC_FAIL_ADDRESS_HIGH1_SPEC>`"]
pub type TZC_FAIL_ADDRESS_HIGH1 = crate::Reg<tzc_fail_address_high1::TZC_FAIL_ADDRESS_HIGH1_SPEC>;
#[doc = "Address high bit of the first failed access in the associated filter (0 to 1). Not used with 32bit address."]
pub mod tzc_fail_address_high1;
#[doc = "TZC_REGION_BASE_HIGH0 register accessor: an alias for `Reg<TZC_REGION_BASE_HIGH0_SPEC>`"]
pub type TZC_REGION_BASE_HIGH0 = crate::Reg<tzc_region_base_high0::TZC_REGION_BASE_HIGH0_SPEC>;
#[doc = "Base address high are not used with 32-bit address."]
pub mod tzc_region_base_high0;
#[doc = "TZC_REGION_TOP_LOW0 register accessor: an alias for `Reg<TZC_REGION_TOP_LOW0_SPEC>`"]
pub type TZC_REGION_TOP_LOW0 = crate::Reg<tzc_region_top_low0::TZC_REGION_TOP_LOW0_SPEC>;
#[doc = "Top address bits \\[31:12\\]
for region 0."]
pub mod tzc_region_top_low0;
#[doc = "TZC_REGION_TOP_HIGH0 register accessor: an alias for `Reg<TZC_REGION_TOP_HIGH0_SPEC>`"]
pub type TZC_REGION_TOP_HIGH0 = crate::Reg<tzc_region_top_high0::TZC_REGION_TOP_HIGH0_SPEC>;
#[doc = "Top address high of region are not used with 32-bit address."]
pub mod tzc_region_top_high0;
#[doc = "TZC_REGION_ID_ACCESS0 register accessor: an alias for `Reg<TZC_REGION_ID_ACCESS0_SPEC>`"]
pub type TZC_REGION_ID_ACCESS0 = crate::Reg<tzc_region_id_access0::TZC_REGION_ID_ACCESS0_SPEC>;
#[doc = "Region non-secure access based on NSAID."]
pub mod tzc_region_id_access0;
#[doc = "TZC_REGION_BASE_LOW1 register accessor: an alias for `Reg<TZC_REGION_BASE_LOW1_SPEC>`"]
pub type TZC_REGION_BASE_LOW1 = crate::Reg<tzc_region_base_low1::TZC_REGION_BASE_LOW1_SPEC>;
#[doc = "Base address low for regions 1 to 8."]
pub mod tzc_region_base_low1;
#[doc = "TZC_REGION_BASE_HIGH1 register accessor: an alias for `Reg<TZC_REGION_BASE_HIGH1_SPEC>`"]
pub type TZC_REGION_BASE_HIGH1 = crate::Reg<tzc_region_base_high1::TZC_REGION_BASE_HIGH1_SPEC>;
#[doc = "Base address high are not used with 32-bit address."]
pub mod tzc_region_base_high1;
#[doc = "TZC_REGION_TOP_LOW1 register accessor: an alias for `Reg<TZC_REGION_TOP_LOW1_SPEC>`"]
pub type TZC_REGION_TOP_LOW1 = crate::Reg<tzc_region_top_low1::TZC_REGION_TOP_LOW1_SPEC>;
#[doc = "Top address bits \\[31:12\\]
for region x."]
pub mod tzc_region_top_low1;
#[doc = "TZC_REGION_TOP_HIGH1 register accessor: an alias for `Reg<TZC_REGION_TOP_HIGH1_SPEC>`"]
pub type TZC_REGION_TOP_HIGH1 = crate::Reg<tzc_region_top_high1::TZC_REGION_TOP_HIGH1_SPEC>;
#[doc = "Top address high of region are not used with 32-bit address."]
pub mod tzc_region_top_high1;
#[doc = "TZC_REGION_ID_ACCESS1 register accessor: an alias for `Reg<TZC_REGION_ID_ACCESS1_SPEC>`"]
pub type TZC_REGION_ID_ACCESS1 = crate::Reg<tzc_region_id_access1::TZC_REGION_ID_ACCESS1_SPEC>;
#[doc = "Region non-secure access based on NSAID."]
pub mod tzc_region_id_access1;
#[doc = "TZC_REGION_BASE_LOW2 register accessor: an alias for `Reg<TZC_REGION_BASE_LOW2_SPEC>`"]
pub type TZC_REGION_BASE_LOW2 = crate::Reg<tzc_region_base_low2::TZC_REGION_BASE_LOW2_SPEC>;
#[doc = "Base address low for regions 1 to 8."]
pub mod tzc_region_base_low2;
#[doc = "TZC_REGION_BASE_HIGH2 register accessor: an alias for `Reg<TZC_REGION_BASE_HIGH2_SPEC>`"]
pub type TZC_REGION_BASE_HIGH2 = crate::Reg<tzc_region_base_high2::TZC_REGION_BASE_HIGH2_SPEC>;
#[doc = "Base address high are not used with 32-bit address."]
pub mod tzc_region_base_high2;
#[doc = "TZC_REGION_TOP_LOW2 register accessor: an alias for `Reg<TZC_REGION_TOP_LOW2_SPEC>`"]
pub type TZC_REGION_TOP_LOW2 = crate::Reg<tzc_region_top_low2::TZC_REGION_TOP_LOW2_SPEC>;
#[doc = "Top address bits \\[31:12\\]
for region x."]
pub mod tzc_region_top_low2;
#[doc = "TZC_REGION_TOP_HIGH2 register accessor: an alias for `Reg<TZC_REGION_TOP_HIGH2_SPEC>`"]
pub type TZC_REGION_TOP_HIGH2 = crate::Reg<tzc_region_top_high2::TZC_REGION_TOP_HIGH2_SPEC>;
#[doc = "Top address high of region are not used with 32-bit address."]
pub mod tzc_region_top_high2;
#[doc = "TZC_REGION_ID_ACCESS2 register accessor: an alias for `Reg<TZC_REGION_ID_ACCESS2_SPEC>`"]
pub type TZC_REGION_ID_ACCESS2 = crate::Reg<tzc_region_id_access2::TZC_REGION_ID_ACCESS2_SPEC>;
#[doc = "Region non-secure access based on NSAID."]
pub mod tzc_region_id_access2;
#[doc = "TZC_REGION_BASE_LOW3 register accessor: an alias for `Reg<TZC_REGION_BASE_LOW3_SPEC>`"]
pub type TZC_REGION_BASE_LOW3 = crate::Reg<tzc_region_base_low3::TZC_REGION_BASE_LOW3_SPEC>;
#[doc = "Base address low for regions 1 to 8."]
pub mod tzc_region_base_low3;
#[doc = "TZC_REGION_BASE_HIGH3 register accessor: an alias for `Reg<TZC_REGION_BASE_HIGH3_SPEC>`"]
pub type TZC_REGION_BASE_HIGH3 = crate::Reg<tzc_region_base_high3::TZC_REGION_BASE_HIGH3_SPEC>;
#[doc = "Base address high are not used with 32-bit address."]
pub mod tzc_region_base_high3;
#[doc = "TZC_REGION_TOP_LOW3 register accessor: an alias for `Reg<TZC_REGION_TOP_LOW3_SPEC>`"]
pub type TZC_REGION_TOP_LOW3 = crate::Reg<tzc_region_top_low3::TZC_REGION_TOP_LOW3_SPEC>;
#[doc = "Top address bits \\[31:12\\]
for region x."]
pub mod tzc_region_top_low3;
#[doc = "TZC_REGION_TOP_HIGH3 register accessor: an alias for `Reg<TZC_REGION_TOP_HIGH3_SPEC>`"]
pub type TZC_REGION_TOP_HIGH3 = crate::Reg<tzc_region_top_high3::TZC_REGION_TOP_HIGH3_SPEC>;
#[doc = "Top address high of region are not used with 32-bit address."]
pub mod tzc_region_top_high3;
#[doc = "TZC_REGION_ID_ACCESS3 register accessor: an alias for `Reg<TZC_REGION_ID_ACCESS3_SPEC>`"]
pub type TZC_REGION_ID_ACCESS3 = crate::Reg<tzc_region_id_access3::TZC_REGION_ID_ACCESS3_SPEC>;
#[doc = "Region non-secure access based on NSAID."]
pub mod tzc_region_id_access3;
#[doc = "TZC_REGION_BASE_LOW4 register accessor: an alias for `Reg<TZC_REGION_BASE_LOW4_SPEC>`"]
pub type TZC_REGION_BASE_LOW4 = crate::Reg<tzc_region_base_low4::TZC_REGION_BASE_LOW4_SPEC>;
#[doc = "Base address low for regions 1 to 8."]
pub mod tzc_region_base_low4;
#[doc = "TZC_REGION_BASE_HIGH4 register accessor: an alias for `Reg<TZC_REGION_BASE_HIGH4_SPEC>`"]
pub type TZC_REGION_BASE_HIGH4 = crate::Reg<tzc_region_base_high4::TZC_REGION_BASE_HIGH4_SPEC>;
#[doc = "Base address high are not used with 32-bit address."]
pub mod tzc_region_base_high4;
#[doc = "TZC_REGION_TOP_LOW4 register accessor: an alias for `Reg<TZC_REGION_TOP_LOW4_SPEC>`"]
pub type TZC_REGION_TOP_LOW4 = crate::Reg<tzc_region_top_low4::TZC_REGION_TOP_LOW4_SPEC>;
#[doc = "Top address bits \\[31:12\\]
for region x."]
pub mod tzc_region_top_low4;
#[doc = "TZC_REGION_TOP_HIGH4 register accessor: an alias for `Reg<TZC_REGION_TOP_HIGH4_SPEC>`"]
pub type TZC_REGION_TOP_HIGH4 = crate::Reg<tzc_region_top_high4::TZC_REGION_TOP_HIGH4_SPEC>;
#[doc = "Top address high of region are not used with 32-bit address."]
pub mod tzc_region_top_high4;
#[doc = "TZC_REGION_ID_ACCESS4 register accessor: an alias for `Reg<TZC_REGION_ID_ACCESS4_SPEC>`"]
pub type TZC_REGION_ID_ACCESS4 = crate::Reg<tzc_region_id_access4::TZC_REGION_ID_ACCESS4_SPEC>;
#[doc = "Region non-secure access based on NSAID."]
pub mod tzc_region_id_access4;
#[doc = "TZC_REGION_BASE_LOW5 register accessor: an alias for `Reg<TZC_REGION_BASE_LOW5_SPEC>`"]
pub type TZC_REGION_BASE_LOW5 = crate::Reg<tzc_region_base_low5::TZC_REGION_BASE_LOW5_SPEC>;
#[doc = "Base address low for regions 1 to 8."]
pub mod tzc_region_base_low5;
#[doc = "TZC_REGION_BASE_HIGH5 register accessor: an alias for `Reg<TZC_REGION_BASE_HIGH5_SPEC>`"]
pub type TZC_REGION_BASE_HIGH5 = crate::Reg<tzc_region_base_high5::TZC_REGION_BASE_HIGH5_SPEC>;
#[doc = "Base address high are not used with 32-bit address."]
pub mod tzc_region_base_high5;
#[doc = "TZC_REGION_TOP_LOW5 register accessor: an alias for `Reg<TZC_REGION_TOP_LOW5_SPEC>`"]
pub type TZC_REGION_TOP_LOW5 = crate::Reg<tzc_region_top_low5::TZC_REGION_TOP_LOW5_SPEC>;
#[doc = "Top address bits \\[31:12\\]
for region x."]
pub mod tzc_region_top_low5;
#[doc = "TZC_REGION_TOP_HIGH5 register accessor: an alias for `Reg<TZC_REGION_TOP_HIGH5_SPEC>`"]
pub type TZC_REGION_TOP_HIGH5 = crate::Reg<tzc_region_top_high5::TZC_REGION_TOP_HIGH5_SPEC>;
#[doc = "Top address high of region are not used with 32-bit address."]
pub mod tzc_region_top_high5;
#[doc = "TZC_REGION_ID_ACCESS5 register accessor: an alias for `Reg<TZC_REGION_ID_ACCESS5_SPEC>`"]
pub type TZC_REGION_ID_ACCESS5 = crate::Reg<tzc_region_id_access5::TZC_REGION_ID_ACCESS5_SPEC>;
#[doc = "Region non-secure access based on NSAID."]
pub mod tzc_region_id_access5;
#[doc = "TZC_REGION_BASE_LOW6 register accessor: an alias for `Reg<TZC_REGION_BASE_LOW6_SPEC>`"]
pub type TZC_REGION_BASE_LOW6 = crate::Reg<tzc_region_base_low6::TZC_REGION_BASE_LOW6_SPEC>;
#[doc = "Base address low for regions 1 to 8."]
pub mod tzc_region_base_low6;
#[doc = "TZC_REGION_BASE_HIGH6 register accessor: an alias for `Reg<TZC_REGION_BASE_HIGH6_SPEC>`"]
pub type TZC_REGION_BASE_HIGH6 = crate::Reg<tzc_region_base_high6::TZC_REGION_BASE_HIGH6_SPEC>;
#[doc = "Base address high are not used with 32-bit address."]
pub mod tzc_region_base_high6;
#[doc = "TZC_REGION_TOP_LOW6 register accessor: an alias for `Reg<TZC_REGION_TOP_LOW6_SPEC>`"]
pub type TZC_REGION_TOP_LOW6 = crate::Reg<tzc_region_top_low6::TZC_REGION_TOP_LOW6_SPEC>;
#[doc = "Top address bits \\[31:12\\]
for region x."]
pub mod tzc_region_top_low6;
#[doc = "TZC_REGION_TOP_HIGH6 register accessor: an alias for `Reg<TZC_REGION_TOP_HIGH6_SPEC>`"]
pub type TZC_REGION_TOP_HIGH6 = crate::Reg<tzc_region_top_high6::TZC_REGION_TOP_HIGH6_SPEC>;
#[doc = "Top address high of region are not used with 32-bit address."]
pub mod tzc_region_top_high6;
#[doc = "TZC_REGION_ID_ACCESS6 register accessor: an alias for `Reg<TZC_REGION_ID_ACCESS6_SPEC>`"]
pub type TZC_REGION_ID_ACCESS6 = crate::Reg<tzc_region_id_access6::TZC_REGION_ID_ACCESS6_SPEC>;
#[doc = "Region non-secure access based on NSAID."]
pub mod tzc_region_id_access6;
#[doc = "TZC_REGION_BASE_LOW7 register accessor: an alias for `Reg<TZC_REGION_BASE_LOW7_SPEC>`"]
pub type TZC_REGION_BASE_LOW7 = crate::Reg<tzc_region_base_low7::TZC_REGION_BASE_LOW7_SPEC>;
#[doc = "Base address low for regions 1 to 8."]
pub mod tzc_region_base_low7;
#[doc = "TZC_REGION_BASE_HIGH7 register accessor: an alias for `Reg<TZC_REGION_BASE_HIGH7_SPEC>`"]
pub type TZC_REGION_BASE_HIGH7 = crate::Reg<tzc_region_base_high7::TZC_REGION_BASE_HIGH7_SPEC>;
#[doc = "Base address high are not used with 32-bit address."]
pub mod tzc_region_base_high7;
#[doc = "TZC_REGION_TOP_LOW7 register accessor: an alias for `Reg<TZC_REGION_TOP_LOW7_SPEC>`"]
pub type TZC_REGION_TOP_LOW7 = crate::Reg<tzc_region_top_low7::TZC_REGION_TOP_LOW7_SPEC>;
#[doc = "Top address bits \\[31:12\\]
for region x."]
pub mod tzc_region_top_low7;
#[doc = "TZC_REGION_TOP_HIGH7 register accessor: an alias for `Reg<TZC_REGION_TOP_HIGH7_SPEC>`"]
pub type TZC_REGION_TOP_HIGH7 = crate::Reg<tzc_region_top_high7::TZC_REGION_TOP_HIGH7_SPEC>;
#[doc = "Top address high of region are not used with 32-bit address."]
pub mod tzc_region_top_high7;
#[doc = "TZC_REGION_ID_ACCESS7 register accessor: an alias for `Reg<TZC_REGION_ID_ACCESS7_SPEC>`"]
pub type TZC_REGION_ID_ACCESS7 = crate::Reg<tzc_region_id_access7::TZC_REGION_ID_ACCESS7_SPEC>;
#[doc = "Region non-secure access based on NSAID."]
pub mod tzc_region_id_access7;
#[doc = "TZC_REGION_BASE_LOW8 register accessor: an alias for `Reg<TZC_REGION_BASE_LOW8_SPEC>`"]
pub type TZC_REGION_BASE_LOW8 = crate::Reg<tzc_region_base_low8::TZC_REGION_BASE_LOW8_SPEC>;
#[doc = "Base address low for regions 1 to 8."]
pub mod tzc_region_base_low8;
#[doc = "TZC_REGION_BASE_HIGH8 register accessor: an alias for `Reg<TZC_REGION_BASE_HIGH8_SPEC>`"]
pub type TZC_REGION_BASE_HIGH8 = crate::Reg<tzc_region_base_high8::TZC_REGION_BASE_HIGH8_SPEC>;
#[doc = "Base address high are not used with 32-bit address."]
pub mod tzc_region_base_high8;
#[doc = "TZC_REGION_TOP_LOW8 register accessor: an alias for `Reg<TZC_REGION_TOP_LOW8_SPEC>`"]
pub type TZC_REGION_TOP_LOW8 = crate::Reg<tzc_region_top_low8::TZC_REGION_TOP_LOW8_SPEC>;
#[doc = "Top address bits \\[31:12\\]
for region x."]
pub mod tzc_region_top_low8;
#[doc = "TZC_REGION_TOP_HIGH8 register accessor: an alias for `Reg<TZC_REGION_TOP_HIGH8_SPEC>`"]
pub type TZC_REGION_TOP_HIGH8 = crate::Reg<tzc_region_top_high8::TZC_REGION_TOP_HIGH8_SPEC>;
#[doc = "Top address high of region are not used with 32-bit address."]
pub mod tzc_region_top_high8;
#[doc = "TZC_REGION_ID_ACCESS8 register accessor: an alias for `Reg<TZC_REGION_ID_ACCESS8_SPEC>`"]
pub type TZC_REGION_ID_ACCESS8 = crate::Reg<tzc_region_id_access8::TZC_REGION_ID_ACCESS8_SPEC>;
#[doc = "Region non-secure access based on NSAID."]
pub mod tzc_region_id_access8;