Searched refs:restwords (Results 1 – 1 of 1) sorted by relevance
659 uint32_t totalnumberofbytes = 0, bytestransferred = 0, count = 0, restwords = 0; in HAL_SD_WriteBlocks() local738 …restwords = ((totalnumberofbytes - bytestransferred) % 4 == 0) ? ((totalnumberofbytes - bytestrans… in HAL_SD_WriteBlocks()741 for (count = 0; count < restwords; count++) in HAL_SD_WriteBlocks()771 …restwords = ((totalnumberofbytes - bytestransferred) % 4 == 0) ? ((totalnumberofbytes - bytestrans… in HAL_SD_WriteBlocks()774 for (count = 0; count < restwords; count++) in HAL_SD_WriteBlocks()