threadx
xTimerChangePeriod()
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
xTimerChangePeriod()
xTimerChangePeriod() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:618
BaseType_t
xTimerChangePeriod
(
TimerHandle_t
xTimer
,
TickType_t
xNewPeriod
,
TickType_t
xBlockTime
)
;
Implemented in
tx_freertos.c:2398
Arguments
Argument
xTimer
xNewPeriod
xBlockTime
Related Functions
Found 17 other functions taking a
txfr_timer
argument:
Function
pcTimerGetName()
vTimerSetReloadMode()
uxTimerGetReloadMode()
xTimerGetPeriod()
xTimerGetExpiryTime()
pvTimerGetTimerID()
vTimerSetTimerID()
xTimerIsTimerActive()
xTimerStart()
xTimerStop()
xTimerReset()
xTimerCreateStatic()
xTimerDelete()
xTimerStartFromISR()
xTimerStopFromISR()
xTimerChangePeriodFromISR()
xTimerResetFromISR()
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xTimerChangePeriod
(
TimerHandle_t
xTimer
,
tx_freertos.c:2398
BaseType_t
xTimerChangePeriod
(
TimerHandle_t
xTimer
,
FreeRTOS.h:618
return
xTimerChangePeriod
(
xTimer
,
xNewPeriod
,
0u
)
;
tx_freertos.c:2501
xTimerChangePeriodFromISR()
Call Tree
from
examples
xTimerChangePeriod()
is called by 1 function and calls 5 functions:
xTimerChangePeriodFromISR()
All items filtered out
xTimerChangePeriod()
__restore_interrupt()
__disable_interrupts()
_txe_timer_activate()
_txe_timer_change()
_txe_timer_deactivate()
All items filtered out
Data Use
from
examples
xTimerChangePeriod()
reads 1 variable:
txfr_timer::one_shot
All items filtered out
xTimerChangePeriod()
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