threadx
xTimerStop()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xTimerStop()
xTimerStop() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:615
BaseType_t
xTimerStop
(
TimerHandle_t
xTimer
,
TickType_t
xBlockTime
)
;
Implemented in
tx_freertos.c:2382
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()
xTimerChangePeriod()
xTimerReset()
xTimerCreateStatic()
xTimerDelete()
xTimerStartFromISR()
xTimerStopFromISR()
xTimerChangePeriodFromISR()
xTimerResetFromISR()
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xTimerStop
(
TimerHandle_t
xTimer
,
tx_freertos.c:2382
BaseType_t
xTimerStop
(
TimerHandle_t
xTimer
,
FreeRTOS.h:615
return
xTimerStop
(
xTimer
,
0u
)
;
tx_freertos.c:2490
xTimerStopFromISR()
Call Tree
from
examples
xTimerStop()
is called by 1 function and calls 1 function:
xTimerStopFromISR()
All items filtered out
xTimerStop()
_txe_timer_deactivate()
All items filtered out
Data Use
from
examples
xTimerStop()
:
All items filtered out
xTimerStop()
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