PicoSDK
sync_func_call
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
sync_func_call struct
Syntax
Show:
Summary
Declaration
from
async_context_freertos.c:179
typedef
struct
sync_func_call
{
async_when_pending_worker_t
worker
;
SemaphoreHandle_t
sem
;
uint32_t
(
*
func
)
(
void
*
param
)
;
void
*
param
;
uint32_t
rc
;
}
sync_func_call_t
;
Fields
Field
Declared as
sync_func_call::worker
async_when_pending_worker_t
sync_func_call::sem
SemaphoreHandle_t
sync_func_call::func
uint32_t
(
*
)
(
void
*
param
)
sync_func_call::param
void
*
sync_func_call::rc
uint32_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
sync_func_call
{
async_context_freertos.c:179
}
sync_func_call_t
;
async_context_freertos.c:185
typedef
struct
sync_func_call
{
async_context_threadsafe_background.c:90
}
sync_func_call_t
;
async_context_threadsafe_background.c:96
}
sync_func_call_t
;
async_context_freertos.c:185
sync_func_call_t
sync_func_call_t
*
call
=
(
sync_func_call_t
*
)
worker
;
async_context_freertos.c:188
handle_sync_func_call()
sync_func_call_t
call
;
async_context_freertos.c:197
async_context_freertos_execute_sync()
}
sync_func_call_t
;
async_context_threadsafe_background.c:96
sync_func_call_t
sync_func_call_t
*
call
=
(
sync_func_call_t
*
)
worker
;
async_context_threadsafe_background.c:99
handle_sync_func_call()
sync_func_call_t
call
;
async_context_threadsafe_background.c:143
async_context_threadsafe_background_execute_sync()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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