Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h1199 uint32_t SDMMC_CmdSendCID(SDMMC_TypeDef *SDMMCx);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c1002 uint32_t SDMMC_CmdSendCID(SDMMC_TypeDef *SDMMCx) in SDMMC_CmdSendCID() function
Dstm32l4xx_hal_sd.c3098 errorstate = SDMMC_CmdSendCID(hsd->Instance); in SD_InitCard()