Searched refs:SD_cid (Results 1 – 2 of 2) sorted by relevance
1658 pCardInfo->SD_cid.ManufacturerID = tmp; in HAL_SD_Get_CardInfo()1662 pCardInfo->SD_cid.OEM_AppliID = tmp << 8; in HAL_SD_Get_CardInfo()1666 pCardInfo->SD_cid.OEM_AppliID |= tmp; in HAL_SD_Get_CardInfo()1670 pCardInfo->SD_cid.ProdName1 = tmp << 24; in HAL_SD_Get_CardInfo()1674 pCardInfo->SD_cid.ProdName1 |= tmp << 16; in HAL_SD_Get_CardInfo()1678 pCardInfo->SD_cid.ProdName1 |= tmp << 8; in HAL_SD_Get_CardInfo()1682 pCardInfo->SD_cid.ProdName1 |= tmp; in HAL_SD_Get_CardInfo()1686 pCardInfo->SD_cid.ProdName2 = tmp; in HAL_SD_Get_CardInfo()1690 pCardInfo->SD_cid.ProdRev = tmp; in HAL_SD_Get_CardInfo()1694 pCardInfo->SD_cid.ProdSN = tmp << 24; in HAL_SD_Get_CardInfo()[all …]
201 HAL_SD_CIDTypedef SD_cid; /*!< SD card identification number register */ member