Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_exception/include/hardware/
Dexception.h77 enum exception_number { enum
94 enum exception_number {
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);
/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception.c34 static void set_raw_exception_handler_and_restore_interrupts(enum exception_number num, exception_h… in set_raw_exception_handler_and_restore_interrupts()
41 static inline void check_exception_param(__unused enum exception_number num) { in check_exception_param()
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()
63 void exception_restore_handler(enum exception_number num, exception_handler_t original_handler) { in exception_restore_handler()