nandps
Vitis Drivers API Documentation
XNandPs_CommandFormat Struct Reference

NAND Command format structures. More...

Data Fields

int StartCmd
 Start command. More...
 
int EndCmd
 End command. More...
 
u8 AddrCycles
 Number of address cycles. More...
 
u8 EndCmdValid
 End command valid. More...
 

Detailed Description

NAND Command format structures.

Field Documentation

u8 XNandPs_CommandFormat::AddrCycles

Number of address cycles.

Referenced by Onfi_NandInit(), and XNandPs_SendCommand().

int XNandPs_CommandFormat::EndCmd

End command.

Referenced by XNandPs_SendCommand().

u8 XNandPs_CommandFormat::EndCmdValid

End command valid.

Referenced by XNandPs_SendCommand().

int XNandPs_CommandFormat::StartCmd

Start command.

Referenced by XNandPs_SendCommand().