#include <mpu.h>
Definition at line 122 of file mpu.h.
Data Fields | |
| unsigned int | addr |
| eRegionSize | size |
| Bool | valid |
| unsigned int mpu_entry_t::addr |
Base address of the protection region. Must be aligned to the size of the region.
Definition at line 124 of file mpu.h.
Referenced by set_mpu_entry(), and test_memory_area().
| Bool mpu_entry_t::valid |
Size of the protection region
Definition at line 125 of file mpu.h.
Referenced by set_mpu_entry(), and test_memory_area().
1.5.5