Searched refs:ucExpectedStackBytes (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/include/ |
D | stack_macros.h | 114 …static const uint8_t ucExpectedStackBytes[] = { tskSTACK_FILL_BYTE, tskSTACK_FILL_BYTE, tskSTACK_F… 121 …pcEndOfStack -= sizeof( ucExpectedStackBytes ); … 124 …if( memcmp( ( void * ) pcEndOfStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBytes…
|
/Kernel-v11.1.0/portable/IAR/RISC-V/ |
D | port.c | 119 static const uint8_t ucExpectedStackBytes[] = variable 128 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…
|
/Kernel-v11.1.0/portable/GCC/RISC-V/ |
D | port.c | 111 static const uint8_t ucExpectedStackBytes[] = variable 120 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/ |
D | port.c | 103 static const uint8_t ucExpectedStackBytes[] = { variable 110 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/ |
D | port.c | 118 static const uint8_t ucExpectedStackBytes[] = { variable 125 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/ |
D | port.c | 125 static const uint8_t ucExpectedStackBytes[] = { variable 132 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…
|