Searched refs:TypeExtField (Results 1 – 1 of 1) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
D | armv7m_mpu.h | 86 #define ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable) \ argument 87 ((((TypeExtField) << MPU_RASR_TEX_Pos) & MPU_RASR_TEX_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…
|