HAL
HAL_MMC_CardInfoTypeDef::RelCardAdd is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_MMC_CardInfoTypeDef::RelCardAdd

HAL_MMC_CardInfoTypeDef::RelCardAdd field

Specifies the Relative Card Address

Syntax

uint32_t RelCardAdd;

References

LocationReferrerText
stm32f4xx_hal_mmc.h:96
uint32_t RelCardAdd; /*!< Specifies the Relative Card Address */
stm32f4xx_hal_mmc.c:2158HAL_MMC_GetCardInfo()
pCardInfo->RelCardAdd = (uint32_t)(hmmc->MmcCard.RelCardAdd);
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: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: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));

Data Use

Functions writing HAL_MMC_CardInfoTypeDef::RelCardAdd
Functions reading HAL_MMC_CardInfoTypeDef::RelCardAdd
HAL_MMC_CardInfoTypeDef::RelCardAdd
Type of HAL_MMC_CardInfoTypeDef::RelCardAdd
HAL_MMC_CardInfoTypeDef::RelCardAdd
uint32_t
all items filtered out