nandps
Xilinx SDK Drivers API Documentation
XNandPs_EccConfig Struct Reference

ECC configuration structure. More...

Data Fields

u32 NumSteps
 Number of ECC steps for the flash page. More...
 
u32 BlockSize
 ECC block size. More...
 
u32 BytesPerBlock
 Number of ECC bytes for a block. More...
 
u32 TotalBytes
 Total number of ECC bytes for Page. More...
 
u32 EccPos [XNANDPS_MAX_SPARE_SIZE]
 ECC position in the spare area. More...
 

Detailed Description

ECC configuration structure.

Contains information related to ECC.

Field Documentation

◆ BlockSize

u32 XNandPs_EccConfig::BlockSize

ECC block size.

◆ BytesPerBlock

u32 XNandPs_EccConfig::BytesPerBlock

Number of ECC bytes for a block.

◆ EccPos

u32 XNandPs_EccConfig::EccPos[XNANDPS_MAX_SPARE_SIZE]

ECC position in the spare area.

◆ NumSteps

u32 XNandPs_EccConfig::NumSteps

Number of ECC steps for the flash page.

◆ TotalBytes

u32 XNandPs_EccConfig::TotalBytes

Total number of ECC bytes for Page.