TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next

TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next field

Syntax

struct TXM_MODULE_ALLOCATED_OBJECT_STRUCT *txm_module_allocated_object_next;

References

LocationReferrerText
txm_module.h:516
*txm_module_allocated_object_next,
txm_module_manager_object_allocate.c:114_txm_module_manager_object_allocate()
object_ptr -> txm_module_allocated_object_next = object_ptr;
txm_module_manager_object_allocate.c:125_txm_module_manager_object_allocate()
previous_object -> txm_module_allocated_object_next = object_ptr;
txm_module_manager_object_allocate.c:129_txm_module_manager_object_allocate()
object_ptr -> txm_module_allocated_object_next = next_object;
txm_module_manager_object_deallocate.c:111_txm_module_manager_object_deallocate()
next_object = module_allocated_object_ptr -> txm_module_allocated_object_next;
txm_module_manager_object_deallocate.c:114_txm_module_manager_object_deallocate()
previous_object -> txm_module_allocated_object_next = next_object;
txm_module_manager_stop.c:543_txm_module_manager_stop()
module_instance -> txm_module_instance_object_list_head = object_ptr -> txm_module_allocated_object_next;

Data Use

Functions writing TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next
Functions reading TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next
TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next
Type of TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next
TXM_MODULE_ALLOCATED_OBJECT_STRUCT::txm_module_allocated_object_next