Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_poll.c49 if (__get_current_exception() || get_core_num() != self_base->core_num) { in async_context_poll_lock_check()
A 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()
/external/platform/pico/rp2_common/pico_i2c_slave/
A Di2c_slave.c19 uint i2c_index = __get_current_exception() - VTABLE_FIRST_IRQ - I2C0_IRQ; in __not_in_flash_func()
/external/platform/pico/rp2_common/hardware_irq/
A Dirq.c308 uint exception = __get_current_exception(); in irq_remove_handler()
400 uint exception = __get_current_exception(); in irq_add_tail_to_free_list()
/external/platform/pico/rp2_common/pico_platform/include/pico/
A Dplatform.h483 static __force_inline uint __get_current_exception(void) { in __get_current_exception() function
/external/platform/pico/common/pico_time/
A Dtime.c384 if (__get_current_exception()) { in sleep_until()
435 if (__get_current_exception()) { in best_effort_wfe_or_timeout()
/external/platform/pico/rp2_common/hardware_timer/
A Dtimer.c115 uint alarm_num = __get_current_exception() - VTABLE_FIRST_IRQ - TIMER_IRQ_0; in hardware_alarm_irq_handler()
/external/platform/pico/rp2_common/pico_rand/
A Drand.c133 bool in_exception = __get_current_exception(); in capture_additional_rosc_samples()
/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c152 if (__get_current_exception()) { in runtime_init()

Completed in 19 milliseconds