threadx
xTimerReset()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (3/4)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xTimerReset()
xTimerReset() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:622
BaseType_t
xTimerReset
(
TimerHandle_t
xTimer
,
TickType_t
xBlockTime
)
;
Implemented in
tx_freertos.c:2438
Arguments
Argument
xTimer
xBlockTime
Related Functions
Found 17 other functions taking a
txfr_timer
argument:
Function
pcTimerGetName()
vTimerSetReloadMode()
uxTimerGetReloadMode()
xTimerGetPeriod()
xTimerGetExpiryTime()
pvTimerGetTimerID()
vTimerSetTimerID()
xTimerIsTimerActive()
xTimerStart()
xTimerStop()
xTimerChangePeriod()
xTimerCreateStatic()
xTimerDelete()
xTimerStartFromISR()
xTimerStopFromISR()
xTimerChangePeriodFromISR()
xTimerResetFromISR()
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xTimerReset
(
TimerHandle_t
xTimer
,
tx_freertos.c:2438
BaseType_t
xTimerReset
(
TimerHandle_t
xTimer
,
FreeRTOS.h:622
return
xTimerReset
(
xTimer
,
0u
)
;
tx_freertos.c:2510
xTimerResetFromISR()
Call Tree
from
examples
xTimerReset()
is called by 1 function and calls 5 functions:
xTimerResetFromISR()
All items filtered out
xTimerReset()
__restore_interrupt()
__disable_interrupts()
_txe_timer_activate()
_txe_timer_change()
_txe_timer_deactivate()
All items filtered out
Data Use
from
examples
xTimerReset()
reads 2 variables:
txfr_timer::period
txfr_timer::one_shot
All items filtered out
xTimerReset()
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