XmpuPl 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 struct stores and passes all device instance register, configuration, and exported values. This includes XmpuPl_Config and XmpuPl_Regs.

typedef struct {
	XmpuPl_Config Config;	/**< Configuration structure */
	XmpuPl_Regs Regs;
	u32 IsReady;		     /**< Device is initialized and ready */
} XmpuPl;