Searched refs:exception (Results 1 – 14 of 14) sorted by relevance
308 uint exception = __get_current_exception(); in irq_remove_handler() local309 hard_assert(!exception || exception == num + VTABLE_FIRST_IRQ); in irq_remove_handler()339 if (!exception) { in irq_remove_handler()400 uint exception = __get_current_exception(); in irq_add_tail_to_free_list() local401 assert(exception); in irq_add_tail_to_free_list()405 if (slot_handler == get_vtable()[exception]) { in irq_add_tail_to_free_list()406 get_vtable()[exception] = __unhandled_user_irq; in irq_add_tail_to_free_list()
484 uint exception; in __get_current_exception() local485 pico_default_asm( "mrs %0, ipsr" : "=l" (exception)); in __get_current_exception()486 return exception; in __get_current_exception()
152 ; Dummy exception handlers
218 ; Dummy exception handlers
235 ; Dummy exception handlers
241 ; Dummy exception handlers
346 ; Dummy exception handlers
276 License Type: GPLv2 with linking exception332 License Type: LGPL 2.0 with linking exception
Completed in 16 milliseconds