Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM_CM0/
Dport.c1391 ( ( portMPU_REGION_PRIV_RW_UNPRIV_RW ) | in vPortStoreTaskMPUSettings()
1420 ( ( portMPU_REGION_PRIV_RW_UNPRIV_RW ) | in vPortStoreTaskMPUSettings()
1518 … ( ulMPURegionAccessPermissions == portMPU_REGION_PRIV_RW_UNPRIV_RW ) ) in xPortIsAuthorizedToAccessBuffer()
1526 … if( ulMPURegionAccessPermissions == portMPU_REGION_PRIV_RW_UNPRIV_RW ) in xPortIsAuthorizedToAccessBuffer()
Dportmacro.h191 #define portMPU_REGION_PRIV_RW_UNPRIV_RW ( 0x3UL << 24UL ) macro