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

_tx_timer_create() function

Syntax

UINT _tx_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);
Implemented in tx_timer_create.c:78

Arguments

timer_ptr

name_ptr

expiration_function

expiration_input

initial_ticks

reschedule_ticks

auto_activate

Examples

_tx_timer_create() is referenced by 2 libraries and example projects.