PicoSDK
async_context_freertos::task_handle
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::task_handle
async_context_freertos::task_handle field
Syntax
Show:
Summary
Declaration
from
async_context_freertos.h:73
TaskHandle_t
task_handle
;
Examples
References
from
examples
Code
Location
Referrer
TaskHandle_t
task_handle
;
async_context_freertos.h:73
if
(
self
->
task_handle
)
{
async_context_freertos.c:81
async_context_freertos_wake_up()
vTaskNotifyGiveFromISR
(
self
->
task_handle
,
NULL
)
;
async_context_freertos.c:83
async_context_freertos_wake_up()
if
(
xTaskGetCurrentTaskHandle
(
)
!=
self
->
task_handle
)
{
async_context_freertos.c:89
async_context_freertos_wake_up()
xTaskNotifyGive
(
self
->
task_handle
)
;
async_context_freertos.c:90
async_context_freertos_wake_up()
config
->
task_priority
,
&
self
->
task_handle
)
)
{
async_context_freertos.c:124
async_context_freertos_init()
if
(
self
->
task_handle
)
{
async_context_freertos.c:148
async_context_freertos_deinit()
if
(
self
->
task_handle
!=
xTaskGetCurrentTaskHandle
(
)
)
{
async_context_freertos.c:217
async_context_freertos_release_lock()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_context_freertos::task_handle
is read by 3 functions:
All items filtered out
async_context_freertos::task_handle
async_context_freertos_wake_up()
async_context_freertos_deinit()
async_context_freertos_release_lock()
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