threadx
__set_control_value()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
__set_control_value()
__set_control_value() function
Syntax
Show:
Summary
Declaration
from
tx_port.h:307
__attribute__
(
(
always_inline
)
)
static
inline
void
__set_control_value
(
ULONG
control_value
)
;
Arguments
Argument
control_value
Examples
References
from
examples
Code
Location
Referrer
__attribute__
(
(
always_inline
)
)
static
inline
void
__set_control_value
(
ULONG
control_value
)
tx_port.h:307
TX_THREAD_COMPLETED_EXTENSION
(
thread_ptr
)
tx_thread_shell_entry.c:179
_tx_thread_shell_entry()
TX_THREAD_TERMINATED_EXTENSION
(
thread_ptr
)
tx_thread_terminate.c:175
_tx_thread_terminate()
TX_THREAD_TERMINATED_EXTENSION
(
thread_ptr
)
tx_thread_terminate.c:252
_tx_thread_terminate()
Call Tree
from
examples
__set_control_value()
is called by 2 functions:
_tx_thread_shell_entry()
_tx_thread_terminate()
All items filtered out
__set_control_value()
All items filtered out
Data Use
from
examples
__set_control_value()
:
All items filtered out
__set_control_value()
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