Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c199 static uint32_t SDMMC_GetCmdResp2(SDMMC_TypeDef *SDMMCx);
1016 errorstate = SDMMC_GetCmdResp2(SDMMCx); in SDMMC_CmdSendCID()
1041 errorstate = SDMMC_GetCmdResp2(SDMMCx); in SDMMC_CmdSendCSD()
1371 static uint32_t SDMMC_GetCmdResp2(SDMMC_TypeDef *SDMMCx) in SDMMC_GetCmdResp2() function