threadx
TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next
TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next field
Syntax
Show:
Summary
Declaration
from
txm_module.h:515
struct
TXM_MODULE_ALLOCATED_OBJECT_STRUCT
*
txm_module_allocated_object_next
;
Examples
References
from
examples
Code
Location
Referrer
*
txm_module_allocated_object_next
,
txm_module.h:516
object_ptr
->
txm_module_allocated_object_next
=
object_ptr
;
txm_module_manager_object_allocate.c:114
_txm_module_manager_object_allocate()
previous_object
->
txm_module_allocated_object_next
=
object_ptr
;
txm_module_manager_object_allocate.c:125
_txm_module_manager_object_allocate()
object_ptr
->
txm_module_allocated_object_next
=
next_object
;
txm_module_manager_object_allocate.c:129
_txm_module_manager_object_allocate()
next_object
=
module_allocated_object_ptr
->
txm_module_allocated_object_next
;
txm_module_manager_object_deallocate.c:111
_txm_module_manager_object_deallocate()
previous_object
->
txm_module_allocated_object_next
=
next_object
;
txm_module_manager_object_deallocate.c:114
_txm_module_manager_object_deallocate()
module_instance
->
txm_module_instance_object_list_head
=
object_ptr
->
txm_module_allocated_object_next
;
txm_module_manager_stop.c:543
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next
is written by 2 functions and is read by 2 functions:
_txm_module_manager_object_allocate()
_txm_module_manager_object_deallocate()
All items filtered out
TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next
_txm_module_manager_object_deallocate()
_txm_module_manager_stop()
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