Searched refs:configISR_STACK_SIZE (Results 1 – 9 of 9) sorted by relevance
126 #ifndef configISR_STACK_SIZE127 …#define configISR_STACK_SIZE ( ( CONFIG_FREERTOS_ISR_STACKSIZE + configSTACK_ALIGNMENT - 1 ) & … macro
43 #if ( configISR_STACK_SIZE < ( configMINIMAL_STACK_SIZE * 2 ) )44 #warning configISR_STACK_SIZE is probably too small!190 static uint32_t ulSystemStack[ configISR_STACK_SIZE ] __attribute__( ( used ) ) = { 0 };194 …ystemStack __attribute__( ( used ) ) = ( uint32_t ) &( ulSystemStack[ configISR_STACK_SIZE - 5 ] );395 for( xWord = 0; xWord < configISR_STACK_SIZE - 20; xWord++ ) in xPortStartScheduler()
259 #ifndef configISR_STACK_SIZE268 #error configISR_STACK_SIZE was not defined in FreeRTOSConfig.h.
150 __attribute__ ((aligned(8))) StackType_t xISRStack[ configISR_STACK_SIZE ] = { 0 };154 const StackType_t * const xISRStackTop = &( xISRStack[ ( configISR_STACK_SIZE & ~portBYTE_ALIGNMENT…
149 StackType_t xISRStack[ configISR_STACK_SIZE ] = { 0 };153 const StackType_t * const xISRStackTop = &( xISRStack[ configISR_STACK_SIZE - 7 ] );
155 __attribute__ ((aligned(8))) StackType_t xISRStack[ configISR_STACK_SIZE ] = { 0 };161 const StackType_t * const xISRStackTop = &( xISRStack[ ( configISR_STACK_SIZE & ~portBYTE_ALIGNMENT…
53 ….space configISR_STACK_SIZE*portNUM_PROCESSORS /* This allocates stacks for each individu…142 movi a1, port_IntStack+configISR_STACK_SIZE /* a1 = top of intr stack for CPU 0 */143 …movi a2, configISR_STACK_SIZE /* add configISR_STACK_SIZE * cpu_num to arrive at top of stac…
48 .space configISR_STACK_SIZE
336 stack is controlled by the parameter "configISR_STACK_SIZE" defined in