Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/GCC/ARM_CRx_MPU/
A 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()

Completed in 18 milliseconds