Searched refs:ulSystemStack (Results 1 – 1 of 1) sorted by relevance
190 static uint32_t ulSystemStack[ configISR_STACK_SIZE ] __attribute__( ( used ) ) = { 0 }; variable194 volatile uint32_t ulTopOfSystemStack __attribute__( ( used ) ) = ( uint32_t ) &( ulSystemStack[ con…397 ulSystemStack[ xWord ] = portSTACK_WORD; in xPortStartScheduler()582 configASSERT( ulSystemStack[ 10 ] == portSTACK_WORD ); in vPortCentralInterruptHandler()583 configASSERT( ulSystemStack[ 12 ] == portSTACK_WORD ); in vPortCentralInterruptHandler()584 configASSERT( ulSystemStack[ 14 ] == portSTACK_WORD ); in vPortCentralInterruptHandler()