Home
last modified time | relevance | path

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

/external/pigweed/pw_cpu_exception/public/pw_cpu_exception/
Dhandler.h30 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.rst40 at runtime via ``pw_cpu_exception_SetHandler()``. The handler can also be reset to
/external/pigweed/pw_cpu_exception_cortex_m/
Dexception_entry_test.cc369 pw_cpu_exception_SetHandler(TestingExceptionHandler); in Setup()