PicoSDK
async_context_freertos::nesting
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::nesting
async_context_freertos::nesting field
Syntax
Show:
Summary
Declaration
from
async_context_freertos.h:74
uint8_t
nesting
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
nesting
;
async_context_freertos.h:74
self
->
nesting
++
;
async_context_freertos.c:168
async_context_freertos_acquire_lock_blocking()
if
(
self
->
nesting
==
1
)
{
async_context_freertos.c:212
async_context_freertos_release_lock()
--
self
->
nesting
;
async_context_freertos.c:225
async_context_freertos_release_lock()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_context_freertos::nesting
is written by 2 functions and is read by 2 functions:
async_context_freertos_acquire_lock_blocking()
async_context_freertos_release_lock()
All items filtered out
async_context_freertos::nesting
async_context_freertos_acquire_lock_blocking()
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