Searched refs:nandAddress (Results 1 – 1 of 1) sorted by relevance
449 uint32_t deviceAddress = 0, size = 0, numPagesRead = 0, nandAddress = 0; in HAL_NAND_Read_Page_8b() local467 nandAddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_Page_8b()470 …while ((NumPageToRead != 0) && (nandAddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr… in HAL_NAND_Read_Page_8b()486 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_1ST_CYCLE(nandAddress); in HAL_NAND_Read_Page_8b()488 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_2ND_CYCLE(nandAddress); in HAL_NAND_Read_Page_8b()495 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_1ST_CYCLE(nandAddress); in HAL_NAND_Read_Page_8b()497 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_2ND_CYCLE(nandAddress); in HAL_NAND_Read_Page_8b()499 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_3RD_CYCLE(nandAddress); in HAL_NAND_Read_Page_8b()511 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_1ST_CYCLE(nandAddress); in HAL_NAND_Read_Page_8b()513 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_2ND_CYCLE(nandAddress); in HAL_NAND_Read_Page_8b()[all …]