Searched refs:DisableExec (Results 1 – 7 of 7) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/ |
| D | armv7m_mpu.h | 101 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 102 …((((DisableExec) << MPU_RASR_XN_Pos) & MPU_RASR_XN_Msk) | \ 121 #define ARM_MPU_RASR(DisableExec, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBuffe… argument 122 …ARM_MPU_RASR_EX(DisableExec, AccessPermission, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCachea…
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_cortex.c | 568 assert_param(IS_MPU_INSTRUCTION_ACCESS(MPU_RegionInit->DisableExec)); in MPU_ConfigRegion() 575 ((uint32_t)MPU_RegionInit->DisableExec << MPU_RBAR_XN_Pos)); in MPU_ConfigRegion()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_cortex.c | 643 assert_param(IS_MPU_INSTRUCTION_ACCESS(pMPU_RegionInit->DisableExec)); in MPU_ConfigRegion() 650 ((uint32_t)pMPU_RegionInit->DisableExec << MPU_RBAR_XN_Pos)); in MPU_ConfigRegion()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_cortex.c | 616 assert_param(IS_MPU_INSTRUCTION_ACCESS(pMPU_RegionInit->DisableExec)); in MPU_ConfigRegion() 623 ((uint32_t)pMPU_RegionInit->DisableExec << MPU_RBAR_XN_Pos)); in MPU_ConfigRegion()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
| D | stm32l5xx_hal_cortex.h | 60 uint8_t DisableExec; /*!< Specifies the instruction access status. member
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
| D | stm32u5xx_hal_cortex.h | 59 uint8_t DisableExec; /*!< Specifies the instruction access status. member
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
| D | stm32h5xx_hal_cortex.h | 59 uint8_t DisableExec; /*!< Specifies the instruction access status. member
|