Lines Matching refs:BlockAdd
612 HAL_StatusTypeDef HAL_MMC_ReadBlocks(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, in HAL_MMC_ReadBlocks() argument
622 uint32_t add = BlockAdd; in HAL_MMC_ReadBlocks()
635 if ((BlockAdd + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_ReadBlocks()
652 if ((BlockAdd % 8U) != 0U) in HAL_MMC_ReadBlocks()
809 …StatusTypeDef HAL_MMC_WriteBlocks(MMC_HandleTypeDef *hmmc, const uint8_t *pData, uint32_t BlockAdd, in HAL_MMC_WriteBlocks() argument
818 uint32_t add = BlockAdd; in HAL_MMC_WriteBlocks()
831 if ((BlockAdd + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_WriteBlocks()
847 if ((BlockAdd % 8U) != 0U) in HAL_MMC_WriteBlocks()
1005 HAL_StatusTypeDef HAL_MMC_ReadBlocks_IT(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, in HAL_MMC_ReadBlocks_IT() argument
1010 uint32_t add = BlockAdd; in HAL_MMC_ReadBlocks_IT()
1022 if ((BlockAdd + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_ReadBlocks_IT()
1038 if ((BlockAdd % 8U) != 0U) in HAL_MMC_ReadBlocks_IT()
1119 uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_MMC_WriteBlocks_IT() argument
1123 uint32_t add = BlockAdd; in HAL_MMC_WriteBlocks_IT()
1135 if ((BlockAdd + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_WriteBlocks_IT()
1151 if ((BlockAdd % 8U) != 0U) in HAL_MMC_WriteBlocks_IT()
1232 HAL_StatusTypeDef HAL_MMC_ReadBlocks_DMA(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, in HAL_MMC_ReadBlocks_DMA() argument
1237 uint32_t add = BlockAdd; in HAL_MMC_ReadBlocks_DMA()
1249 if ((BlockAdd + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_ReadBlocks_DMA()
1265 if ((BlockAdd % 8U) != 0U) in HAL_MMC_ReadBlocks_DMA()
1348 uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_MMC_WriteBlocks_DMA() argument
1352 uint32_t add = BlockAdd; in HAL_MMC_WriteBlocks_DMA()
1364 if ((BlockAdd + NumberOfBlocks) > (hmmc->MmcCard.LogBlockNbr)) in HAL_MMC_WriteBlocks_DMA()
1380 if ((BlockAdd % 8U) != 0U) in HAL_MMC_WriteBlocks_DMA()