threadx
+
0
/1 examples
SourceVu will show references to
TX_MINIMUM_STACK
from the following samples and libraries:
Libraries
netxduo
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (4/4)...
threadx
filex
cmsis_rtos_threadx
netxduo
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_MINIMUM_STACK
TX_MINIMUM_STACK macro
Syntax
Show:
Summary
Declaration
from
tx_port.h:131
#define
TX_MINIMUM_STACK
200
Examples
TX_MINIMUM_STACK
is referenced by 1 libraries and example projects:
Libraries
netxduo
References
from
0/1
examples
Code
Location
#define
TX_MINIMUM_STACK
200
/* Minimum stack size for this port */
tx_port.h:131
#define
TX_MINIMUM_STACK
200
/* Minimum stack size for this port */
tx_port.h:100
else
if
(
stack_size
<
(
(
ULONG
)
TX_MINIMUM_STACK
)
)
txe_thread_create.c:238
if
(
stack_size
<
TX_MINIMUM_STACK
)
txm_module_manager_thread_create.c:210
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out