AM275 FreeRTOS SDK  11.00.00
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
APIs for SDL LBIST

Introduction

This file contains the SDL LBIST internal definitions. Provides the internal definitions for LBIST.

Sub Modules

 LBIST Enumerated Data Types
 
 LBIST_DATASTRUCT
 
 SDL_LBIST_IP_FUNCTION
 

Data Structures

struct  SDL_lbistInstInfo
 

Functions

SDL_lbistInstInfoSDL_LBIST_getInstInfo (uint32_t instance)
 
void SDL_LBIST_eventHandler (void *arg)
 

Typedefs

typedef void(* LBIST_handlerPtr) (uint32_t coreIndex)
 

Macros

#define LBIST_NOT_DONE   (0x0U)
 
#define LBIST_DONE   (0x1U)
 

Macro Definition Documentation

◆ LBIST_NOT_DONE

#define LBIST_NOT_DONE   (0x0U)

◆ LBIST_DONE

#define LBIST_DONE   (0x1U)

Typedef Documentation

◆ LBIST_handlerPtr

typedef void(* LBIST_handlerPtr) (uint32_t coreIndex)

Function Documentation

◆ SDL_LBIST_getInstInfo()

SDL_lbistInstInfo* SDL_LBIST_getInstInfo ( uint32_t  instance)

◆ SDL_LBIST_eventHandler()

void SDL_LBIST_eventHandler ( void *  arg)