threadx + 0/3 examples
CodeScope will show references to _txe_timer_create() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

_txe_timer_create() function

Syntax

UINT _txe_timer_create(TX_TIMER *timer_ptr,     CHAR *name_ptr,     VOID (*expiration_function)(ULONG input),     ULONG expiration_input,     ULONG initial_ticks,     ULONG reschedule_ticks,     UINT auto_activate,     UINT timer_control_block_size);
Implemented in txe_timer_create.c:85

Arguments

timer_ptr

name_ptr

expiration_function

expiration_input

initial_ticks

reschedule_ticks

auto_activate

timer_control_block_size

Examples

_txe_timer_create() is referenced by 3 libraries and example projects.

Call Tree

Data read by _txe_timer_create()
Data written by _txe_timer_create()
_txe_timer_create()
_txe_timer_create()::interrupt_save
_txe_timer_create()::status
_txe_timer_create()::i
_txe_timer_create()::next_timer
all items filtered out
Type of _txe_timer_create()
_txe_timer_create()
all items filtered out