threadx
xTimerDelete()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xTimerDelete()
xTimerDelete() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:608
BaseType_t
xTimerDelete
(
TimerHandle_t
xTimer
,
TickType_t
xBlockTime
)
;
Implemented in
tx_freertos.c:2326
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()
xTimerReset()
xTimerCreateStatic()
xTimerStartFromISR()
xTimerStopFromISR()
xTimerChangePeriodFromISR()
xTimerResetFromISR()
Examples
References
from
examples
Code
Location
BaseType_t
xTimerDelete
(
TimerHandle_t
xTimer
,
TickType_t
xBlockTime
)
tx_freertos.c:2326
BaseType_t
xTimerDelete
(
TimerHandle_t
xTimer
,
TickType_t
xBlockTime
)
;
FreeRTOS.h:608
Call Tree
from
examples
xTimerDelete()
calls 2 functions:
All items filtered out
xTimerDelete()
vPortFree()
_txe_timer_delete()
All items filtered out
Data Use
from
examples
xTimerDelete()
reads 1 variable:
txfr_timer::allocated
All items filtered out
xTimerDelete()
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
xTimerDelete()
allocates 1 types:
txfr_timer
All items filtered out
xTimerDelete()
All items filtered out