Home
last modified time | relevance | path

Searched refs:portPSW (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/portable/IAR/78K0R/
Dport.c51 #define portPSW ( 0xc6UL ) macro
115 *pulLocal = ( ( ( uint32_t ) pxCode ) | ( portPSW << 24UL ) ); in pxPortInitialiseStack()
131 *pulLocal = ( ( ( uint32_t ) pxCode ) | ( portPSW << 24UL ) ); in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/IAR/RL78/
Dport.c48 #define portPSW ( 0xc6UL ) macro
124 *pulLocal = ( ( ( uint32_t ) pxCode ) | ( portPSW << 24UL ) ); in pxPortInitialiseStack()
147 *pulLocal = ( ( ( uint32_t ) pxCode ) | ( portPSW << 24UL ) ); in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/GCC/RL78/
Dport.c48 #define portPSW ( 0xc6UL ) macro
111 *pulLocal = ( ( ( uint32_t ) pxCode ) | ( portPSW << 24UL ) ); in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/IAR/V850ES/
Dport.c41 #define portPSW ( ( StackType_t ) 0x00000000 ) macro
64 *pxTopOfStack = portPSW; /* Initial PSW value */ in pxPortInitialiseStack()