Update the MPU configuration for the requested region number in the global MPU configuration table.
Prototype
u32 Xil_UpdateMPUConfig(u32 reg_num, INTPTR address, u32 size, u32 attrib);
Parameters
The following table lists the Xil_UpdateMPUConfig function arguments.
| Name | Description |
|---|---|
| reg_num | The requested region number to be updated information for. |
| address | 32-bit address for start of the region. |
| size | Requested size of the region. |
| attrib | Attribute for the corresponding region. |