Searched defs:xISRStackTop (Results 1 – 5 of 5) sorted by relevance
69 const StackType_t xISRStackTop = ( StackType_t ) &( xISRStack[ configISR_STACK_SIZE_WORDS & ~portBY… variable77 const StackType_t xISRStackTop = ( StackType_t ) __freertos_irq_stack_top; variable
71 const StackType_t xISRStackTop = ( StackType_t ) &( xISRStack[ configISR_STACK_SIZE_WORDS & ~portBY… variable79 const StackType_t xISRStackTop = ( StackType_t ) __freertos_irq_stack_top; variable
154 const StackType_t * const xISRStackTop = &( xISRStack[ ( configISR_STACK_SIZE & ~portBYTE_ALIGNMENT… variable
161 const StackType_t * const xISRStackTop = &( xISRStack[ ( configISR_STACK_SIZE & ~portBYTE_ALIGNMENT… variable
153 const StackType_t * const xISRStackTop = &( xISRStack[ configISR_STACK_SIZE - 7 ] ); variable