Searched refs:DSRImpl (Results 1 – 4 of 4) sorted by relevance
121 __IO uint8_t DSRImpl; /*!< DSR implemented */ member
210 __IO uint8_t DSRImpl; /*!< DSR implemented */ member
1560 pCardInfo->SD_csd.DSRImpl = (uint8_t)((tmp & 0x10) >> 4); in HAL_SD_Get_CardInfo()
2435 pCSD->DSRImpl = (uint8_t)((hsd->CSD[1] & 0x00001000U) >> 12U); in HAL_SD_GetCardCSD()