Searched refs:vPortSystemCallExit (Results 1 – 3 of 3) sorted by relevance
300 void vPortSystemCallExit( void );
59 .global vPortSystemCallExit60 .type vPortSystemCallExit, %function61 vPortSystemCallExit: label
318 xSysCallInfo->pulSystemCallExitAddress = ( uint32_t * ) ( &vPortSystemCallExit ); in pxPortInitialiseStack()