threadx
TX_THREAD_CREATE_TIMEOUT_SETUP
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_THREAD_CREATE_TIMEOUT_SETUP
TX_THREAD_CREATE_TIMEOUT_SETUP macro
Syntax
Show:
Summary
Declaration
from
tx_thread.h:139
#define
TX_THREAD_CREATE_TIMEOUT_SETUP
(
t
)
(
t
)
->
tx_thread_timer
.
tx_timer_internal_timeout_function
=
&
(
_tx_thread_timeout
)
;
\
(
t
)
->
tx_thread_timer
.
tx_timer_internal_timeout_param
=
TX_POINTER_TO_ULONG_CONVERT
(
(
t
)
)
;
Arguments
Argument
t
Examples
References
from
examples
Code
Location
#define
TX_THREAD_CREATE_TIMEOUT_SETUP
(
t
)
(
t
)
->
tx_thread_timer
.
tx_timer_internal_timeout_function
=
&
(
_tx_thread_timeout
)
;
\
tx_thread.h:139
TX_THREAD_CREATE_TIMEOUT_SETUP
(
thread_ptr
)
tx_thread_create.c:202
TX_THREAD_CREATE_TIMEOUT_SETUP
(
thread_ptr
)
txm_module_manager_thread_create.c:415
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