Home
last modified time | relevance | path

Searched refs:portNO_CRITICAL_SECTION_NESTING (Results 1 – 25 of 25) sorted by relevance

/Kernel-v11.1.0/portable/GCC/RL78/
Dportmacro.h74 #define portNO_CRITICAL_SECTION_NESTING ( ( unsigned short ) 0 ) macro
92 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \
99 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
Dport.c133 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/Rowley/MSP430F449/
Dportmacro.h74 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro
92 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \
99 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
Dport.c128 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/GCC/MSP430F449/
Dportmacro.h79 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro
97 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \
104 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
Dport.c210 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/IAR/MSP430/
Dportmacro.h74 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro
92 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \
99 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
Dport.c131 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/IAR/V850ES/
Dportmacro.h79 #define portNO_CRITICAL_SECTION_NESTING ( ( UBaseType_t ) 0 ) macro
97 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \
104 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
Dport.c128 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/IAR/78K0R/
Dportmacro.h79 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro
97 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \
104 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
Dport.c156 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/IAR/MSP430X/
Dportmacro.h83 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro
101 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \
108 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
Dport.c153 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/CCS/MSP430X/
Dportmacro.h83 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro
101 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \
108 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
Dport.c149 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/WizC/PIC18/
Dportmacro.h114 #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). \
Dport.c198 *pxTopOfStack-- = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/IAR/RL78/
Dportmacro.h97 #define portNO_CRITICAL_SECTION_NESTING ( ( uint16_t ) 0 ) macro
115 if( usCriticalNesting > portNO_CRITICAL_SECTION_NESTING ) \
122 if( usCriticalNesting == portNO_CRITICAL_SECTION_NESTING ) \
Dport.c172 *pxTopOfStack = ( StackType_t ) portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/
Dport.c50 #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/
Dport.c50 #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/
Dport.c52 #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/
Dport.c56 #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/
Dport.c41 #define portNO_CRITICAL_SECTION_NESTING ( ( StackType_t ) 0 ) macro
156 *pxTopOfStack = portNO_CRITICAL_SECTION_NESTING; in pxPortInitialiseStack()