Home
last modified time | relevance | path

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

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