PicoSDK
async_contexts_by_user_irq
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_contexts_by_user_irq
async_contexts_by_user_irq variable
Syntax
Show:
Summary
Declaration
from
async_context_threadsafe_background.c:14
static
async_context_threadsafe_background_t
*
async_contexts_by_user_irq
[
NUM_USER_IRQS
]
;
Examples
References
from
examples
Code
Location
Referrer
static
async_context_threadsafe_background_t
*
async_contexts_by_user_irq
[
NUM_USER_IRQS
]
;
async_context_threadsafe_background.c:14
assert
(
index
<
count_of
(
async_contexts_by_user_irq
)
)
;
async_context_threadsafe_background.c:167
low_prio_irq_init()
async_contexts_by_user_irq
[
index
]
=
self
;
async_context_threadsafe_background.c:168
low_prio_irq_init()
assert
(
index
<
count_of
(
async_contexts_by_user_irq
)
)
;
async_context_threadsafe_background.c:285
low_priority_irq_handler()
async_context_threadsafe_background_t
*
self
=
async_contexts_by_user_irq
[
index
]
;
async_context_threadsafe_background.c:286
low_priority_irq_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_contexts_by_user_irq
is read by 2 functions:
All items filtered out
async_contexts_by_user_irq
low_prio_irq_init()
low_priority_irq_handler()
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