HAL
SDMMC_ERROR_INVALID_PARAMETER is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSDMMC_ERROR_INVALID_PARAMETER

SDMMC_ERROR_INVALID_PARAMETER macro

the used parameter is not valid

Syntax

#define SDMMC_ERROR_INVALID_PARAMETER 0x08000000U

References

LocationText
stm32f4xx_ll_sdmmc.h:162
#define SDMMC_ERROR_INVALID_PARAMETER 0x08000000U /*!< the used parameter is not valid */
stm32f4xx_hal_mmc.h:304
#define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used parameter is not valid */
stm32f4xx_hal_sd.h:325
#define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used parameter is not valid */