Searched refs:BlockNbr (Results 1 – 4 of 4) sorted by relevance
427 hnand->Config.BlockNbr = pDeviceConfig->BlockNbr; in HAL_NAND_ConfigDevice()470 …le ((NumPageToRead != 0) && (nandAddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)))) in HAL_NAND_Read_Page_8b()482 if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535) in HAL_NAND_Read_Page_8b()505 if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535) in HAL_NAND_Read_Page_8b()613 …le ((NumPageToRead != 0) && (nandAddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)))) in HAL_NAND_Read_Page_16b()625 if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535) in HAL_NAND_Read_Page_16b()648 if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535) in HAL_NAND_Read_Page_16b()755 …e ((NumPageToWrite != 0) && (nandAddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)))) in HAL_NAND_Write_Page_8b()769 if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535) in HAL_NAND_Write_Page_8b()792 if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535) in HAL_NAND_Write_Page_8b()[all …]
2453 hsd->SdCard.BlockNbr = (pCSD->DeviceSize + 1U) ; in HAL_SD_GetCardCSD()2454 hsd->SdCard.BlockNbr *= (1UL << ((pCSD->DeviceSizeMul & 0x07U) + 2U)); in HAL_SD_GetCardCSD()2457 hsd->SdCard.LogBlockNbr = (hsd->SdCard.BlockNbr) * ((hsd->SdCard.BlockSize) / 512U); in HAL_SD_GetCardCSD()2465 hsd->SdCard.BlockNbr = ((pCSD->DeviceSize + 1U) * 1024U); in HAL_SD_GetCardCSD()2466 hsd->SdCard.LogBlockNbr = hsd->SdCard.BlockNbr; in HAL_SD_GetCardCSD()2579 pCardInfo->BlockNbr = (uint32_t)(hsd->SdCard.BlockNbr); in HAL_SD_GetCardInfo()
114 …uint32_t BlockNbr; /*!< NAND memory number of total blocks … member
118 uint32_t BlockNbr; /*!< Specifies the Card Capacity in blocks */ member