nandpsu
Vitis Drivers API Documentation
XNandPsu_BadBlockPattern Struct Reference

Bad block pattern. More...

Data Fields

u32 Options
 Options to search the bad block pattern. More...
 
u32 Offset
 Offset to search for specified pattern. More...
 
u32 Length
 Number of bytes to check the pattern. More...
 
u8 Pattern [2]
 Pattern format to search for. More...
 

Detailed Description

Bad block pattern.

Field Documentation

u32 XNandPsu_BadBlockPattern::Length

Number of bytes to check the pattern.

Referenced by XNandPsu_InitBbtDesc().

u32 XNandPsu_BadBlockPattern::Offset

Offset to search for specified pattern.

Referenced by XNandPsu_InitBbtDesc().

u32 XNandPsu_BadBlockPattern::Options

Options to search the bad block pattern.

Referenced by XNandPsu_InitBbtDesc().

u8 XNandPsu_BadBlockPattern::Pattern[2]

Pattern format to search for.

Referenced by XNandPsu_InitBbtDesc().