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

SDMMC_CARD_LOCKED macro

Syntax

#define SDMMC_CARD_LOCKED 0x02000000U

References

LocationText
stm32f4xx_ll_sdmmc.h:301
#define SDMMC_CARD_LOCKED 0x02000000U
stm32f4xx_hal_mmc.c:1450
if((SDIO_GetResponse(hmmc->Instance, SDIO_RESP1) & SDMMC_CARD_LOCKED) == SDMMC_CARD_LOCKED)
stm32f4xx_hal_sd.c:1452
if((SDIO_GetResponse(hsd->Instance, SDIO_RESP1) & SDMMC_CARD_LOCKED) == SDMMC_CARD_LOCKED)
stm32f4xx_hal_sd.c:2882
if((SDIO_GetResponse(hsd->Instance, SDIO_RESP1) & SDMMC_CARD_LOCKED) == SDMMC_CARD_LOCKED)
stm32f4xx_hal_sd.c:3015
if((SDIO_GetResponse(hsd->Instance, SDIO_RESP1) & SDMMC_CARD_LOCKED) == SDMMC_CARD_LOCKED)
stm32f4xx_hal_sd.c:3062
if((SDIO_GetResponse(hsd->Instance, SDIO_RESP1) & SDMMC_CARD_LOCKED) == SDMMC_CARD_LOCKED)