Lines Matching refs:NumberOfBlocks

643 …MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks, uint32_t Time…  in HAL_MMC_ReadBlocks()  argument
662 if((add + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_ReadBlocks()
680 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks()
695 if(NumberOfBlocks > 1U) in HAL_MMC_ReadBlocks()
759 if(__HAL_MMC_GET_FLAG(hmmc, SDMMC_FLAG_DATAEND) && (NumberOfBlocks > 1U)) in HAL_MMC_ReadBlocks()
863 …MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks, uint32_t Time… in HAL_MMC_WriteBlocks() argument
882 if((add + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_WriteBlocks()
901 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
911 if(NumberOfBlocks > 1U) in HAL_MMC_WriteBlocks()
938 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
986 if(__HAL_MMC_GET_FLAG(hmmc, SDMMC_FLAG_DATAEND) && (NumberOfBlocks > 1U)) in HAL_MMC_WriteBlocks()
1061 …_ReadBlocks_IT(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_MMC_ReadBlocks_IT() argument
1077 if((add + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_ReadBlocks_IT()
1089 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1098 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1112 if(NumberOfBlocks > 1U) in HAL_MMC_ReadBlocks_IT()
1160 …WriteBlocks_IT(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_MMC_WriteBlocks_IT() argument
1176 if((add + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_WriteBlocks_IT()
1188 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1198 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1209 if(NumberOfBlocks > 1U) in HAL_MMC_WriteBlocks_IT()
1236 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1268 …ReadBlocks_DMA(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_MMC_ReadBlocks_DMA() argument
1284 if((add + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_ReadBlocks_DMA()
1307 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1318 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1330 …_t)&hmmc->Instance->FIFO, (uint32_t)pData, (uint32_t)(MMC_BLOCKSIZE * NumberOfBlocks)/4) != HAL_OK) in HAL_MMC_ReadBlocks_DMA()
1344 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1353 if(NumberOfBlocks > 1U) in HAL_MMC_ReadBlocks_DMA()
1404 …riteBlocks_DMA(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_MMC_WriteBlocks_DMA() argument
1420 if((add + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_WriteBlocks_DMA()
1442 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_DMA()
1453 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_DMA()
1467 if(NumberOfBlocks > 1U) in HAL_MMC_WriteBlocks_DMA()
1496 …_t)pData, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)(MMC_BLOCKSIZE * NumberOfBlocks)/4) != HAL_OK) in HAL_MMC_WriteBlocks_DMA()
1508 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_DMA()