nandpsu
Xilinx SDK Drivers API Documentation
XNandPsu_BbtDesc Struct Reference

Bad block table descriptor. More...

Data Fields

u32 PageOffset [XNANDPSU_MAX_TARGETS]
 Page offset where BBT resides. More...
 
u32 SigOffset
 Signature offset in Spare area. More...
 
u32 VerOffset
 Offset of BBT version. More...
 
u32 SigLength
 Length of the signature. More...
 
u32 MaxBlocks
 Max blocks to search for BBT. More...
 
char Signature [4]
 BBT signature. More...
 
u8 Version [XNANDPSU_MAX_TARGETS]
 BBT version. More...
 
u32 Valid
 BBT descriptor is valid or not. More...
 

Detailed Description

Bad block table descriptor.

Field Documentation

◆ MaxBlocks

u32 XNandPsu_BbtDesc::MaxBlocks

Max blocks to search for BBT.

◆ PageOffset

u32 XNandPsu_BbtDesc::PageOffset[XNANDPSU_MAX_TARGETS]

Page offset where BBT resides.

Referenced by XNandPsu_InitBbtDesc().

◆ SigLength

u32 XNandPsu_BbtDesc::SigLength

Length of the signature.

◆ Signature

char XNandPsu_BbtDesc::Signature[4]

BBT signature.

◆ SigOffset

u32 XNandPsu_BbtDesc::SigOffset

Signature offset in Spare area.

◆ Valid

u32 XNandPsu_BbtDesc::Valid

BBT descriptor is valid or not.

◆ VerOffset

u32 XNandPsu_BbtDesc::VerOffset

Offset of BBT version.

◆ Version

u8 XNandPsu_BbtDesc::Version[XNANDPSU_MAX_TARGETS]

BBT version.