#include <mpu.h>
Definition at line 115 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 117 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 118 of file mpu.h.
Referenced by set_mpu_entry(), and test_memory_area().