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