HAL
HAL_MMC_ERROR_PARAM is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_MMC_ERROR_PARAM macro

the used parameter is not valid

Syntax

#define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER

References

LocationText
stm32f4xx_hal_mmc.h:304
#define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used parameter is not valid */
stm32f4xx_hal_mmc.c:611
hmmc->ErrorCode |= HAL_MMC_ERROR_PARAM;
stm32f4xx_hal_mmc.c:816
hmmc->ErrorCode |= HAL_MMC_ERROR_PARAM;
stm32f4xx_hal_mmc.c:992
hmmc->ErrorCode |= HAL_MMC_ERROR_PARAM;
stm32f4xx_hal_mmc.c:1088
hmmc->ErrorCode |= HAL_MMC_ERROR_PARAM;
stm32f4xx_hal_mmc.c:1184
hmmc->ErrorCode |= HAL_MMC_ERROR_PARAM;
stm32f4xx_hal_mmc.c:1305
hmmc->ErrorCode |= HAL_MMC_ERROR_PARAM;
stm32f4xx_hal_mmc.c:1428
hmmc->ErrorCode |= HAL_MMC_ERROR_PARAM;
stm32f4xx_hal_mmc.c:2186
hmmc->ErrorCode |= HAL_MMC_ERROR_PARAM;
stm32f4xx_hal_mmc.c:2326
errorstate = HAL_MMC_ERROR_PARAM;
stm32f4xx_hal_mmc.c:2919
return HAL_MMC_ERROR_PARAM;