nandpsu
Xilinx SDK Drivers API Documentation
XNandPsu_Config Struct Reference

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

Data Fields

u16 DeviceId
 Instance ID of NAND flash controller. More...
 
u32 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

◆ BaseAddress

u32 XNandPsu_Config::BaseAddress

Base address of NAND flash controller.

Referenced by NandReadWriteExample(), and XNandPsu_CfgInitialize().

◆ DeviceId

u16 XNandPsu_Config::DeviceId

Instance ID of NAND flash controller.

Referenced by XNandPsu_CfgInitialize().

◆ IsCacheCoherent

u8 XNandPsu_Config::IsCacheCoherent

Describes whether Cache Coherent or not.

Referenced by XNandPsu_CfgInitialize(), and XNandPsu_ReadSpareBytes().