AM62Px MCU+ SDK  09.01.00
SDL_lbistInstInfo Struct Reference

Data Fields

SDL_lbistRegspLBISTRegs
 
uint32_t * pLBISTSig
 
uint32_t expectedMISR
 
uint32_t interruptNumber
 
volatile uint32_t doneFlag
 
SDL_LBIST_config_t LBISTConfig
 
LBIST_handlerPtr handler
 

Field Documentation

◆ pLBISTRegs

SDL_lbistRegs* SDL_lbistInstInfo::pLBISTRegs

Pointer to LBIST register map

◆ pLBISTSig

uint32_t* SDL_lbistInstInfo::pLBISTSig

Pointer to LBIST signature

◆ expectedMISR

uint32_t SDL_lbistInstInfo::expectedMISR

Expected signature

◆ interruptNumber

uint32_t SDL_lbistInstInfo::interruptNumber

Interrupt number for error event

◆ doneFlag

volatile uint32_t SDL_lbistInstInfo::doneFlag

Flag to indicate test done, will be set when interrupt event comes

◆ LBISTConfig

SDL_LBIST_config_t SDL_lbistInstInfo::LBISTConfig

Configuration for LBIST test

◆ handler

LBIST_handlerPtr SDL_lbistInstInfo::handler

LBIST event handler function