Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception.c12 static bool exception_is_compile_time_default(exception_handler_t handler) { in exception_is_compile_time_default()
25 static inline exception_handler_t *get_exception_table(void) { in get_exception_table()
28 return (exception_handler_t *) &__riscv_exception_table; in get_exception_table()
30 return (exception_handler_t *) scb_hw->vtor; in get_exception_table()
34 …xception_handler_and_restore_interrupts(enum exception_number num, exception_handler_t handler, ui… in set_raw_exception_handler_and_restore_interrupts()
45 exception_handler_t exception_get_vtable_handler(enum exception_number num) { in exception_get_vtable_handler()
50 exception_handler_t exception_set_exclusive_handler(enum exception_number num, exception_handler_t in exception_set_exclusive_handler()
54 exception_handler_t current = exception_get_vtable_handler(num); in exception_set_exclusive_handler()
63 void exception_restore_handler(enum exception_number num, exception_handler_t original_handler) { in exception_restore_handler()
/hal_rpi_pico-latest/src/rp2_common/hardware_exception/include/hardware/
Dexception.h121 typedef void (*exception_handler_t)(void); typedef
136 exception_handler_t exception_set_exclusive_handler(enum exception_number num, exception_handler_t
149 void exception_restore_handler(enum exception_number num, exception_handler_t original_handler);
158 exception_handler_t exception_get_vtable_handler(enum exception_number num);