Searched refs:ECC (Results 1 – 4 of 4) sorted by relevance
144 __IO uint8_t ECC; /*!< ECC code */ member
233 __IO uint8_t ECC; /*!< ECC code */ member
1649 pCardInfo->SD_csd.ECC = (tmp & 0x03); in HAL_SD_Get_CardInfo()
2509 pCSD->ECC= (uint8_t)((hsd->CSD[3] & 0x00000300U) >> 8U); in HAL_SD_GetCardCSD()