Searched refs:totalnumberofbytes (Results 1 – 1 of 1) sorted by relevance
659 uint32_t totalnumberofbytes = 0, bytestransferred = 0, count = 0, restwords = 0; in HAL_SD_WriteBlocks() local718 totalnumberofbytes = NumberOfBlocks * BlockSize; in HAL_SD_WriteBlocks()736 if ((totalnumberofbytes - bytestransferred) < 32) in HAL_SD_WriteBlocks()738 …restwords = ((totalnumberofbytes - bytestransferred) % 4 == 0) ? ((totalnumberofbytes - bytestrans… in HAL_SD_WriteBlocks()769 if ((totalnumberofbytes - bytestransferred) < 32) in HAL_SD_WriteBlocks()771 …restwords = ((totalnumberofbytes - bytestransferred) % 4 == 0) ? ((totalnumberofbytes - bytestrans… in HAL_SD_WriteBlocks()