| /ThreadX-v6.3.0/ports/c667x/ccs/inc/ |
| D | tx_port.h | 116 #ifndef TX_TIMER_THREAD_STACK_SIZE 117 #define TX_TIMER_THREAD_STACK_SIZE 2048 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/risc-v32/iar/inc/ |
| D | tx_port.h | 114 #ifndef TX_TIMER_THREAD_STACK_SIZE 115 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/rxv1/gnu/inc/ |
| D | tx_port.h | 117 #ifndef TX_TIMER_THREAD_STACK_SIZE 118 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/rxv1/iar/inc/ |
| D | tx_port.h | 118 #ifndef TX_TIMER_THREAD_STACK_SIZE 119 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/rxv2/gnu/inc/ |
| D | tx_port.h | 119 #ifndef TX_TIMER_THREAD_STACK_SIZE 120 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/rxv2/iar/inc/ |
| D | tx_port.h | 120 #ifndef TX_TIMER_THREAD_STACK_SIZE 121 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/rxv1/ccrx/inc/ |
| D | tx_port.h | 115 #ifndef TX_TIMER_THREAD_STACK_SIZE 116 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/rxv2/ccrx/inc/ |
| D | tx_port.h | 117 #ifndef TX_TIMER_THREAD_STACK_SIZE 118 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_timer_initialize.c | 121 ULONG _tx_timer_thread_stack_area[(((UINT) TX_TIMER_THREAD_STACK_SIZE)+((sizeof(ULONG))… 256 _tx_timer_stack_size = ((ULONG) TX_TIMER_THREAD_STACK_SIZE); in _tx_timer_initialize()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_timer_initialize.c | 115 ULONG _tx_timer_thread_stack_area[(((UINT) TX_TIMER_THREAD_STACK_SIZE)+((sizeof(ULONG… 247 _tx_timer_stack_size = ((ULONG) TX_TIMER_THREAD_STACK_SIZE); in _tx_timer_initialize()
|
| /ThreadX-v6.3.0/ports/rxv3/gnu/inc/ |
| D | tx_port.h | 118 #ifndef TX_TIMER_THREAD_STACK_SIZE 119 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/rxv3/iar/inc/ |
| D | tx_port.h | 119 #ifndef TX_TIMER_THREAD_STACK_SIZE 120 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/cortex_r4/gnu/inc/ |
| D | tx_port.h | 114 #ifndef TX_TIMER_THREAD_STACK_SIZE 115 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/cortex_r5/ac6/inc/ |
| D | tx_port.h | 114 #ifndef TX_TIMER_THREAD_STACK_SIZE 115 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/cortex_r5/gnu/inc/ |
| D | tx_port.h | 114 #ifndef TX_TIMER_THREAD_STACK_SIZE 115 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/risc-v64/gnu/inc/ |
| D | tx_port.h | 134 #ifndef TX_TIMER_THREAD_STACK_SIZE 135 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/rxv3/ccrx/inc/ |
| D | tx_port.h | 116 #ifndef TX_TIMER_THREAD_STACK_SIZE 117 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/xtensa/xcc/inc/ |
| D | tx_port.h | 228 #ifndef TX_TIMER_THREAD_STACK_SIZE 230 #define TX_TIMER_THREAD_STACK_SIZE (TX_MINIMUM_STACK_BASIC + 0x100) macro 232 #define TX_TIMER_THREAD_STACK_SIZE (TX_MINIMUM_STACK_BASIC + 0x200) macro
|
| /ThreadX-v6.3.0/ports/cortex_a9/gnu/inc/ |
| D | tx_port.h | 116 #ifndef TX_TIMER_THREAD_STACK_SIZE 117 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/cortex_m0/ac5/inc/ |
| D | tx_port.h | 113 #ifndef TX_TIMER_THREAD_STACK_SIZE 114 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/cortex_m0/keil/inc/ |
| D | tx_port.h | 113 #ifndef TX_TIMER_THREAD_STACK_SIZE 114 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-A/threadx/common/inc/ |
| D | tx_port.h | 116 #ifndef TX_TIMER_THREAD_STACK_SIZE 117 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/cortex_r4/ac5/inc/ |
| D | tx_port.h | 111 #ifndef TX_TIMER_THREAD_STACK_SIZE 112 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/cortex_r4/ac6/inc/ |
| D | tx_port.h | 114 #ifndef TX_TIMER_THREAD_STACK_SIZE 115 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|
| /ThreadX-v6.3.0/ports/cortex_r5/ac5/inc/ |
| D | tx_port.h | 111 #ifndef TX_TIMER_THREAD_STACK_SIZE 112 #define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */ macro
|