PicoSDK
async_context_freertos::timer_handle
is only used within PicoSDK.
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
PicoSDK
async_context_freertos::timer_handle
async_context_freertos::timer_handle field
Syntax
Show:
Summary
Declaration
from
async_context_freertos.h:72
TimerHandle_t
timer_handle
;
Examples
References
from
examples
Code
Location
Referrer
TimerHandle_t
timer_handle
;
async_context_freertos.h:72
repeat
=
pdFALSE
==
xTimerChangePeriod
(
self
->
timer_handle
,
ticks
,
ticks
)
;
async_context_freertos.c:59
process_under_lock()
self
->
timer_handle
=
xTimerCreate
(
"async_context_timer"
,
// Just a text name, not used by the kernel.
async_context_freertos.c:114
async_context_freertos_init()
!
self
->
timer_handle
||
async_context_freertos.c:122
async_context_freertos_init()
if
(
self
->
timer_handle
)
{
async_context_freertos.c:151
async_context_freertos_deinit()
xTimerDelete
(
self
->
timer_handle
,
0
)
;
async_context_freertos.c:152
async_context_freertos_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_context_freertos::timer_handle
is written by 1 function and is read by 3 functions:
async_context_freertos_init()
All items filtered out
async_context_freertos::timer_handle
process_under_lock()
async_context_freertos_init()
async_context_freertos_deinit()
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