SDL API Guide for J721E
|
This file contains the SDL PBIST API's.
Go to the source code of this file.
Enumerations | |
enum | SDL_PBIST_testType { SDL_PBIST_TEST, SDL_PBIST_NEG_TEST, SDL_PBIST_TEST_OF_ROM } |
PBIST self test type. More... | |
Functions | |
int32_t | SDL_PBIST_selfTest (SDL_PBIST_inst instance, SDL_PBIST_testType testType, const SDL_PBIST_config *pConfig, bool *pResult) |
PBIST self test. More... | |
int32_t | SDL_PBIST_getPOSTStatus (SDL_PBIST_postResult *pResult) |
PBIST POST result status. More... | |
int32_t | SDL_OSAL_getClecOutputEvent (uint32_t *clecOutputEvt) |
Application-provided API to give the PBIST module a clec output event to use upon request for a PBIST test. More... | |
int32_t | SDL_OSAL_releaseClecOutputEvent (uint32_t clecOutputEvt) |
Application-provided API to allow PBIST module to release a clec event. More... | |