Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c558 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
562 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
563 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
564 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
565 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
566 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
567 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
582 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local
586 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()
587 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()
[all …]