HAL + 0/9 examples
SourceVu 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...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint8_t
Specifies the status of the region. This parameter can be a value of CORTEX_MPU_Region_Enable.
uint8_t
Specifies the number of the region to protect. This parameter can be a value of CORTEX_MPU_Region_Number.
uint32_t
Specifies the base address of the region to protect.
uint8_t
Specifies the size of the region to protect. This parameter can be a value of CORTEX_MPU_Region_Size.
uint8_t
Specifies the number of the subregion protection to disable. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.
uint8_t
Specifies the TEX field level. This parameter can be a value of CORTEX_MPU_TEX_Levels.
uint8_t
Specifies the region access permission type. This parameter can be a value of CORTEX_MPU_Region_Permission_Attributes.
uint8_t
Specifies the instruction access status. This parameter can be a value of CORTEX_MPU_Instruction_Access.
uint8_t
Specifies the shareability status of the protected region. This parameter can be a value of CORTEX_MPU_Access_Shareable.
uint8_t
Specifies the cacheable status of the region protected. This parameter can be a value of CORTEX_MPU_Access_Cacheable.
uint8_t
Specifies the bufferable status of the protected region. This parameter can be a value of CORTEX_MPU_Access_Bufferable.

References

from examples