nandps
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
XNandPs_Config Struct Reference

This typedef contains configuration information for the flash device. More...

#include <xnandps.h>

Data Fields

char * Name
 Name of the device. More...
 
u32 SmcBase
 SMC Base address. More...
 
u32 FlashBase
 NAND base address. More...
 
u32 FlashWidth
 Flash width. More...
 

Detailed Description

This typedef contains configuration information for the flash device.

Field Documentation

u32 XNandPs_Config::FlashWidth

Flash width.

Referenced by Onfi_CmdReadStatus(), and XNandPs_CfgInitialize().

char* XNandPs_Config::Name

Name of the device.

Referenced by XNandPs_LookupConfig().