![]() |
PDK API Guide for J721E
|
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 |
| CSL_EmifMemEccCfg CSL_EmifConfig::pMemEccCfg |
[IN] ECC memory configuration
| uint32_t CSL_EmifConfig::ECCThreshold |
[IN] ECC threshold
| bool CSL_EmifConfig::bWriteAlloc |
[IN] Unassigned ECC cache line will be allocated for write
| bool CSL_EmifConfig::bECCCheck |
[IN] Enable ECC verification on read access
| bool CSL_EmifConfig::bReadModifyWriteEnable |
[IN] Enable read modify write for sub-quanta accesses
| bool CSL_EmifConfig::bEnableMemoryECC |
[IN] Enable memory ECC