Home
last modified time | relevance | path

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

123456

/Kernel-v11.1.0/portable/IAR/V850ES/
Dportmacro.h54 #define portSTACK_TYPE unsigned int macro
57 typedef portSTACK_TYPE StackType_t;
83 extern volatile /*uint16_t*/ portSTACK_TYPE usCriticalNesting; \
95 extern volatile /*uint16_t*/ portSTACK_TYPE usCriticalNesting; \
/Kernel-v11.1.0/portable/oWatcom/16BitDOS/PC/
Dportmacro.h54 #define portSTACK_TYPE uint16_t macro
57 typedef portSTACK_TYPE StackType_t;
97 #define portINITIAL_SW ( ( portSTACK_TYPE ) 0x0202 ) /* Start the tasks with interrupts …
/Kernel-v11.1.0/portable/IAR/MSP430X/
Dportmacro.h55 #define portSTACK_TYPE uint16_t macro
58 #define portSTACK_TYPE uint32_t macro
61 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/CCS/MSP430X/
Dportmacro.h55 #define portSTACK_TYPE uint32_t macro
57 #define portSTACK_TYPE uint16_t macro
61 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/BCC/16BitDOS/Flsh186/
Dprtmacro.h48 #define portSTACK_TYPE uint16_t macro
51 typedef portSTACK_TYPE StackType_t;
84 #define portINITIAL_SW ( ( portSTACK_TYPE ) 0x0202 ) /* Start the tasks with interrupts enab…
/Kernel-v11.1.0/portable/BCC/16BitDOS/PC/
Dprtmacro.h48 #define portSTACK_TYPE uint16_t macro
51 typedef portSTACK_TYPE StackType_t;
85 #define portINITIAL_SW ( ( portSTACK_TYPE ) 0x0202 ) /* Start the tasks with interrupts …
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/large_untested/
Dportmacro.h54 #define portSTACK_TYPE uint16_t macro
57 typedef portSTACK_TYPE StackType_t;
91 #define portINITIAL_SW ( ( portSTACK_TYPE ) 0x0202 ) /* Start the tasks with int…
/Kernel-v11.1.0/portable/oWatcom/16BitDOS/Flsh186/
Dportmacro.h55 #define portSTACK_TYPE uint16_t macro
58 typedef portSTACK_TYPE StackType_t;
95 #define portINITIAL_SW ( ( portSTACK_TYPE ) 0x0202 ) /* Start the tasks with interrupts …
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/small/
Dportmacro.h54 #define portSTACK_TYPE uint16_t macro
57 typedef portSTACK_TYPE StackType_t;
93 #define portINITIAL_SW ( ( portSTACK_TYPE ) 0x0202 ) /* Start the tasks with int…
/Kernel-v11.1.0/portable/IAR/RISC-V/
Dportmacro.h53 #define portSTACK_TYPE uint64_t macro
59 #define portSTACK_TYPE uint32_t
67 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/GCC/RISC-V/
Dportmacro.h51 #define portSTACK_TYPE uint64_t macro
57 #define portSTACK_TYPE uint32_t
65 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/GCC/ATMega323/
Dportmacro.h61 #define portSTACK_TYPE uint8_t macro
66 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/
Dportmacro.h54 #define portSTACK_TYPE uint8_t macro
59 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/
Dportmacro.h54 #define portSTACK_TYPE uint8_t macro
59 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/GCC/NiosII/
Dportmacro.h56 #define portSTACK_TYPE uint32_t macro
59 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/GCC/H8S2329/
Dportmacro.h55 #define portSTACK_TYPE uint8_t macro
58 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/IAR/ATMega323/
Dportmacro.h61 #define portSTACK_TYPE uint8_t macro
65 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
Dportmacro.h55 #define portSTACK_TYPE uint32_t macro
58 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/IAR/STR75x/
Dportmacro.h57 #define portSTACK_TYPE uint32_t macro
60 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/IAR/STR91x/
Dportmacro.h57 #define portSTACK_TYPE uint32_t macro
60 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/MPLAB/PIC24_dsPIC/
Dportmacro.h54 #define portSTACK_TYPE uint16_t macro
59 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/GCC/PPC440_Xilinx/
Dportmacro.h56 #define portSTACK_TYPE uint32_t macro
59 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/GCC/PPC405_Xilinx/
Dportmacro.h56 #define portSTACK_TYPE uint32_t macro
59 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/GCC/CORTUS_APS3/
Dportmacro.h56 #define portSTACK_TYPE uint32_t macro
59 typedef portSTACK_TYPE StackType_t;
/Kernel-v11.1.0/portable/MPLAB/PIC18F/
Dportmacro.h48 #define portSTACK_TYPE uint8_t macro
51 typedef portSTACK_TYPE StackType_t;

123456