Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM_CM0/
Dportmacro.h190 #define portMPU_REGION_PRIV_RW_UNPRIV_RO ( 0x2UL << 24UL ) macro
Dport.c1516 … if( ( ulMPURegionAccessPermissions == portMPU_REGION_PRIV_RW_UNPRIV_RO ) || in xPortIsAuthorizedToAccessBuffer()