Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception_table_riscv.S29 .word __unhandled_exception // reserved
66 bltu t6, ra, __unhandled_exception
115 .global __unhandled_exception
116 __unhandled_exception: label
Dexception.c14 extern char __unhandled_exception; in exception_is_compile_time_default()
15 return (uintptr_t)handler == (uintptr_t)__unhandled_exception; in exception_is_compile_time_default()