Searched refs:WrProtectGrSize (Results 1 – 7 of 7) sorted by relevance
74 __IO uint8_t WrProtectGrSize; // Write protect group size member
556 SD_cardInfo.SD_csd.WrProtectGrSize = (tmp & 0x7F); in parseCSD()
90 __IO uint8_t WrProtectGrSize; // Write protect group size member
555 SD_cardInfo.SD_csd.WrProtectGrSize = (tmp & 0x7F); in parseCSD()
192 __IO uint8_t WrProtectGrSize; /*!< Write protect group size */ member
152 …u8 WrProtectGrSize; ///<… member
2066 pCSD->WrProtectGrSize = (uint8_t)(hsd->CSD[2] & 0x0000007FU); in HAL_SD_GetCardCSD()
Completed in 27 milliseconds