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_pbistInstInfo |
Macros | |
#define | PBIST_MAX_NUM_RUNS 2 |
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... | |