nandps
Xilinx SDK 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

◆ AddrCycles

u8 XNandPs_CommandFormat::AddrCycles

Number of address cycles.

Referenced by XNandPs_SendCommand().

◆ EndCmd

int XNandPs_CommandFormat::EndCmd

End command.

Referenced by XNandPs_SendCommand().

◆ EndCmdValid

u8 XNandPs_CommandFormat::EndCmdValid

End command valid.

Referenced by XNandPs_SendCommand().

◆ StartCmd

int XNandPs_CommandFormat::StartCmd

Start command.

Referenced by XNandPs_SendCommand().