FreeRTOS
xTimerTaskHandle
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
xTimerTaskHandle
xTimerTaskHandle variable
Syntax
Show:
Summary
Declaration
from
timers.c:150
static
TaskHandle_t
xTimerTaskHandle
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
PRIVILEGED_DATA
static
TaskHandle_t
xTimerTaskHandle
=
NULL
;
timers.c:150
&
xTimerTaskHandle
)
;
timers.c:282
xTimerCreateTimerTask()
configASSERT
(
(
xTimerTaskHandle
!=
NULL
)
)
;
timers.c:549
xTimerGetTimerDaemonTaskHandle()
return
xTimerTaskHandle
;
timers.c:553
xTimerGetTimerDaemonTaskHandle()
xTimerTaskHandle
=
NULL
;
timers.c:1333
vTimerResetState()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xTimerTaskHandle
is written by 1 function and is read by 1 function:
vTimerResetState()
All items filtered out
xTimerTaskHandle
xTimerGetTimerDaemonTaskHandle()
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