threadx
xTimerCreate()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xTimerCreate()
xTimerCreate() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:595
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
Argument
pcTimerName
xTimerPeriod
uxAutoReload
pvTimerID
pxCallbackFunction
Examples
References
from
examples
Code
Location
TimerHandle_t
xTimerCreate
(
const
char
*
const
pcTimerName
,
tx_freertos.c:2238
TimerHandle_t
xTimerCreate
(
const
char
*
const
pcTimerName
,
FreeRTOS.h:595
Call Tree
from
examples
xTimerCreate()
calls 3 functions:
All items filtered out
xTimerCreate()
_txe_timer_create()
txfr_malloc()
txfr_free()
All items filtered out
Data Use
from
examples
xTimerCreate()
reads 1 variable and writes 5 variables:
txfr_timer_callback_wrapper()
All items filtered out
xTimerCreate()
txfr_timer::period
txfr_timer::one_shot
txfr_timer::allocated
txfr_timer::id
txfr_timer::callback
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out