Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c472 SDIO_CmdInitTypeDef sdio_cmdinitstructure; in HAL_SD_ReadBlocks() local
487 sdio_cmdinitstructure.Argument = (uint32_t) BlockSize; in HAL_SD_ReadBlocks()
488 sdio_cmdinitstructure.CmdIndex = SD_CMD_SET_BLOCKLEN; in HAL_SD_ReadBlocks()
489 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_ReadBlocks()
490 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in HAL_SD_ReadBlocks()
491 sdio_cmdinitstructure.CPSM = SDIO_CPSM_ENABLE; in HAL_SD_ReadBlocks()
492 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_ReadBlocks()
514 sdio_cmdinitstructure.CmdIndex = SD_CMD_READ_MULT_BLOCK; in HAL_SD_ReadBlocks()
519 sdio_cmdinitstructure.CmdIndex = SD_CMD_READ_SINGLE_BLOCK; in HAL_SD_ReadBlocks()
522 sdio_cmdinitstructure.Argument = (uint32_t)ReadAddr; in HAL_SD_ReadBlocks()
[all …]