3.14 CLASSB_TEST_TYPE
Summary
Identifies type of the Class B library test.
Description
There are two categories of test. They are startup tests (SSTs) and run-time tests (RSTs). Test results for SSTs and RSTs are stored at separate locations in the SRAM.
Remarks
None.
typedef enum
{
CLASSB_TEST_TYPE_SST = 0,
CLASSB_TEST_TYPE_RST = 1
} CLASSB_TEST_TYPE;