HAL
SDMMC_ERROR_UNSUPPORTED_FEATURE is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSDMMC_ERROR_UNSUPPORTED_FEATURE

SDMMC_ERROR_UNSUPPORTED_FEATURE macro

Error when feature is not insupported

Syntax

#define SDMMC_ERROR_UNSUPPORTED_FEATURE 0x10000000U

References

LocationText
stm32f4xx_ll_sdmmc.h:163
#define SDMMC_ERROR_UNSUPPORTED_FEATURE 0x10000000U /*!< Error when feature is not insupported */
stm32f4xx_hal_mmc.c:3168
errorstate = SDMMC_ERROR_UNSUPPORTED_FEATURE;
stm32f4xx_hal_mmc.h:305
#define HAL_MMC_ERROR_UNSUPPORTED_FEATURE SDMMC_ERROR_UNSUPPORTED_FEATURE /*!< Error when feature is not insupported */
stm32f4xx_hal_sd.h:326
#define HAL_SD_ERROR_UNSUPPORTED_FEATURE SDMMC_ERROR_UNSUPPORTED_FEATURE /*!< Error when feature is not insupported */