Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/Core/Include/m-profile/
Darmv7m_mpu.h86 #define ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable) \ argument
89 (((IsCacheable) << MPU_RASR_C_Pos) & MPU_RASR_C_Msk) | \
121 #define ARM_MPU_RASR(DisableExec, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBuffe… argument
122 …ableExec, AccessPermission, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable),…
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core/src/
Dref_mpu.txt54 * \param IsCacheable 1 = region is cacheable (values may be kept in cache).
59 #define ARM_MPU_RASR(DisableExec, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBuffe…