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

SDMMC_ERROR_NONE macro

No error

Syntax

#define SDMMC_ERROR_NONE 0x00000000U

References

LocationText
stm32f4xx_ll_sdmmc.h:131
#define SDMMC_ERROR_NONE 0x00000000U /*!< No error */
stm32f4xx_hal_mmc.h:273
#define HAL_MMC_ERROR_NONE SDMMC_ERROR_NONE /*!< No error */
stm32f4xx_hal_sd.h:294
#define HAL_SD_ERROR_NONE SDMMC_ERROR_NONE /*!< No error */
stm32f4xx_ll_sdmmc.c:1241
return SDMMC_ERROR_NONE;
stm32f4xx_ll_sdmmc.c:1362
return SDMMC_ERROR_NONE;
stm32f4xx_ll_sdmmc.c:1399
return SDMMC_ERROR_NONE;
stm32f4xx_ll_sdmmc.c:1462
return SDMMC_ERROR_NONE;
stm32f4xx_ll_sdmmc.c:1525
return SDMMC_ERROR_NONE;
stm32f4xx_ll_sdmmc.c:1561
return SDMMC_ERROR_NONE;