Searched refs:exception_handler_t (Results 1 – 2 of 2) sorted by relevance
14 static bool exception_is_compile_time_default(exception_handler_t handler) { in exception_is_compile_time_default()22 static inline exception_handler_t *get_vtable(void) { in get_vtable()23 return (exception_handler_t *) scb_hw->vtor; in get_vtable()26 …xception_handler_and_restore_interrupts(enum exception_number num, exception_handler_t handler, ui… in set_raw_exception_handler_and_restore_interrupts()37 exception_handler_t exception_get_vtable_handler(enum exception_number num) { in exception_get_vtable_handler()42 exception_handler_t exception_set_exclusive_handler(enum exception_number num, exception_handler_t … in exception_set_exclusive_handler()46 exception_handler_t current = exception_get_vtable_handler(num); in exception_set_exclusive_handler()55 void exception_restore_handler(enum exception_number num, exception_handler_t original_handler) { in exception_restore_handler()
63 typedef void (*exception_handler_t)(void); typedef78 exception_handler_t exception_set_exclusive_handler(enum exception_number num, exception_handler_t …91 void exception_restore_handler(enum exception_number num, exception_handler_t original_handler);100 exception_handler_t exception_get_vtable_handler(enum exception_number num);
Completed in 3 milliseconds