Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h195 #define SDMMC_CMD_GO_IDLE_STATE ((uint8_t)0U) /*!< Resets the SD memory car… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c851 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_GO_IDLE_STATE; in SDMMC_CmdGoIdleState()