Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/SDCC/Cygnal/
Dport.c57 data static uint8_t ucStackBytes; variable
96 ucStackBytes = SP - ( configSTACK_START - 1 ); \
100 *pxXRAMStack = ucStackBytes; \
104 while( ucStackBytes ) \
109 ucStackBytes--; \
127 ucStackBytes = pxXRAMStack[ 0 ]; \
135 ucStackBytes--; \
136 } while( ucStackBytes ); \