![]() |
nandpsu
Vitis Drivers API Documentation
|
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... | |
The XNandPsu_Config structure contains configuration information for NAND controller.
| 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().