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