Home
last modified time | relevance | path

Searched refs:__get_current_exception (Results 1 – 16 of 16) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/
Dllvm_libc_interface.c84 if (__get_current_exception()) { in runtime_init()
Dpicolibc_interface.c112 if (__get_current_exception()) { in runtime_init()
Dnewlib_interface.c174 if (__get_current_exception()) { in runtime_init()
/hal_rpi_pico-latest/src/rp2040/pico_platform/include/pico/
Dplatform.h151 static __force_inline uint __get_current_exception(void) { in __get_current_exception() function
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c49 if (__get_current_exception() || get_core_num() != self_base->core_num) { in async_context_poll_lock_check()
Dasync_context_threadsafe_background.c284 uint index = __get_current_exception() - VTABLE_FIRST_IRQ - FIRST_USER_IRQ; in low_priority_irq_handler()
301 if (__get_current_exception()) { in async_context_threadsafe_background_wait_until()
/hal_rpi_pico-latest/src/rp2350/pico_platform/include/pico/
Dplatform.h169 static __force_inline uint __get_current_exception(void) { in __get_current_exception() function
/hal_rpi_pico-latest/src/rp2_common/pico_i2c_slave/
Di2c_slave.c19 uint i2c_index = __get_current_exception() - VTABLE_FIRST_IRQ - I2C0_IRQ; in __not_in_flash_func()
/hal_rpi_pico-latest/src/host/pico_platform/include/pico/
Dplatform.h149 static inline uint __get_current_exception(void) { in __get_current_exception() function
/hal_rpi_pico-latest/src/rp2_common/pico_malloc/
Dmalloc.c40 uint exception = __get_current_exception(); \
/hal_rpi_pico-latest/src/rp2_common/pico_time_adapter/include/pico/
Dtime_adapter.h32 uint irq_num = __get_current_exception() - VTABLE_FIRST_IRQ; in ta_from_current_irq()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c168 if (__get_current_exception() > 0) { in cyw43_await_background_or_timeout_us()
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c394 if (__get_current_exception()) { in sleep_until()
445 if (__get_current_exception()) { in best_effort_wfe_or_timeout()
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/
Dirq.c498 uint exception = __get_current_exception(); in irq_remove_handler()
624 uint exception = __get_current_exception(); in irq_add_tail_to_free_list()
/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c187 bool in_exception = __get_current_exception(); in capture_additional_rosc_samples()
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/
Dtimer.c153 uint irq_num = __get_current_exception() - VTABLE_FIRST_IRQ; in hardware_alarm_irq_handler()