Structure for MPU entry
#include <mpu.h>
Data Fields | |
unsigned int | addr |
eRegionSize | size |
bool | valid |
unsigned int mpu_entry_t::addr |
Referenced by configure_memory_area(), and set_mpu_entry().
eRegionSize mpu_entry_t::size |
Base address of the protection region. Must be aligned to the size of the region.
Referenced by configure_memory_area(), and set_mpu_entry().
bool mpu_entry_t::valid |
Size of the protection region
Referenced by configure_memory_area(), and set_mpu_entry().