Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h357 #define HAL_SD_ERROR_CARD_ECC_DISABLED SDMMC_ERROR_CARD_ECC_DISABLED /*!< Command has …
Dstm32l4xx_ll_sdmmc.h179 #define SDMMC_ERROR_CARD_ECC_DISABLED ((uint32_t)0x00200000U) /*!< Command has been execut… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c1350 return SDMMC_ERROR_CARD_ECC_DISABLED; in SDMMC_GetCmdResp1()