HAL
SDMMC_ERROR_LOCK_UNLOCK_FAILED is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSDMMC_ERROR_LOCK_UNLOCK_FAILED

SDMMC_ERROR_LOCK_UNLOCK_FAILED macro

Sequence or password error has been detected in unlock command or if there was an attempt to access a locked card

Syntax

#define SDMMC_ERROR_LOCK_UNLOCK_FAILED 0x00000800U

References

LocationText
stm32f4xx_ll_sdmmc.h:144
#define SDMMC_ERROR_LOCK_UNLOCK_FAILED 0x00000800U /*!< Sequence or password error has been detected in unlock
stm32f4xx_hal_mmc.h:286
#define HAL_MMC_ERROR_LOCK_UNLOCK_FAILED SDMMC_ERROR_LOCK_UNLOCK_FAILED /*!< Sequence or password error has been detected in unlock
stm32f4xx_hal_sd.h:307
#define HAL_SD_ERROR_LOCK_UNLOCK_FAILED SDMMC_ERROR_LOCK_UNLOCK_FAILED /*!< Sequence or password error has been detected in unlock
stm32f4xx_ll_sdmmc.c:1269
return SDMMC_ERROR_LOCK_UNLOCK_FAILED;