Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception.c25 static inline exception_handler_t *get_exception_table(void) { in get_exception_table() function
36 get_exception_table()[num] = handler; in set_raw_exception_handler_and_restore_interrupts()
47 return get_exception_table()[num]; in exception_get_vtable_handler()