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