FreeRTOS
tmrTimerControl::uxTimerNumber
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::uxTimerNumber
tmrTimerControl::uxTimerNumber field
An ID assigned by trace tools such as FreeRTOS+Trace
Syntax
Show:
Summary
Declaration
from
timers.c:91
UBaseType_t
uxTimerNumber
;
Examples
References
from
examples
Code
Location
Referrer
UBaseType_t
uxTimerNumber
;
/**< An ID assigned by trace tools such as FreeRTOS+Trace */
timers.c:91
return
(
(
Timer_t
*
)
xTimer
)
->
uxTimerNumber
;
timers.c:1304
uxTimerGetTimerNumber()
(
(
Timer_t
*
)
xTimer
)
->
uxTimerNumber
=
uxTimerNumber
;
timers.c:1317
vTimerSetTimerNumber()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tmrTimerControl::uxTimerNumber
is written by 1 function and is read by 1 function:
vTimerSetTimerNumber()
All items filtered out
tmrTimerControl::uxTimerNumber
uxTimerGetTimerNumber()
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