TX_THREAD_STRUCT::tx_thread_stack_highest_ptr is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_THREAD_STRUCT::tx_thread_stack_highest_ptr

TX_THREAD_STRUCT::tx_thread_stack_highest_ptr field

Syntax

VOID *tx_thread_stack_highest_ptr;

References

LocationReferrerText
tx_api.h:504
VOID *tx_thread_stack_highest_ptr; /* Stack highest usage pointer */
tx_thread_stack_analyze.c:103_tx_thread_stack_analyze()
stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr);
tx_thread_stack_analyze.c:162_tx_thread_stack_analyze()
if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr)))
tx_thread_stack_analyze.c:170_tx_thread_stack_analyze()
thread_ptr -> tx_thread_stack_highest_ptr = stack_ptr;

Data Use

Functions writing TX_THREAD_STRUCT::tx_thread_stack_highest_ptr
Functions reading TX_THREAD_STRUCT::tx_thread_stack_highest_ptr
all items filtered out
TX_THREAD_STRUCT::tx_thread_stack_highest_ptr
all items filtered out