Searched refs:WrProtectGrEnable (Results 1 – 7 of 7) sorted by relevance
75 __IO uint8_t WrProtectGrEnable; // Write protect group enable member
560 SD_cardInfo.SD_csd.WrProtectGrEnable = (tmp & 0x80) >> 7; in parseCSD()
91 __IO uint8_t WrProtectGrEnable; // Write protect group enable member
559 SD_cardInfo.SD_csd.WrProtectGrEnable = (tmp & 0x80) >> 7; in parseCSD()
193 __IO uint8_t WrProtectGrEnable; /*!< Write protect group enable */ member
153 …u8 WrProtectGrEnable; ///<… member
2068 pCSD->WrProtectGrEnable = (uint8_t)((hsd->CSD[3] & 0x80000000U) >> 31U); in HAL_SD_GetCardCSD()
Completed in 25 milliseconds