|  | SDL API Guide for J721E
    | 
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... | |
| struct | SDL_PBIST_romTest | 
| This structure contains the different configuration used for PBIST test of ROM.  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_startROMTest (SDL_pbistRegs *pPBISTRegs, const SDL_PBIST_romTest *const pConfig) | 
| PBIST Test of ROM 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... | |