Home
last modified time | relevance | path

Searched refs:DisableExec (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/
Darmv7m_mpu.h101 #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/
Dstm32l5xx_hal_cortex.c568 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/
Dstm32h5xx_hal_cortex.c643 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/
Dstm32u5xx_hal_cortex.c616 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/
Dstm32l5xx_hal_cortex.h60 uint8_t DisableExec; /*!< Specifies the instruction access status. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_cortex.h59 uint8_t DisableExec; /*!< Specifies the instruction access status. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_cortex.h59 uint8_t DisableExec; /*!< Specifies the instruction access status. member