Searched refs:WrProtectGrSize (Results 1 – 4 of 4) sorted by relevance
131 __IO uint8_t WrProtectGrSize; /*!< Write protect group size */ member
220 __IO uint8_t WrProtectGrSize; /*!< Write protect group size */ member
1626 pCardInfo->SD_csd.WrProtectGrSize = (tmp & 0x7F); in HAL_SD_Get_CardInfo()
2483 pCSD->WrProtectGrSize = (uint8_t)(hsd->CSD[2] & 0x0000007FU); in HAL_SD_GetCardCSD()