HAL + 0/1 examples
CodeScope will show references to LL_MPU_ConfigRegion() from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Examples_LL
CORTEX
 
Symbols
loading...
Files
loading...

LL_MPU_ConfigRegion() function

Configure and enable a region MPU_RBAR REGION LL_MPU_ConfigRegion\n MPU_RBAR ADDR LL_MPU_ConfigRegion\n MPU_RASR XN LL_MPU_ConfigRegion\n MPU_RASR AP LL_MPU_ConfigRegion\n MPU_RASR S LL_MPU_ConfigRegion\n MPU_RASR C LL_MPU_ConfigRegion\n MPU_RASR B LL_MPU_ConfigRegion\n MPU_RASR SIZE LL_MPU_ConfigRegion

Syntax

__STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region,     uint32_t SubRegionDisable,     uint32_t Address,     uint32_t Attributes);

Arguments

Region

SubRegionDisable

Sub-region disable value between Min_Data = 0x00 and Max_Data = 0xFF

Address

Value of region base address

Attributes

Return value

None

Examples

LL_MPU_ConfigRegion() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_cortex.h:592
__STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Address, uint32_t Attributes)