PDK API Guide for J721E

Introduction

Sub Modules

 EMIF Data Structures
 
 EMIF Functions
 

Enumerations

enum  CSL_EmifECCErrorType { CSL_EMIF_ECC_ERROR_TYPE_SINGLE_BIT = 1, CSL_EMIF_ECC_ERROR_TYPE_DOUBLE_BIT = 2 }
 This enumerator defines the different ECC error types. More...
 

EMIF config function return value

This enumerator defines the possible return values from the CSL_emifConfig function



typedef int32_t CSL_EmifConfigReturn
 
#define CSL_EMIF_CONFIG_RETURN_OK   ((int32_t) 0)
 
#define CSL_EMIF_CONFIG_RETURN_INVALID_CFG   ((int32_t) -1)
 

Macro Definition Documentation

◆ CSL_EMIF_CONFIG_RETURN_OK

#define CSL_EMIF_CONFIG_RETURN_OK   ((int32_t) 0)

Success

◆ CSL_EMIF_CONFIG_RETURN_INVALID_CFG

#define CSL_EMIF_CONFIG_RETURN_INVALID_CFG   ((int32_t) -1)

An invalid value was detected in the specified configuration parameters

Typedef Documentation

◆ CSL_EmifConfigReturn

typedef int32_t CSL_EmifConfigReturn

Enumeration Type Documentation

◆ CSL_EmifECCErrorType

This enumerator defines the different ECC error types.

Enumerator
CSL_EMIF_ECC_ERROR_TYPE_SINGLE_BIT 

Ecc error type single bit correctable

CSL_EMIF_ECC_ERROR_TYPE_DOUBLE_BIT 

Ecc error type Double bit non-crrectable