Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
Dportmacro.h495 …uint32_t * pulSystemCallStackPointer; /**< Stack Pointer to use for executing a FreeRTOS System Ca… member
Dport.c310 …xSysCallInfo->pulSystemCallStackPointer = &( xSysCallInfo->ulSystemCallStackBuffer[ configSYSTEM_C… in pxPortInitialiseStack()
311 …xSysCallInfo->pulSystemCallStackPointer = ( uint32_t * ) ( ( ( uint32_t ) ( xSysCallInfo->pulSyste… in pxPortInitialiseStack()