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