threadx
xTimerStopFromISR()
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
xTimerStopFromISR()
xTimerStopFromISR() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:628
BaseType_t
xTimerStopFromISR
(
TimerHandle_t
xTimer
,
BaseType_t
*
pxHigherPriorityTaskWoken
)
;
Implemented in
tx_freertos.c:2485
Arguments
Argument
xTimer
pxHigherPriorityTaskWoken
Related Functions
Found 17 other functions taking a
txfr_timer
argument:
Function
pcTimerGetName()
vTimerSetReloadMode()
uxTimerGetReloadMode()
xTimerGetPeriod()
xTimerGetExpiryTime()
pvTimerGetTimerID()
vTimerSetTimerID()
xTimerIsTimerActive()
xTimerStart()
xTimerStop()
xTimerChangePeriod()
xTimerReset()
xTimerCreateStatic()
xTimerDelete()
xTimerStartFromISR()
xTimerChangePeriodFromISR()
xTimerResetFromISR()
Examples
References
from
examples
Code
Location
BaseType_t
xTimerStopFromISR
(
TimerHandle_t
xTimer
,
tx_freertos.c:2485
BaseType_t
xTimerStopFromISR
(
TimerHandle_t
xTimer
,
FreeRTOS.h:628
Call Tree
from
examples
xTimerStopFromISR()
calls 1 function:
All items filtered out
xTimerStopFromISR()
xTimerStop()
All items filtered out
Data Use
from
examples
xTimerStopFromISR()
:
All items filtered out
xTimerStopFromISR()
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