nandpsu
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Enumerations Enumerator Groups Pages
XNandPsu_Config Struct Reference

The XNandPsu_Config structure contains configuration information for NAND controller. More...

#include <xnandpsu.h>

Data Fields

char * Name
 Name of the device. More...
 
UINTPTR BaseAddress
 Base address of NAND flash controller. More...
 
u8 IsCacheCoherent
 Describes whether Cache Coherent or not. More...
 

Detailed Description

The XNandPsu_Config structure contains configuration information for NAND controller.

Field Documentation

UINTPTR XNandPsu_Config::BaseAddress

Base address of NAND flash controller.

Referenced by NandReadWriteExample(), XNandPsu_CfgInitialize(), and XNandPsu_ChangeTimingMode().

u8 XNandPsu_Config::IsCacheCoherent

Describes whether Cache Coherent or not.

Referenced by XNandPsu_CfgInitialize(), XNandPsu_Read(), XNandPsu_ReadSpareBytes(), and XNandPsu_WriteSpareBytes().

char* XNandPsu_Config::Name

Name of the device.

Referenced by XNandPsu_LookupConfig().