HAL
SDMMC_ERROR_ADDR_OUT_OF_RANGE is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSDMMC_ERROR_ADDR_OUT_OF_RANGE

SDMMC_ERROR_ADDR_OUT_OF_RANGE macro

Error when addressed block is out of range

Syntax

#define SDMMC_ERROR_ADDR_OUT_OF_RANGE 0x02000000U

References

LocationText
stm32f4xx_ll_sdmmc.h:160
#define SDMMC_ERROR_ADDR_OUT_OF_RANGE 0x02000000U /*!< Error when addressed block is out of range */
stm32f4xx_hal_mmc.h:302
#define HAL_MMC_ERROR_ADDR_OUT_OF_RANGE SDMMC_ERROR_ADDR_OUT_OF_RANGE /*!< Error when addressed block is out of range */
stm32f4xx_hal_sd.h:323
#define HAL_SD_ERROR_ADDR_OUT_OF_RANGE SDMMC_ERROR_ADDR_OUT_OF_RANGE /*!< Error when addressed block is out of range */
stm32f4xx_ll_sdmmc.c:1245
return SDMMC_ERROR_ADDR_OUT_OF_RANGE;