Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_mmc.h296 #define HAL_MMC_ERROR_CARD_ECC_DISABLED SDMMC_ERROR_CARD_ECC_DISABLED /*!< Command has…
H A Dstm32f4xx_hal_sd.h319 #define HAL_SD_ERROR_CARD_ECC_DISABLED SDMMC_ERROR_CARD_ECC_DISABLED /*!< Command has …
H A Dstm32f4xx_ll_sdmmc.h156 #define SDMMC_ERROR_CARD_ECC_DISABLED 0x00200000U /*!< Command has been execut… macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_mmc.h314 #define HAL_MMC_ERROR_CARD_ECC_DISABLED SDMMC_ERROR_CARD_ECC_DISABLED /*!< Command has…
H A Dstm32l4xx_hal_sd.h348 #define HAL_SD_ERROR_CARD_ECC_DISABLED SDMMC_ERROR_CARD_ECC_DISABLED /*!< Command …
H A Dstm32l4xx_ll_sdmmc.h163 #define SDMMC_ERROR_CARD_ECC_DISABLED ((uint32_t)0x00200000U) /*!< Command has been execut… macro
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_sdmmc.c1282 return SDMMC_ERROR_CARD_ECC_DISABLED; in SDMMC_GetCmdResp1()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_sdmmc.c1387 return SDMMC_ERROR_CARD_ECC_DISABLED;