threadx
TX_NO_MEMORY
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
TX_NO_MEMORY
TX_NO_MEMORY macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:196
#define
TX_NO_MEMORY
(
(
UINT
)
0x10
)
Examples
References
from
examples
Code
Location
#define
TX_NO_MEMORY
(
(
UINT
)
0x10
)
tx_api.h:196
status
=
TX_NO_MEMORY
;
tx_block_allocate.c:223
status
=
TX_NO_MEMORY
;
tx_block_allocate.c:364
thread_ptr
->
tx_thread_suspend_status
=
TX_NO_MEMORY
;
tx_block_pool_cleanup.c:184
status
=
TX_NO_MEMORY
;
tx_byte_allocate.c:263
status
=
TX_NO_MEMORY
;
tx_byte_allocate.c:404
thread_ptr
->
tx_thread_suspend_status
=
TX_NO_MEMORY
;
tx_byte_pool_cleanup.c:182
return
(
TX_NO_MEMORY
)
;
txm_module_manager_absolute_load.c:280
return
(
TX_NO_MEMORY
)
;
txm_module_manager_internal_load.c:270
return
(
TX_NO_MEMORY
)
;
txm_module_manager_memory_load.c:125
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