![]() |
nandpsu
Xilinx SDK Drivers API Documentation
|
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... | |
Bad block table descriptor.
| u32 XNandPsu_BbtDesc::MaxBlocks |
Max blocks to search for BBT.
| u32 XNandPsu_BbtDesc::PageOffset[XNANDPSU_MAX_TARGETS] |
Page offset where BBT resides.
Referenced by XNandPsu_InitBbtDesc().
| u32 XNandPsu_BbtDesc::SigLength |
Length of the signature.
| char XNandPsu_BbtDesc::Signature[4] |
BBT signature.
| u32 XNandPsu_BbtDesc::SigOffset |
Signature offset in Spare area.
| u32 XNandPsu_BbtDesc::Valid |
BBT descriptor is valid or not.
| u32 XNandPsu_BbtDesc::VerOffset |
Offset of BBT version.
| u8 XNandPsu_BbtDesc::Version[XNANDPSU_MAX_TARGETS] |
BBT version.