TX_TIMER_STRUCT::tx_timer_created_previous is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_TIMER_STRUCT::tx_timer_created_previous

TX_TIMER_STRUCT::tx_timer_created_previous field

Syntax

struct TX_TIMER_STRUCT *tx_timer_created_next, *tx_timer_created_previous;

References

LocationReferrerText
tx_api.h:339
*tx_timer_created_previous;
tx_timer_create.c:113_tx_timer_create()
timer_ptr -> tx_timer_created_previous = timer_ptr;
tx_timer_create.c:120_tx_timer_create()
previous_timer = next_timer -> tx_timer_created_previous;
tx_timer_create.c:123_tx_timer_create()
next_timer -> tx_timer_created_previous = timer_ptr;
tx_timer_create.c:127_tx_timer_create()
timer_ptr -> tx_timer_created_previous = previous_timer;
tx_timer_delete.c:122_tx_timer_delete()
previous_timer = timer_ptr -> tx_timer_created_previous;
tx_timer_delete.c:123_tx_timer_delete()
next_timer -> tx_timer_created_previous = previous_timer;

Data Use

Functions writing TX_TIMER_STRUCT::tx_timer_created_previous
Functions reading TX_TIMER_STRUCT::tx_timer_created_previous
TX_TIMER_STRUCT::tx_timer_created_previous
Type of TX_TIMER_STRUCT::tx_timer_created_previous
TX_TIMER_STRUCT::tx_timer_created_previous
all items filtered out