3.38 CLASSB_TEST_STATE

Summary

Identifies Class B library test state.

Description

This data type is used to update flags which indicates whether a test has started or not.

Remarks

None.

typedef enum
{
    CLASSB_TEST_NOT_STARTED = 0U,
    CLASSB_TEST_STARTED = 1U
} CLASSB_TEST_STATE;