threadx
txfr_timer_callback_wrapper()
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
txfr_timer_callback_wrapper()
txfr_timer_callback_wrapper() function
Syntax
Show:
Summary
Declaration
from
tx_freertos.c:2224
void
txfr_timer_callback_wrapper
(
ULONG
id
)
;
Arguments
Argument
id
Examples
References
from
examples
Code
Location
Referrer
void
txfr_timer_callback_wrapper
(
ULONG
id
)
tx_freertos.c:2224
ret
=
tx_timer_create
(
&
p_timer
->
timer
,
(
char
*
)
pcTimerName
,
txfr_timer_callback_wrapper
,
(
ULONG
)
p_timer
,
xTimerPeriod
,
resch_ticks
,
TX_NO_ACTIVATE
)
;
tx_freertos.c:2276
xTimerCreate()
ret
=
tx_timer_create
(
&
pxTimerBuffer
->
timer
,
(
char
*
)
pcTimerName
,
txfr_timer_callback_wrapper
,
(
ULONG
)
pxTimerBuffer
,
xTimerPeriod
,
resch_ticks
,
TX_NO_ACTIVATE
)
;
tx_freertos.c:2317
xTimerCreateStatic()
Call Tree
from
examples
txfr_timer_callback_wrapper()
calls 1 function:
All items filtered out
txfr_timer_callback_wrapper()
txfr_timer::callback
All items filtered out
Data Use
from
examples
txfr_timer_callback_wrapper()
writes 2 variables:
All items filtered out
txfr_timer_callback_wrapper()
xTimerCreate()
xTimerCreateStatic()
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