![]() |
MKM34Z256VLx7 Bare Metal Software Drivers
R4.1.6
Reference Manual
|
List of user mode access attributes.
Macros | |
| #define | MPU_USER_RWX |
| R/W/X; read, write and execute allowed (default) | |
| #define | MPU_USER_RW |
| R/W; read and write allowed, but no execute. | |
| #define | MPU_USER_RX |
| R/X; read and execute allowed, but no write. | |
| #define | MPU_USER_R |
| R; read allowed, but no write and execute. | |
| #define | MPU_USER_WX |
| W/X; write and execute allowed, but no read. | |
| #define | MPU_USER_W |
| W; write allowed, but no read and execute. | |
| #define | MPU_USER_X |
| X; execute allowed, but no read and write. | |
| #define | MPU_USER_NONE |
| no user access allowed | |