threadx
TXM_MODULE_KERNEL_STACK_SIZE
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TXM_MODULE_KERNEL_STACK_SIZE
TXM_MODULE_KERNEL_STACK_SIZE macro
Syntax
Show:
Summary
Declaration
from
txm_module_port.h:96
#define
TXM_MODULE_KERNEL_STACK_SIZE
768
Examples
References
from
examples
Code
Location
#define
TXM_MODULE_KERNEL_STACK_SIZE
768
txm_module_port.h:96
status
=
_txm_module_manager_object_allocate
(
(
VOID
*
*
)
&
(
thread_ptr
->
tx_thread_module_kernel_stack_start
)
,
TXM_MODULE_KERNEL_STACK_SIZE
,
module_instance
)
;
txm_module_manager_thread_create.c:319
TX_MEMSET
(
thread_ptr
->
tx_thread_module_kernel_stack_start
,
(
(
UCHAR
)
TX_STACK_FILL
)
,
TXM_MODULE_KERNEL_STACK_SIZE
)
;
txm_module_manager_thread_create.c:329
thread_ptr
->
tx_thread_module_kernel_stack_end
=
(
VOID
*
)
(
(
(
ALIGN_TYPE
)
(
thread_ptr
->
tx_thread_module_kernel_stack_start
)
+
TXM_MODULE_KERNEL_STACK_SIZE
)
&
~
0x07
)
;
txm_module_manager_thread_create.c:333
thread_ptr
->
tx_thread_module_kernel_stack_size
=
TXM_MODULE_KERNEL_STACK_SIZE
;
txm_module_manager_thread_create.c:336
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out