Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h665 …AL_SD_ReadBlocks(SD_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSi…
681 …D_ReadBlocks_DMA(SD_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSi…
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c470 …AL_SD_ReadBlocks(SD_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSi… in HAL_SD_ReadBlocks() argument
483 ReadAddr /= 512; in HAL_SD_ReadBlocks()
522 sdio_cmdinitstructure.Argument = (uint32_t)ReadAddr; in HAL_SD_ReadBlocks()
872 …D_ReadBlocks_DMA(SD_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSi… in HAL_SD_ReadBlocks_DMA() argument
916 ReadAddr /= 512; in HAL_SD_ReadBlocks_DMA()
956 sdio_cmdinitstructure.Argument = (uint32_t)ReadAddr; in HAL_SD_ReadBlocks_DMA()