PicoSDK
sync_func_call::param
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::param
sync_func_call::param field
Syntax
Show:
Summary
Declaration
from
async_context_freertos.c:183
void
*
param
;
Examples
References
from
examples
Code
Location
Referrer
void
*
param
;
async_context_freertos.c:183
void
*
param
;
async_context_threadsafe_background.c:94
call
->
rc
=
call
->
func
(
call
->
param
)
;
async_context_freertos.c:189
handle_sync_func_call()
call
.
param
=
param
;
async_context_freertos.c:200
async_context_freertos_execute_sync()
call
->
rc
=
call
->
func
(
call
->
param
)
;
async_context_threadsafe_background.c:100
handle_sync_func_call()
call
.
param
=
param
;
async_context_threadsafe_background.c:146
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::param
is written by 2 functions and is read by 1 function:
async_context_freertos_execute_sync()
async_context_threadsafe_background_execute_sync()
All items filtered out
sync_func_call::param
handle_sync_func_call()
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