HAL
SDMMC_CmdSendStatus() is only used within HAL.
 
Symbols
loading...
Files
loading...

SDMMC_CmdSendStatus() function

Send the Status command and check the response.

Syntax

uint32_t SDMMC_CmdSendStatus(SDIO_TypeDef *SDIOx,     uint32_t Argument);
Implemented in stm32f4xx_ll_sdmmc.c:1051

Arguments

SDIOx

Pointer to SDIO register base

Argument

Command Argument

Return value

HAL status

References

LocationReferrerText
stm32f4xx_ll_sdmmc.c:1051
uint32_t SDMMC_CmdSendStatus(SDIO_TypeDef *SDIOx, uint32_t Argument)
stm32f4xx_ll_sdmmc.h:1105
uint32_t SDMMC_CmdSendStatus(SDIO_TypeDef *SDIOx, uint32_t Argument);
stm32f4xx_hal_mmc.c:2336HAL_MMC_ConfigWideBusOperation()
errorstate = SDMMC_CmdSendStatus(hmmc->Instance, (uint32_t)(((uint32_t)hmmc->MmcCard.RelCardAdd) << 16U));
stm32f4xx_hal_mmc.c:2813MMC_InitCard()
errorstate = SDMMC_CmdSendStatus(hmmc->Instance, (uint32_t)(((uint32_t)hmmc->MmcCard.RelCardAdd) << 16U));
stm32f4xx_hal_mmc.c:2826MMC_InitCard()
errorstate = SDMMC_CmdSendStatus(hmmc->Instance, (uint32_t)(((uint32_t)hmmc->MmcCard.RelCardAdd) << 16U));
stm32f4xx_hal_mmc.c:2923MMC_SendStatus()
errorstate = SDMMC_CmdSendStatus(hmmc->Instance, (uint32_t)(hmmc->MmcCard.RelCardAdd << 16U));
stm32f4xx_hal_mmc.c:3007MMC_ReadExtCSD()
errorstate = SDMMC_CmdSendStatus(hmmc->Instance, (uint32_t)(((uint32_t)hmmc->MmcCard.RelCardAdd) << 16));
stm32f4xx_hal_mmc.c:3151MMC_PwrClassUpdate()
errorstate = SDMMC_CmdSendStatus(hmmc->Instance, (uint32_t)(((uint32_t)hmmc->MmcCard.RelCardAdd) << 16U));
stm32f4xx_hal_sd.c:2993SD_SendStatus()
errorstate = SDMMC_CmdSendStatus(hsd->Instance, (uint32_t)(hsd->SdCard.RelCardAdd << 16U));

Call Tree

Functions calling SDMMC_CmdSendStatus()
Functions called by SDMMC_CmdSendStatus()
SDMMC_CmdSendStatus()
Data read by SDMMC_CmdSendStatus()
Data written by SDMMC_CmdSendStatus()
SDMMC_CmdSendStatus()::sdmmc_cmdinit
SDMMC_CmdSendStatus()::errorstate
all items filtered out
SDMMC_CmdSendStatus()
Type of SDMMC_CmdSendStatus()
SDMMC_CmdSendStatus()
uint32_t
all items filtered out