3.9 CLASSB_TEST_ID

Summary

Identifies Class B library tests.

Description

This enumeration can be used to read the self-test status and update it. Test ID corresponds to the bit position at which the 2-bit test result is stored.

Remarks

None.

typedef enum
{
CLASSB_TEST_CPU         = 0U,
CLASSB_TEST_PC          = 2U,
CLASSB_TEST_RESERVE1    = 4U,
CLASSB_TEST_RESERVE2    = 6U,
CLASSB_TEST_CLOCK       = 8U,
CLASSB_TEST_INTERRUPT   = 10U,
CLASSB_TEST_IO          = 12U
} CLASSB_TEST_ID;