Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h1193 uint32_t SDMMC_CmdGoIdleState(SDMMC_TypeDef *SDMMCx);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c845 uint32_t SDMMC_CmdGoIdleState(SDMMC_TypeDef *SDMMCx) in SDMMC_CmdGoIdleState() function
Dstm32l4xx_hal_sd.c3186 errorstate = SDMMC_CmdGoIdleState(hsd->Instance); in SD_PowerON()