PicoSDK
sync_func_call::worker
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
sync_func_call::worker
sync_func_call::worker field
Syntax
Show:
Summary
Declaration
from
async_context_freertos.c:180
async_when_pending_worker_t
worker
;
Examples
References
from
examples
Code
Location
Referrer
async_when_pending_worker_t
worker
;
async_context_freertos.c:180
async_when_pending_worker_t
worker
;
async_context_threadsafe_background.c:91
call
.
worker
.
do_work
=
handle_sync_func_call
;
async_context_freertos.c:198
async_context_freertos_execute_sync()
async_context_add_when_pending_worker
(
self_base
,
&
call
.
worker
)
;
async_context_freertos.c:202
async_context_freertos_execute_sync()
async_context_set_work_pending
(
self_base
,
&
call
.
worker
)
;
async_context_freertos.c:203
async_context_freertos_execute_sync()
call
.
worker
.
do_work
=
handle_sync_func_call
;
async_context_threadsafe_background.c:144
async_context_threadsafe_background_execute_sync()
async_context_add_when_pending_worker
(
self_base
,
&
call
.
worker
)
;
async_context_threadsafe_background.c:148
async_context_threadsafe_background_execute_sync()
async_context_set_work_pending
(
self_base
,
&
call
.
worker
)
;
async_context_threadsafe_background.c:149
async_context_threadsafe_background_execute_sync()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sync_func_call::worker
is read by 2 functions:
All items filtered out
sync_func_call::worker
async_context_freertos_execute_sync()
async_context_threadsafe_background_execute_sync()
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