PicoSDK
async_context_freertos::work_needed_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
async_context_freertos::work_needed_sem
async_context_freertos::work_needed_sem field
Syntax
Show:
Summary
Declaration
from
async_context_freertos.h:71
SemaphoreHandle_t
work_needed_sem
;
Examples
References
from
examples
Code
Location
Referrer
SemaphoreHandle_t
work_needed_sem
;
async_context_freertos.h:71
xSemaphoreGiveFromISR
(
self
->
work_needed_sem
,
NULL
)
;
async_context_freertos.c:84
async_context_freertos_wake_up()
xSemaphoreGive
(
self
->
work_needed_sem
)
;
async_context_freertos.c:91
async_context_freertos_wake_up()
self
->
work_needed_sem
=
xSemaphoreCreateBinary
(
)
;
async_context_freertos.c:113
async_context_freertos_init()
!
self
->
work_needed_sem
||
async_context_freertos.c:121
async_context_freertos_init()
if
(
self
->
work_needed_sem
)
{
async_context_freertos.c:157
async_context_freertos_deinit()
vSemaphoreDelete
(
self
->
work_needed_sem
)
;
async_context_freertos.c:158
async_context_freertos_deinit()
if
(
!
ticks
||
xSemaphoreTake
(
self
->
work_needed_sem
,
ticks
)
)
return
;
async_context_freertos.c:276
async_context_freertos_wait_for_work_until()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_context_freertos::work_needed_sem
is written by 1 function and is read by 4 functions:
async_context_freertos_init()
All items filtered out
async_context_freertos::work_needed_sem
async_context_freertos_wake_up()
async_context_freertos_init()
async_context_freertos_deinit()
async_context_freertos_wait_for_work_until()
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