PicoSDK
low_priority_irq_handler()
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading (2/3)...
Files
loading (3/3)...
PicoSDK
src
boards
common
rp2_common
cmsis
hardware_adc
hardware_base
hardware_boot_lock
hardware_clocks
hardware_divider
hardware_dma
hardware_exception
hardware_flash
hardware_gpio
hardware_i2c
hardware_interp
hardware_irq
hardware_pio
hardware_pll
hardware_pwm
hardware_resets
hardware_sha256
hardware_spi
hardware_sync
hardware_sync_spin_lock
hardware_ticks
hardware_timer
hardware_uart
hardware_vreg
hardware_watchdog
hardware_xosc
pico_async_context
include
async_context_base.c
async_context_freertos.c
async_context_threadsafe_background.c
template
async_contexts_by_user_irq
low_priority_irq_handler()
process_under_lock()
alarm_handler()
async_context_threadsafe_background_default_config()
recursive_mutex_enter_count()
recursive_mutex_owner()
async_context_threadsafe_background_wake_up()
lock_acquire()
async_context_threadsafe_background_lock_check()
sync_func_call
handle_sync_func_call()
lock_release()
async_context_threadsafe_background_execute_sync()
low_prio_irq_init()
low_prio_irq_deinit()
alarm_handler()
async_context_threadsafe_background_init()
async_context_threadsafe_background_set_work_pending()
async_context_threadsafe_background_deinit()
process_under_lock()
low_priority_irq_handler()
async_context_threadsafe_background_wait_until()
async_context_threadsafe_background_wait_for_work_until()
async_context_threadsafe_background_add_at_time_worker()
async_context_threadsafe_background_remove_at_time_worker()
async_context_threadsafe_background_add_when_pending_worker()
async_context_threadsafe_background_when_pending_worker()
async_context_threadsafe_background_acquire_lock_blocking()
async_context_threadsafe_background_release_lock()
template
pico_atomic
pico_bootrom
pico_bootsel_via_double_reset
pico_clib_interface
pico_crt0
pico_cxx_options
pico_divider
pico_double
pico_fix
pico_float
pico_i2c_slave
pico_malloc
pico_mbedtls
pico_multicore
pico_platform_compiler
pico_platform_panic
pico_platform_sections
pico_printf
pico_rand
pico_runtime
pico_runtime_init
pico_sha256
pico_standard_binary_info
pico_stdio
pico_stdio_uart
pico_stdio_usb
pico_stdlib
pico_time_adapter
pico_unique_id
rp2350
FreeRTOS
TinyUSB Library
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
low_priority_irq_handler()
low_priority_irq_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
async_context_threadsafe_background.c:16
static
void
low_priority_irq_handler
(
void
)
;
Implemented in
async_context_threadsafe_background.c:283
Examples
References
from
examples
Code
Location
Referrer
static
void
low_priority_irq_handler
(
void
)
{
async_context_threadsafe_background.c:283
static
void
low_priority_irq_handler
(
void
)
;
async_context_threadsafe_background.c:16
irq_set_exclusive_handler
(
self
->
low_priority_irq_num
,
low_priority_irq_handler
)
;
async_context_threadsafe_background.c:169
low_prio_irq_init()
irq_remove_handler
(
self
->
low_priority_irq_num
,
low_priority_irq_handler
)
;
async_context_threadsafe_background.c:179
low_prio_irq_deinit()
Call Tree
from
examples
low_priority_irq_handler()
calls 7 functions:
All items filtered out
low_priority_irq_handler()
get_core_num()
__get_current_exception()
recursive_mutex_try_enter()
recursive_mutex_exit()
__assert_func()
recursive_mutex_enter_count()
process_under_lock()
All items filtered out
Data Use
from
examples
low_priority_irq_handler()
reads 3 variables and writes 2 variables:
async_context::core_num
async_context_threadsafe_background::core
async_contexts_by_user_irq
All items filtered out
low_priority_irq_handler()
low_prio_irq_init()
low_prio_irq_deinit()
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