Searched refs:exception_test_command (Results 1 – 2 of 2) sorted by relevance
79 static void cores_exception_test(cores_t core, ipc_exception_test_command_e exception_test_command) in cores_exception_test() argument83 test_command.command = exception_test_command; in cores_exception_test()96 static void app_exception_test(ipc_exception_test_command_e exception_test_command) in app_exception_test() argument100 switch (exception_test_command) { in app_exception_test()123 void exception_test(ipc_exception_test_command_e exception_test_command) in exception_test() argument125 if (exception_test_command <= EXCEPTION_TEST_COMMAND_BT_STD_CHIP_WDT_FRST) { in exception_test()126 cores_exception_test(CORES_BT_CORE, exception_test_command); in exception_test()127 } else if (exception_test_command <= EXCEPTION_TEST_COMMAND_APP_WDT_FRST) { in exception_test()128 app_exception_test(exception_test_command); in exception_test()131 cores_exception_test(CORES_GNSS_CORE, exception_test_command); in exception_test()
214 void exception_test(ipc_exception_test_command_e exception_test_command);