tskSTACK_FILL_BYTE is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

tskSTACK_FILL_BYTE macro

Syntax

#define tskSTACK_FILL_BYTE ( 0xa5U )

References

LocationText
tasks.c:76
#define tskSTACK_FILL_BYTE ( 0xa5U )
tasks.c:854
( void ) memset( pxNewTCB->pxStack, ( int ) tskSTACK_FILL_BYTE, ( size_t ) ulStackDepth * sizeof( StackType_t ) );
tasks.c:3803
while( *pucStackByte == ( uint8_t ) tskSTACK_FILL_BYTE )