netxduo
NX_THREAD_WAIT_CALLER_CHECKING
is only used within netxduo.
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
netxduo
NX_THREAD_WAIT_CALLER_CHECKING
NX_THREAD_WAIT_CALLER_CHECKING macro
Syntax
Show:
Summary
Declaration
from
nx_port.h:164
#define
NX_THREAD_WAIT_CALLER_CHECKING
if
(
(
wait_option
)
&&
\
(
(
_tx_thread_current_ptr
==
NX_NULL
)
||
(
TX_THREAD_GET_SYSTEM_STATE
(
)
)
||
(
_tx_thread_current_ptr
==
&
_tx_timer_thread
)
)
)
\
return
(
NX_CALLER_ERROR
)
;
Examples
References
from
examples
Code
Location
#define
NX_THREAD_WAIT_CALLER_CHECKING
if
(
(
wait_option
)
&&
\
nx_port.h:164
NX_THREAD_WAIT_CALLER_CHECKING
nxe_packet_allocate.c:102
NX_THREAD_WAIT_CALLER_CHECKING
nxe_packet_copy.c:109
NX_THREAD_WAIT_CALLER_CHECKING
nxe_packet_data_append.c:116
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