Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception.c11 #ifndef exception_is_compile_time_default
12 static bool exception_is_compile_time_default(exception_handler_t handler) { in exception_is_compile_time_default() function
55 hard_assert(handler == current || exception_is_compile_time_default(current)); in exception_set_exclusive_handler()
64 hard_assert(exception_is_compile_time_default(original_handler)); in exception_restore_handler()