Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/m-profile/
Darmv7m_mpu.h101 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument
105 … (((SubRegionDisable) << MPU_RASR_SRD_Pos) & MPU_RASR_SRD_Msk) | \
121 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument
122 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)