nandps
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
XNandPs_EccConfig Struct Reference

ECC configuration structure. More...

#include <xnandps.h>

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

u32 XNandPs_EccConfig::BlockSize

ECC block size.

u32 XNandPs_EccConfig::BytesPerBlock

Number of ECC bytes for a block.

u32 XNandPs_EccConfig::EccPos[XNANDPS_MAX_SPARE_SIZE]

ECC position in the spare area.

u32 XNandPs_EccConfig::NumSteps

Number of ECC steps for the flash page.

u32 XNandPs_EccConfig::TotalBytes

Total number of ECC bytes for Page.