XmpuPl_Regs Struct

Memory and Peripheral Protection Unit for PL Isolation in Zynq UltraScale+ Devices (XAPP1353)

Document ID
XAPP1353
Release Date
2022-05-04
Revision
1.1 English

The XmpuPl_Regs struct stores a copy of device instance register values. This includes XmpuPl_Regions.

typedef struct {
	u32 CTRL;
	u32 POISON;
	u32 IMR;
	u32 LOCK;
	u32 BYPASS;
	u32 REGIONS;
	XmpuPl_Regions Region_Regs[16U];
} XmpuPl_Regs;