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