PDK API Guide for J721E

Detailed Description

EMIF configuration structure.

This structure provides the configuration settings for the EMIF. A pointer to this structure is passed to the CSL_emifConfig function which performs the proper configuration sequence for the EMIF subsystem.

Data Fields

CSL_EmifMemEccCfg pMemEccCfg
 
uint32_t ECCThreshold
 
bool bWriteAlloc
 
bool bECCCheck
 
bool bReadModifyWriteEnable
 
bool bEnableMemoryECC
 

Field Documentation

◆ pMemEccCfg

CSL_EmifMemEccCfg CSL_EmifConfig::pMemEccCfg

[IN] ECC memory configuration

◆ ECCThreshold

uint32_t CSL_EmifConfig::ECCThreshold

[IN] ECC threshold

◆ bWriteAlloc

bool CSL_EmifConfig::bWriteAlloc

[IN] Unassigned ECC cache line will be allocated for write

◆ bECCCheck

bool CSL_EmifConfig::bECCCheck

[IN] Enable ECC verification on read access

◆ bReadModifyWriteEnable

bool CSL_EmifConfig::bReadModifyWriteEnable

[IN] Enable read modify write for sub-quanta accesses

◆ bEnableMemoryECC

bool CSL_EmifConfig::bEnableMemoryECC

[IN] Enable memory ECC