HAL
MMC_HandleTypeDef::MmcCard is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALMMC_HandleTypeDef::MmcCard

MMC_HandleTypeDef::MmcCard field

MMC Card information

References

LocationReferrerText
stm32f4xx_hal_mmc.h:141
HAL_MMC_CardInfoTypeDef MmcCard; /*!< MMC Card information */
stm32f4xx_hal_mmc.c:619HAL_MMC_ReadBlocks()
stm32f4xx_hal_mmc.c:630HAL_MMC_ReadBlocks()
stm32f4xx_hal_mmc.c:824HAL_MMC_WriteBlocks()
stm32f4xx_hal_mmc.c:835HAL_MMC_WriteBlocks()
stm32f4xx_hal_mmc.c:1000HAL_MMC_ReadBlocks_IT()
stm32f4xx_hal_mmc.c:1020HAL_MMC_ReadBlocks_IT()
stm32f4xx_hal_mmc.c:1096HAL_MMC_WriteBlocks_IT()
stm32f4xx_hal_mmc.c:1117HAL_MMC_WriteBlocks_IT()
stm32f4xx_hal_mmc.c:1192HAL_MMC_ReadBlocks_DMA()
stm32f4xx_hal_mmc.c:1218HAL_MMC_ReadBlocks_DMA()
stm32f4xx_hal_mmc.c:1313HAL_MMC_WriteBlocks_DMA()
stm32f4xx_hal_mmc.c:1340HAL_MMC_WriteBlocks_DMA()
stm32f4xx_hal_mmc.c:1432HAL_MMC_Erase()
if(end_add > (hmmc->MmcCard.LogBlockNbr))
stm32f4xx_hal_mmc.c:1441HAL_MMC_Erase()
if(((hmmc->MmcCard.Class) & SDIO_CCCC_ERASE) == 0U)
stm32f4xx_hal_mmc.c:1459HAL_MMC_Erase()
stm32f4xx_hal_mmc.c:2084HAL_MMC_GetCardCSD()
stm32f4xx_hal_mmc.c:2086HAL_MMC_GetCardCSD()
hmmc->MmcCard.BlockNbr = (pCSD->DeviceSize + 1U) ;
stm32f4xx_hal_mmc.c:2087HAL_MMC_GetCardCSD()
hmmc->MmcCard.BlockNbr *= (1UL << ((pCSD->DeviceSizeMul & 0x07U) + 2U));
stm32f4xx_hal_mmc.c:2088HAL_MMC_GetCardCSD()
hmmc->MmcCard.BlockSize = (1UL << (pCSD->RdBlockLen & 0x0FU));
stm32f4xx_hal_mmc.c:2089HAL_MMC_GetCardCSD()
hmmc->MmcCard.LogBlockNbr = (hmmc->MmcCard.BlockNbr) * ((hmmc->MmcCard.BlockSize) / 512U);
stm32f4xx_hal_mmc.c:2090HAL_MMC_GetCardCSD()
hmmc->MmcCard.LogBlockSize = 512U;
stm32f4xx_hal_mmc.c:2092HAL_MMC_GetCardCSD()
else if(hmmc->MmcCard.CardType == MMC_HIGH_CAPACITY_CARD)
stm32f4xx_hal_mmc.c:2094HAL_MMC_GetCardCSD()
hmmc->MmcCard.BlockNbr = block_nbr;
stm32f4xx_hal_mmc.c:2095HAL_MMC_GetCardCSD()
hmmc->MmcCard.LogBlockNbr = hmmc->MmcCard.BlockNbr;
stm32f4xx_hal_mmc.c:2096HAL_MMC_GetCardCSD()
hmmc->MmcCard.BlockSize = 512U;
stm32f4xx_hal_mmc.c:2097HAL_MMC_GetCardCSD()
hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize;
stm32f4xx_hal_mmc.c:2156HAL_MMC_GetCardInfo()
pCardInfo->CardType = (uint32_t)(hmmc->MmcCard.CardType);
stm32f4xx_hal_mmc.c:2157HAL_MMC_GetCardInfo()
pCardInfo->Class = (uint32_t)(hmmc->MmcCard.Class);
stm32f4xx_hal_mmc.c:2158HAL_MMC_GetCardInfo()
pCardInfo->RelCardAdd = (uint32_t)(hmmc->MmcCard.RelCardAdd);
stm32f4xx_hal_mmc.c:2159HAL_MMC_GetCardInfo()
pCardInfo->BlockNbr = (uint32_t)(hmmc->MmcCard.BlockNbr);
stm32f4xx_hal_mmc.c:2160HAL_MMC_GetCardInfo()
pCardInfo->BlockSize = (uint32_t)(hmmc->MmcCard.BlockSize);
stm32f4xx_hal_mmc.c:2161HAL_MMC_GetCardInfo()
pCardInfo->LogBlockNbr = (uint32_t)(hmmc->MmcCard.LogBlockNbr);
stm32f4xx_hal_mmc.c:2162HAL_MMC_GetCardInfo()
pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize);
stm32f4xx_hal_mmc.c:2336HAL_MMC_ConfigWideBusOperation()
errorstate = SDMMC_CmdSendStatus(hmmc->Instance, (uint32_t)(((uint32_t)hmmc->MmcCard.RelCardAdd) << 16U));
stm32f4xx_hal_mmc.c:2779MMC_InitCard()
hmmc->MmcCard.RelCardAdd = mmc_rca;
stm32f4xx_hal_mmc.c:2782MMC_InitCard()
errorstate = SDMMC_CmdSendCSD(hmmc->Instance, (uint32_t)(hmmc->MmcCard.RelCardAdd << 16U));
stm32f4xx_hal_mmc.c:2797MMC_InitCard()
stm32f4xx_hal_mmc.c:2800MMC_InitCard()
errorstate = SDMMC_CmdSelDesel(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:2885MMC_PowerON()
stm32f4xx_hal_mmc.c:2889MMC_PowerON()
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));