FreeRTOS
tmrTimerControl::pcTimerName
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
tmrTimerControl::pcTimerName
tmrTimerControl::pcTimerName field
Text name. This is not used by the kernel, it is included simply to make debugging easier.
Syntax
Show:
Summary
Declaration
from
timers.c:85
const
char
*
pcTimerName
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
pcTimerName
;
/**< Text name. This is not used by the kernel, it is included simply to make debugging easier. */
timers.c:85
pxNewTimer
->
pcTimerName
=
pcTimerName
;
timers.c:433
prvInitialiseNewTimer()
return
pxTimer
->
pcTimerName
;
timers.c:695
pcTimerGetName()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tmrTimerControl::pcTimerName
is written by 1 function and is read by 1 function:
prvInitialiseNewTimer()
All items filtered out
tmrTimerControl::pcTimerName
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