Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
Dportmacro.h496 uint32_t * pulSystemCallExitAddress; /**< System call exit address. */ member
Dport.c318 xSysCallInfo->pulSystemCallExitAddress = ( uint32_t * ) ( &vPortSystemCallExit ); in pxPortInitialiseStack()