Attribute's to apply for a MMU region.
Data Fields | |
| MmuP_AccessPerm | accessPerm |
| uint8_t | privExecute |
| uint8_t | userExecute |
| MmuP_Shareable | shareable |
| MmuP_AttrIndx | attrIndx |
| uint8_t | global |
| MmuP_AccessPerm MmuP_MapAttrs::accessPerm |
RW Permission for Privileged and user mode
| uint8_t MmuP_MapAttrs::privExecute |
1: Privileged executable region, 0: Privileged non executable region
| uint8_t MmuP_MapAttrs::userExecute |
1: User executable region, 0: User non executable region
| MmuP_Shareable MmuP_MapAttrs::shareable |
Shareable status for the region
| MmuP_AttrIndx MmuP_MapAttrs::attrIndx |
Region attribute index
| uint8_t MmuP_MapAttrs::global |
1: Global, 0: Non-global