Searched refs:portISR_STACK_FILL_VALUE (Results 1 – 1 of 1) sorted by relevance
63 #define portISR_STACK_FILL_VALUE 0x55555555 macro211 … memset( pulISRStack, portISR_STACK_FILL_VALUE, configMINIMAL_STACK_SIZE * sizeof( StackType_t ) ); in xPortStartScheduler()