Home
last modified time | relevance | path

Searched refs:restwords (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c659 uint32_t totalnumberofbytes = 0, bytestransferred = 0, count = 0, restwords = 0; in HAL_SD_WriteBlocks() local
738restwords = ((totalnumberofbytes - bytestransferred) % 4 == 0) ? ((totalnumberofbytes - bytestrans… in HAL_SD_WriteBlocks()
741 for (count = 0; count < restwords; count++) in HAL_SD_WriteBlocks()
771restwords = ((totalnumberofbytes - bytestransferred) % 4 == 0) ? ((totalnumberofbytes - bytestrans… in HAL_SD_WriteBlocks()
774 for (count = 0; count < restwords; count++) in HAL_SD_WriteBlocks()