Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Dtask.h757 const MemoryRegion_t * const pxRegions ) PRIVILEGED_FUNCTION;
DFreeRTOS.h2105 #define traceENTER_vTaskAllocateMPURegions( xTaskToModify, pxRegions ) argument
/Kernel-v11.0.1/
Dtasks.c6032 const MemoryRegion_t * const pxRegions ) in vTaskAllocateMPURegions() argument
6036 traceENTER_vTaskAllocateMPURegions( xTaskToModify, pxRegions ); in vTaskAllocateMPURegions()
6042 vPortStoreTaskMPUSettings( &( pxTCB->xMPUSettings ), pxRegions, NULL, 0 ); in vTaskAllocateMPURegions()