AM273x MCU+ SDK  09.02.00

Introduction

===========================================================================

@{

Enumerations

enum  SDL_STC_TestResult {
  SDL_STC_COMPLETED_SUCCESS, SDL_STC_COMPLETED_FAILURE, SDL_STC_NOT_COMPLETED, SDL_STC_NOT_RUN,
  INVALID_RESULT
}
 
enum  SDL_STC_TestType { SDL_STC_TEST, SDL_STC_NEG_TEST, INVALID_TEST }
 

Enumeration Type Documentation

◆ SDL_STC_TestResult

Enumerator
SDL_STC_COMPLETED_SUCCESS 

The STC completed and the test passed

SDL_STC_COMPLETED_FAILURE 

The STC completed and the test failed

SDL_STC_NOT_COMPLETED 

The STC was active but could not be completed.

SDL_STC_NOT_RUN 

The STC was not performed on this device

INVALID_RESULT 

The STC was not performed on this device

◆ SDL_STC_TestType

Enumerator
SDL_STC_TEST 

The STC test should be completed and the test passed for this testType

SDL_STC_NEG_TEST 

The STC test should be completed and the test failed for this testType

INVALID_TEST