threadx
txfr_timer::timer
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
txfr_timer::timer
txfr_timer::timer field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:240
TX_TIMER
timer
;
Examples
References
from
examples
Code
Location
Referrer
TX_TIMER
timer
;
FreeRTOS.h:240
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()
ret
=
tx_timer_delete
(
&
xTimer
->
timer
)
;
tx_freertos.c:2332
xTimerDelete()
ret
=
tx_timer_info_get
(
&
xTimer
->
timer
,
NULL
,
&
is_active
,
NULL
,
NULL
,
NULL
)
;
tx_freertos.c:2353
xTimerIsTimerActive()
ret
=
tx_timer_activate
(
&
xTimer
->
timer
)
;
tx_freertos.c:2373
xTimerStart()
ret
=
tx_timer_deactivate
(
&
xTimer
->
timer
)
;
tx_freertos.c:2389
xTimerStop()
ret
=
tx_timer_deactivate
(
&
xTimer
->
timer
)
;
tx_freertos.c:2410
xTimerChangePeriod()
ret
=
tx_timer_change
(
&
xTimer
->
timer
,
xNewPeriod
,
xNewPeriod
)
;
tx_freertos.c:2417
xTimerChangePeriod()
ret
=
tx_timer_change
(
&
xTimer
->
timer
,
xNewPeriod
,
0u
)
;
tx_freertos.c:2419
xTimerChangePeriod()
ret
=
tx_timer_activate
(
&
xTimer
->
timer
)
;
tx_freertos.c:2426
xTimerChangePeriod()
ret
=
tx_timer_deactivate
(
&
xTimer
->
timer
)
;
tx_freertos.c:2448
xTimerReset()
ret
=
tx_timer_change
(
&
xTimer
->
timer
,
xTimer
->
period
,
xTimer
->
period
)
;
tx_freertos.c:2455
xTimerReset()
ret
=
tx_timer_change
(
&
xTimer
->
timer
,
xTimer
->
period
,
0u
)
;
tx_freertos.c:2457
xTimerReset()
ret
=
tx_timer_activate
(
&
xTimer
->
timer
)
;
tx_freertos.c:2464
xTimerReset()
ret
=
tx_timer_deactivate
(
&
xTimer
->
timer
)
;
tx_freertos.c:2552
vTimerSetReloadMode()
left
=
xTimer
->
timer
.
tx_timer_internal
.
tx_timer_internal_remaining_ticks
;
tx_freertos.c:2558
vTimerSetReloadMode()
ret
=
tx_timer_change
(
&
xTimer
->
timer
,
left
,
xTimer
->
period
)
;
tx_freertos.c:2561
vTimerSetReloadMode()
ret
=
tx_timer_change
(
&
xTimer
->
timer
,
left
,
0u
)
;
tx_freertos.c:2563
vTimerSetReloadMode()
ret
=
tx_timer_activate
(
&
xTimer
->
timer
)
;
tx_freertos.c:2570
vTimerSetReloadMode()
return
(
const
char
*
)
xTimer
->
timer
.
tx_timer_name
;
tx_freertos.c:2586
pcTimerGetName()
ret
=
tx_timer_info_get
(
&
xTimer
->
timer
,
NULL
,
NULL
,
&
time_tx
,
NULL
,
NULL
)
;
tx_freertos.c:2618
xTimerGetExpiryTime()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_timer::timer
is read by 2 functions:
All items filtered out
txfr_timer::timer
vTimerSetReloadMode()
pcTimerGetName()
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