PicoSDK
sync_func_call::sem
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::sem
sync_func_call::sem field
Syntax
Show:
Summary
Declaration
from
async_context_freertos.c:181
SemaphoreHandle_t
sem
;
Examples
References
from
examples
Code
Location
Referrer
SemaphoreHandle_t
sem
;
async_context_freertos.c:181
semaphore_t
sem
;
async_context_threadsafe_background.c:92
xSemaphoreGive
(
call
->
sem
)
;
async_context_freertos.c:190
handle_sync_func_call()
call
.
sem
=
xSemaphoreCreateBinary
(
)
;
async_context_freertos.c:201
async_context_freertos_execute_sync()
xSemaphoreTake
(
call
.
sem
,
portMAX_DELAY
)
;
async_context_freertos.c:204
async_context_freertos_execute_sync()
vSemaphoreDelete
(
call
.
sem
)
;
async_context_freertos.c:205
async_context_freertos_execute_sync()
sem_release
(
&
call
->
sem
)
;
async_context_threadsafe_background.c:101
handle_sync_func_call()
sem_init
(
&
call
.
sem
,
0
,
1
)
;
async_context_threadsafe_background.c:147
async_context_threadsafe_background_execute_sync()
sem_acquire_blocking
(
&
call
.
sem
)
;
async_context_threadsafe_background.c:150
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::sem
is written by 1 function and is read by 2 functions:
async_context_freertos_execute_sync()
All items filtered out
sync_func_call::sem
handle_sync_func_call()
async_context_freertos_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