nandpsu
Vitis 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 [5]
 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

u32 XNandPsu_BbtDesc::MaxBlocks

Max blocks to search for BBT.

Referenced by XNandPsu_InitBbtDesc().

u32 XNandPsu_BbtDesc::PageOffset[XNANDPSU_MAX_TARGETS]

Page offset where BBT resides.

Referenced by XNandPsu_InitBbtDesc().

u32 XNandPsu_BbtDesc::SigLength

Length of the signature.

Referenced by XNandPsu_InitBbtDesc().

char XNandPsu_BbtDesc::Signature[5]

BBT signature.

Referenced by XNandPsu_InitBbtDesc().

u32 XNandPsu_BbtDesc::SigOffset

Signature offset in Spare area.

Referenced by XNandPsu_InitBbtDesc().

u32 XNandPsu_BbtDesc::Valid

BBT descriptor is valid or not.

Referenced by XNandPsu_InitBbtDesc().

u32 XNandPsu_BbtDesc::VerOffset

Offset of BBT version.

Referenced by XNandPsu_InitBbtDesc().

u8 XNandPsu_BbtDesc::Version[XNANDPSU_MAX_TARGETS]

BBT version.

Referenced by XNandPsu_InitBbtDesc().