xTimerCreate() is only used within threadx.
 
Symbols
loading...
Files
loading...

xTimerCreate() function

Syntax

TimerHandle_t xTimerCreate(const char * const pcTimerName,     const TickType_t xTimerPeriod,     const UBaseType_t uxAutoReload,     void * const pvTimerID,     TimerCallbackFunction_t pxCallbackFunction);
Implemented in tx_freertos.c:2238

Arguments

pcTimerName

xTimerPeriod

uxAutoReload

pvTimerID

pxCallbackFunction

References

LocationText
tx_freertos.c:2238
TimerHandle_t xTimerCreate(const char * const pcTimerName,
FreeRTOS.h:595
TimerHandle_t xTimerCreate(const char * const pcTimerName,

Call Tree

Functions called by xTimerCreate()
xTimerCreate()
memset()
all items filtered out
Data read by xTimerCreate()
Data written by xTimerCreate()
xTimerCreate()
xTimerCreate()::p_timer
xTimerCreate()::ret
xTimerCreate()::resch_ticks
all items filtered out
Type of xTimerCreate()
xTimerCreate()
all items filtered out