AM273x MCU+ SDK  09.02.00

Introduction

Enumerations

enum  SDL_PBIST_inst { SDL_PBIST_INST_TOP, SDL_PBIST_INST_DSS }
 PBIST instance. More...
 
enum  SDL_PBIST_hwpostInst { SDL_PBIST_HWPOST_INST_MCU }
 
enum  SDL_PBIST_postStatus { SDL_PBIST_POST_COMPLETED_SUCCESS, SDL_PBIST_POST_COMPLETED_FAILURE, SDL_PBIST_POST_TIMEOUT, SDL_PBIST_POST_NOT_RUN }
 

Enumeration Type Documentation

◆ SDL_PBIST_inst

PBIST instance.

This enum defines the PBIST instances supported by the SDL_PBIST_selfTest API.

Enumerator
SDL_PBIST_INST_TOP 

TOP PBIST Instance

SDL_PBIST_INST_DSS 

DSP PBIST Instance

◆ SDL_PBIST_hwpostInst

Enumerator
SDL_PBIST_HWPOST_INST_MCU 

MCU Instance

◆ SDL_PBIST_postStatus

Enumerator
SDL_PBIST_POST_COMPLETED_SUCCESS 

The HW POST PBIST completed and the test passed

SDL_PBIST_POST_COMPLETED_FAILURE 

The HW POST PBIST completed and the test failed

SDL_PBIST_POST_TIMEOUT 

The HW POST PBIST was run but timed out

SDL_PBIST_POST_NOT_RUN 

The HW POST PBIST was not performed on this device