/Kernel-v11.1.0/portable/GCC/RL78/ |
D | portmacro.h | 74 #define portNO_CRITICAL_SECTION_NESTING ( ( unsigned short ) 0 ) macro 92 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \ 99 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
|
D | port.c | 133 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/Rowley/MSP430F449/ |
D | portmacro.h | 74 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro 92 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \ 99 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
|
D | port.c | 128 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/GCC/MSP430F449/ |
D | portmacro.h | 79 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro 97 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \ 104 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
|
D | port.c | 210 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/IAR/MSP430/ |
D | portmacro.h | 74 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro 92 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \ 99 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
|
D | port.c | 131 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/IAR/V850ES/ |
D | portmacro.h | 79 #define portNO_CRITICAL_SECTION_NESTING ( ( UBaseType_t ) 0 ) macro 97 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \ 104 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
|
D | port.c | 128 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/IAR/78K0R/ |
D | portmacro.h | 79 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro 97 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \ 104 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
|
D | port.c | 156 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/IAR/MSP430X/ |
D | portmacro.h | 83 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro 101 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \ 108 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
|
D | port.c | 153 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/CCS/MSP430X/ |
D | portmacro.h | 83 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro 101 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \ 108 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
|
D | port.c | 149 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/WizC/PIC18/ |
D | portmacro.h | 114 #define portNO_CRITICAL_SECTION_NESTING ( ( uint8_t ) 0 ) macro 133 if(ucCriticalNesting > portNO_CRITICAL_SECTION_NESTING) \ 146 if( ucCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \ 271 ; it as 0 (portNO_CRITICAL_SECTION_NESTING). \
|
D | port.c | 198 *pxTopOfStack-- = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/IAR/RL78/ |
D | portmacro.h | 97 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro 115 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \ 122 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
|
D | port.c | 172 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/ |
D | port.c | 50 #define portNO_CRITICAL_SECTION_NESTING ( ( StackType_t ) 0 ) macro 153 *pxTopOfStack = portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/GCC/ARM7_LPC2000/ |
D | port.c | 50 #define portNO_CRITICAL_SECTION_NESTING ( ( StackType_t ) 0 ) macro 153 *pxTopOfStack = portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/ |
D | port.c | 52 #define portNO_CRITICAL_SECTION_NESTING ( ( StackType_t ) 0 ) macro 158 *pxTopOfStack = portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/GCC/ARM7_AT91FR40008/ |
D | port.c | 56 #define portNO_CRITICAL_SECTION_NESTING ( ( StackType_t ) 0 ) macro 149 *pxTopOfStack = portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/ |
D | port.c | 41 #define portNO_CRITICAL_SECTION_NESTING ( ( StackType_t ) 0 ) macro 156 *pxTopOfStack = portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
|