Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
Dport.c629 uint32_t ulRegionIndex; in xPortIsAuthorizedToAccessBuffer() local
651 … for( ulRegionIndex = 0x0UL; ulRegionIndex < portTOTAL_NUM_REGIONS_IN_TCB; ulRegionIndex++ ) in xPortIsAuthorizedToAccessBuffer()
653 … xAccessGranted = prvMPURegionAuthorizesBuffer( &( xTaskMPUSettings->xRegion[ ulRegionIndex ] ), in xPortIsAuthorizedToAccessBuffer()