Home
last modified time | relevance | path

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

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