Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
MPU_Type Struct Reference
[Memory Protection Unit (MPU)]
Structure type to access the Memory Protection Unit (MPU). More...
#include <core_cm4.h>
Data Fields | |
__I uint32_t | TYPE |
__IO uint32_t | CTRL |
__IO uint32_t | RNR |
__IO uint32_t | RBAR |
__IO uint32_t | RASR |
__IO uint32_t | RBAR_A1 |
__IO uint32_t | RASR_A1 |
__IO uint32_t | RBAR_A2 |
__IO uint32_t | RASR_A2 |
__IO uint32_t | RBAR_A3 |
__IO uint32_t | RASR_A3 |
Detailed Description
Structure type to access the Memory Protection Unit (MPU).
Definition at line 1073 of file core_cm4.h.
Field Documentation
__IO uint32_t CTRL |
Offset: 0x004 (R/W) MPU Control Register
Definition at line 1076 of file core_cm4.h.
__IO uint32_t RASR |
Offset: 0x010 (R/W) MPU Region Attribute and Size Register
Definition at line 1079 of file core_cm4.h.
__IO uint32_t RASR_A1 |
Offset: 0x018 (R/W) MPU Alias 1 Region Attribute and Size Register
Definition at line 1081 of file core_cm4.h.
__IO uint32_t RASR_A2 |
Offset: 0x020 (R/W) MPU Alias 2 Region Attribute and Size Register
Definition at line 1083 of file core_cm4.h.
__IO uint32_t RASR_A3 |
Offset: 0x028 (R/W) MPU Alias 3 Region Attribute and Size Register
Definition at line 1085 of file core_cm4.h.
__IO uint32_t RBAR |
Offset: 0x00C (R/W) MPU Region Base Address Register
Definition at line 1078 of file core_cm4.h.
__IO uint32_t RBAR_A1 |
Offset: 0x014 (R/W) MPU Alias 1 Region Base Address Register
Definition at line 1080 of file core_cm4.h.
__IO uint32_t RBAR_A2 |
Offset: 0x01C (R/W) MPU Alias 2 Region Base Address Register
Definition at line 1082 of file core_cm4.h.
__IO uint32_t RBAR_A3 |
Offset: 0x024 (R/W) MPU Alias 3 Region Base Address Register
Definition at line 1084 of file core_cm4.h.
__IO uint32_t RNR |
Offset: 0x008 (R/W) MPU Region RNRber Register
Definition at line 1077 of file core_cm4.h.
__I uint32_t TYPE |
Offset: 0x000 (R/ ) MPU Type Register
Definition at line 1075 of file core_cm4.h.
Generated on Tue Jul 12 2022 21:21:34 by
