PicoSDK
sync_func_call::func
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::func
sync_func_call::func field
Syntax
Show:
Summary
Declaration
from
async_context_freertos.c:182
uint32_t
(
*
func
)
(
void
*
param
)
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
(
*
func
)
(
void
*
param
)
;
async_context_freertos.c:182
uint32_t
(
*
func
)
(
void
*
param
)
;
async_context_threadsafe_background.c:93
call
->
rc
=
call
->
func
(
call
->
param
)
;
async_context_freertos.c:189
handle_sync_func_call()
call
.
func
=
func
;
async_context_freertos.c:199
async_context_freertos_execute_sync()
call
->
rc
=
call
->
func
(
call
->
param
)
;
async_context_threadsafe_background.c:100
handle_sync_func_call()
call
.
func
=
func
;
async_context_threadsafe_background.c:145
async_context_threadsafe_background_execute_sync()
Call Tree
from
examples
sync_func_call::func
is called by 1 function:
handle_sync_func_call()
All items filtered out
sync_func_call::func
All items filtered out
Data Use
from
examples
sync_func_call::func
is written by 2 functions:
async_context_freertos_execute_sync()
async_context_threadsafe_background_execute_sync()
All items filtered out
sync_func_call::func
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