Searched refs:CID_CRC (Results 1 – 4 of 4) sorted by relevance
166 __IO uint8_t CID_CRC; /*!< CID CRC */ member
255 __IO uint8_t CID_CRC; /*!< CID CRC */ member
1719 pCardInfo->SD_cid.CID_CRC = (tmp & 0xFE) >> 1; in HAL_SD_Get_CardInfo()
2396 pCID->CID_CRC = (uint8_t)((hsd->CID[3] & 0x000000FEU) >> 1U); in HAL_SD_GetCardCID()