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 = 0,
CLASSB_TEST_PC = 2,
CLASSB_TEST_RAM = 4,
CLASSB_TEST_FLASH = 6,
CLASSB_TEST_CLOCK = 8,
CLASSB_TEST_INTERRUPT = 10,
CLASSB_TEST_IO = 12
} CLASSB_TEST_ID;