Home
last modified time | relevance | path

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

/external/pigweed/pw_cpu_exception_cortex_m/
Dexception_entry_test.cc183 void TestingExceptionHandler(pw_cpu_exception_State*);
369 pw_cpu_exception_SetHandler(TestingExceptionHandler); in Setup()
552 void TestingExceptionHandler(pw_cpu_exception_State* state) { in TestingExceptionHandler() function