u32 XMpuPl_CfgInitialize(XmpuPl *InstancePtr, XmpuPl_Config *ConfigPtr, u32 EffectiveAddr);
This initializes the XMpuPl Instance Configuration
Parameters
- InstancePtr *
- Pointer to XmpuPl instance
- XmpuPl_Config *
- Pointer to XMpuPlInst_ConfigTable element
- EffectiveAddr
- Base address of the device. This is typically set to XmpuPl_Config -> BaseAddress, but is also used for system address mapping.
Return
- Status
- Function execution status: 0U Success; 1U Error.