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

MMC_SendStatus() function

Returns the current card's status.

Syntax

static uint32_t MMC_SendStatus(MMC_HandleTypeDef *hmmc,     uint32_t *pCardStatus);
Implemented in stm32f4xx_hal_mmc.c:2913

Arguments

hmmc

Pointer to MMC handle

pCardStatus

pointer to the buffer that will contain the MMC card status (Card Status register)

Return value

error state

References

LocationReferrerText
stm32f4xx_hal_mmc.c:2913
static uint32_t MMC_SendStatus(MMC_HandleTypeDef *hmmc, uint32_t *pCardStatus)
stm32f4xx_hal_mmc.c:312
static uint32_t MMC_SendStatus(MMC_HandleTypeDef *hmmc, uint32_t *pCardStatus);
stm32f4xx_hal_mmc.c:2399HAL_MMC_GetCardState()
errorstate = MMC_SendStatus(hmmc, &resp1);

Call Tree

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