3.2.4.1 DIAG_BUSSES_Fault

Returns the status of the EXCEPTION_HANDLER diagnostic

This function verifies that a bus fault can be detected and handled.

DIAG_TEST_STATUS 
DIAG_BUSSES_Fault();
(
    void
);

Diagnostic verifies the following faults do not exist

  • Address/Data Bus Failure

Operating Mode

  • Interface can be used at POST
Precondition
  • none

Parameters

  • void

Returns

  • DIAG_TEST_PASSED if no faults were found, otherwise, DIAG_TEST_FAILED.