SDL API Guide for J7200
pbist/V0/sdl_ip_pbist.h File Reference

Introduction

This file contains the SDL-FL API's for PBIST.

Go to the source code of this file.

Data Structures

struct  SDL_PBIST_config
 This structure contains the different configuration used for PBIST. More...
 
struct  SDL_PBIST_configNeg
 This structure contains the different configuration used for PBIST for the failure insertion test to generate negative result. More...
 

Functions

int32_t SDL_PBIST_softReset (SDL_pbistRegs *pPBISTRegs)
 PBIST Soft reset. More...
 
int32_t SDL_PBIST_start (SDL_pbistRegs *pPBISTRegs, const SDL_PBIST_config *pConfig)
 PBIST Start. More...
 
int32_t SDL_PBIST_startNeg (SDL_pbistRegs *pPBISTRegs, const SDL_PBIST_configNeg *pConfig)
 PBIST Failure Insertion Test Start. More...
 
int32_t SDL_PBIST_checkResult (const SDL_pbistRegs *pPBISTRegs, bool *pResult)
 PBIST check result. More...
 
int32_t SDL_PBIST_releaseTestMode (SDL_pbistRegs *pPBISTRegs)
 PBIST Release Test mode. More...