Searched refs:exception (Results 1 – 8 of 8) sorted by relevance
152 uint exception; in __get_current_exception() local153 pico_default_asm_volatile ( "mrs %0, ipsr" : "=l" (exception)); in __get_current_exception()154 return exception; in __get_current_exception()
7 srcs = ["exception.c"],8 hdrs = ["include/hardware/exception.h"],
1 pico_simple_hardware_target(exception)
184 uint exception; in __get_current_exception()188 : "=l" (exception) in __get_current_exception()190 return exception; in __get_current_exception()
40 uint exception = __get_current_exception(); \44 bool do_lock = outer || exception + 1 != mutex_exception_level_plus_one[core_num]; \47 if (outer) mutex_exception_level_plus_one[core_num] = (uint8_t)(exception + 1); \
498 uint exception = __get_current_exception(); in irq_remove_handler() local499 hard_assert(!exception || exception == num + VTABLE_FIRST_IRQ); in irq_remove_handler()539 if (!exception) { in irq_remove_handler()624 uint exception = __get_current_exception(); in irq_add_tail_to_free_list() local625 assert(exception); in irq_add_tail_to_free_list()629 if (slot_handler == get_vtable()[exception]) { in irq_add_tail_to_free_list()630 get_vtable()[exception] = __unhandled_user_irq; in irq_add_tail_to_free_list()
8 …# PICO_CMAKE_CONFIG: PICO_CXX_ENABLE_EXCEPTIONS, Enable CXX exception handling, type=bool, default…
51 # PICO_BAZEL_CONFIG: PICO_CXX_ENABLE_EXCEPTIONS, Enable CXX exception handling, type=bool, default=…