Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dstack_macros.h129 …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 Dport.c119 static const uint8_t ucExpectedStackBytes[] = variable
128 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…
/FreeRTOS-Kernel/portable/GCC/RISC-V/
A Dport.c111 static const uint8_t ucExpectedStackBytes[] = variable
120 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…
/FreeRTOS-Kernel/portable/MPLAB/PIC32MX/
A Dport.c103 static const uint8_t ucExpectedStackBytes[] = { variable
110 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…
/FreeRTOS-Kernel/portable/MPLAB/PIC32MEC14xx/
A Dport.c118 static const uint8_t ucExpectedStackBytes[] = { variable
125 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…
/FreeRTOS-Kernel/portable/MPLAB/PIC32MZ/
A Dport.c125 static const uint8_t ucExpectedStackBytes[] = { variable
132 …ASSERT( ( memcmp( ( void * ) xISRStack, ( void * ) ucExpectedStackBytes, sizeof( ucExpectedStackBy…

Completed in 11 milliseconds