Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/IA32_flat/
Dport.c190 static uint32_t ulSystemStack[ configISR_STACK_SIZE ] __attribute__( ( used ) ) = { 0 }; variable
194 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()