Emilio Monti / mbed-KL25Z

Dependents:   FRDM_RGBLED

Embed: (wiki syntax)

« Back to documentation index

MPU_Type Struct Reference

MPU_Type Struct Reference
[Memory Protection Unit (MPU)]

Structure type to access the Memory Protection Unit (MPU). More...

#include <core_cm0plus.h>

Data Fields

__I uint32_t TYPE
__IO uint32_t CTRL
__IO uint32_t RNR
__IO uint32_t RBAR
__IO uint32_t RASR

Detailed Description

Structure type to access the Memory Protection Unit (MPU).

Definition at line 466 of file core_cm0plus.h.


Field Documentation

__IO uint32_t CTRL

Offset: 0x004 (R/W) MPU Control Register

Definition at line 469 of file core_cm0plus.h.

__IO uint32_t RASR

Offset: 0x010 (R/W) MPU Region Attribute and Size Register

Definition at line 472 of file core_cm0plus.h.

__IO uint32_t RBAR

Offset: 0x00C (R/W) MPU Region Base Address Register

Definition at line 471 of file core_cm0plus.h.

__IO uint32_t RNR

Offset: 0x008 (R/W) MPU Region RNRber Register

Definition at line 470 of file core_cm0plus.h.

__I uint32_t TYPE

Offset: 0x000 (R/ ) MPU Type Register

Definition at line 468 of file core_cm0plus.h.