Home
last modified time | relevance | path

Searched refs:original_handler (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception.c63 void exception_restore_handler(enum exception_number num, exception_handler_t original_handler) { in exception_restore_handler() argument
64 hard_assert(exception_is_compile_time_default(original_handler)); in exception_restore_handler()
67 set_raw_exception_handler_and_restore_interrupts(num, original_handler, save); in exception_restore_handler()
/hal_rpi_pico-latest/src/rp2_common/hardware_exception/include/hardware/
Dexception.h149 void exception_restore_handler(enum exception_number num, exception_handler_t original_handler);