Home
last modified time | relevance | path

Searched refs:RASR (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/arch/arm/arm-m/CMSIS/Include/
A Dmpu_armv7.h185 uint32_t RASR; //!< The region attribute and size register value (RASR) \ref MPU_RASR member
221 MPU->RASR = 0U; in ARM_MPU_ClrRegion()
231 MPU->RASR = rasr; in ARM_MPU_SetRegion()
243 MPU->RASR = rasr; in ARM_MPU_SetRegionEx()
A Dcore_sc000.h546 …__IOM uint32_t RASR; /*!< Offset: 0x010 (R/W) MPU Region Attribute and Size Reg… member
A Dcore_cm0plus.h530 …__IOM uint32_t RASR; /*!< Offset: 0x010 (R/W) MPU Region Attribute and Size Reg… member
A Dcore_cm3.h1161 …__IOM uint32_t RASR; /*!< Offset: 0x010 (R/W) MPU Region Attribute and Size Reg… member
A Dcore_sc300.h1146 …__IOM uint32_t RASR; /*!< Offset: 0x010 (R/W) MPU Region Attribute and Size Reg… member
A Dcore_cm4.h1219 …__IOM uint32_t RASR; /*!< Offset: 0x010 (R/W) MPU Region Attribute and Size Reg… member
A Dcore_cm7.h1446 …__IOM uint32_t RASR; /*!< Offset: 0x010 (R/W) MPU Region Attribute and Size Reg… member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_cortex.c299 MPU->RASR = ((uint32_t)MPU_Init->DisableExec << MPU_RASR_XN_Pos) | in HAL_MPU_ConfigRegion()
310 MPU->RASR = 0x00; in HAL_MPU_ConfigRegion()

Completed in 40 milliseconds