Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_cpu_exception/public/pw_cpu_exception/
H A Dhandler.h27 void pw_cpu_exception_SetHandler(void (*handler)(pw_cpu_exception_State*));
/aosp_15_r20/external/pigweed/pw_cpu_exception/
H A Dstart_exception_handler.cc22 extern "C" void pw_cpu_exception_SetHandler( in pw_cpu_exception_SetHandler() function
H A Ddocs.rst96 at runtime via ``pw_cpu_exception_SetHandler()``. The handler can also be reset to
/aosp_15_r20/external/pigweed/pw_system/
H A Dcrash_handler.cc42 pw_cpu_exception_SetHandler(pw_system_exception_handler); in RegisterCrashHandler()
/aosp_15_r20/external/pigweed/pw_cpu_exception_cortex_m/
H A Dexception_entry_test_armv6m.cc193 pw_cpu_exception_SetHandler(TestingExceptionHandler); in Setup()
H A Dexception_entry_test.cc279 pw_cpu_exception_SetHandler(TestingExceptionHandler); in Setup()