Searched refs:Config (Results 1 – 2 of 2) sorted by relevance
424 hnand->Config.PageSize = pDeviceConfig->PageSize; in HAL_NAND_ConfigDevice()425 hnand->Config.SpareAreaSize = pDeviceConfig->SpareAreaSize; in HAL_NAND_ConfigDevice()426 hnand->Config.BlockSize = pDeviceConfig->BlockSize; in HAL_NAND_ConfigDevice()427 hnand->Config.BlockNbr = pDeviceConfig->BlockNbr; in HAL_NAND_ConfigDevice()428 hnand->Config.PlaneSize = pDeviceConfig->PlaneSize; in HAL_NAND_ConfigDevice()429 hnand->Config.PlaneNbr = pDeviceConfig->PlaneNbr; in HAL_NAND_ConfigDevice()430 hnand->Config.ExtraCommandEnable = pDeviceConfig->ExtraCommandEnable; in HAL_NAND_ConfigDevice()470 …while ((NumPageToRead != 0) && (nandAddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr… in HAL_NAND_Read_Page_8b()473 size = (hnand->Config.PageSize) + ((hnand->Config.PageSize) * numPagesRead); in HAL_NAND_Read_Page_8b()480 if ((hnand->Config.PageSize) <= 512) in HAL_NAND_Read_Page_8b()[all …]
141 …NAND_DeviceConfigTypeDef Config; /*!< NAND phusical characteristic information structure … member291 …S__)->Block + (((__ADDRESS__)->Plane) * ((__HANDLE__)->Config.PlaneSize)))* ((__HANDLE__)->Config.…293 #define COLUMN_ADDRESS( __HANDLE__) ((__HANDLE__)->Config.PageSize)