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

HAL_SD_ERROR_PARAM macro

the used parameter is not valid

Syntax

#define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER

References

LocationText
stm32f4xx_hal_sd.h:325
#define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used parameter is not valid */
stm32f4xx_hal_sd.c:581
hsd->ErrorCode |= HAL_SD_ERROR_PARAM;
stm32f4xx_hal_sd.c:800
hsd->ErrorCode |= HAL_SD_ERROR_PARAM;
stm32f4xx_hal_sd.c:989
hsd->ErrorCode |= HAL_SD_ERROR_PARAM;
stm32f4xx_hal_sd.c:1085
hsd->ErrorCode |= HAL_SD_ERROR_PARAM;
stm32f4xx_hal_sd.c:1182
hsd->ErrorCode |= HAL_SD_ERROR_PARAM;
stm32f4xx_hal_sd.c:1303
hsd->ErrorCode |= HAL_SD_ERROR_PARAM;
stm32f4xx_hal_sd.c:1430
hsd->ErrorCode |= HAL_SD_ERROR_PARAM;
stm32f4xx_hal_sd.c:2278
hsd->ErrorCode |= HAL_SD_ERROR_PARAM;
stm32f4xx_hal_sd.c:2989
return HAL_SD_ERROR_PARAM;