threadx
xTimerCreateStatic()
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
xTimerCreateStatic()
xTimerCreateStatic() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:601
TimerHandle_t
xTimerCreateStatic
(
const
char
*
const
pcTimerName
,
const
TickType_t
xTimerPeriod
,
const
UBaseType_t
uxAutoReload
,
void
*
const
pvTimerID
,
TimerCallbackFunction_t
pxCallbackFunction
,
StaticTimer_t
*
pxTimerBuffer
)
;
Implemented in
tx_freertos.c:2285
Arguments
Argument
pcTimerName
xTimerPeriod
uxAutoReload
pvTimerID
pxCallbackFunction
pxTimerBuffer
Examples
References
from
examples
Code
Location
TimerHandle_t
xTimerCreateStatic
(
const
char
*
const
pcTimerName
,
tx_freertos.c:2285
TimerHandle_t
xTimerCreateStatic
(
const
char
*
const
pcTimerName
,
FreeRTOS.h:601
Call Tree
from
examples
xTimerCreateStatic()
calls 1 function:
All items filtered out
xTimerCreateStatic()
_txe_timer_create()
All items filtered out
Data Use
from
examples
xTimerCreateStatic()
reads 1 variable and writes 4 variables:
txfr_timer_callback_wrapper()
All items filtered out
xTimerCreateStatic()
txfr_timer::period
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