HAL + 0/9 examples
CodeScope will show references to MPU_Region_InitTypeDef from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
Cortex
STM32469I_EVAL
Examples
Cortex
STM324x9I_EVAL
Examples
Cortex
STM324xG_EVAL
Examples
Cortex
STM32F412G-Discovery
Examples
Cortex
STM32F412ZG-Nucleo
Examples
Cortex
STM32F413ZH-Nucleo
Examples
Cortex
STM32F429ZI-Nucleo
Examples
Cortex
STM32F446ZE-Nucleo
Examples
Cortex
 
Symbols
loading...
Files
loading...

MPU_Region_InitTypeDef struct

MPU Region initialization structure

Syntax

typedef struct {   uint8_t                Enable;                   uint8_t                Number;                   uint32_t               BaseAddress;              uint8_t                Size;                     uint8_t                SubRegionDisable;         uint8_t                TypeExtField;             uint8_t                AccessPermission;         uint8_t                DisableExec;              uint8_t                IsShareable;              uint8_t                IsCacheable;              uint8_t                IsBufferable;           }MPU_Region_InitTypeDef;

Fields

Enable

Specifies the status of the region. This parameter can be a value of CORTEX_MPU_Region_Enable. Read more...

Number

Specifies the number of the region to protect. This parameter can be a value of CORTEX_MPU_Region_Number. Read more...

BaseAddress

Specifies the base address of the region to protect. Read more...

Size

Specifies the size of the region to protect. This parameter can be a value of CORTEX_MPU_Region_Size. Read more...

SubRegionDisable

Specifies the number of the subregion protection to disable. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF. Read more...

TypeExtField

Specifies the TEX field level. This parameter can be a value of CORTEX_MPU_TEX_Levels. Read more...

AccessPermission

Specifies the region access permission type. This parameter can be a value of CORTEX_MPU_Region_Permission_Attributes. Read more...

DisableExec

Specifies the instruction access status. This parameter can be a value of CORTEX_MPU_Instruction_Access. Read more...

IsShareable

Specifies the shareability status of the protected region. This parameter can be a value of CORTEX_MPU_Access_Shareable. Read more...

IsCacheable

Specifies the cacheable status of the region protected. This parameter can be a value of CORTEX_MPU_Access_Cacheable. Read more...

IsBufferable

Specifies the bufferable status of the protected region. This parameter can be a value of CORTEX_MPU_Access_Bufferable. Read more...

Examples

MPU_Region_InitTypeDef is referenced by 9 libraries and example projects.