Searched refs:PermWrProtect (Results 1 – 7 of 7) sorted by relevance
84 __IO uint8_t PermWrProtect; // Permanent write protection member
576 SD_cardInfo.SD_csd.PermWrProtect = (tmp & 0x20) >> 5; in parseCSD()
100 __IO uint8_t PermWrProtect; // Permanent write protection member
575 SD_cardInfo.SD_csd.PermWrProtect = (tmp & 0x20) >> 5; in parseCSD()
202 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
162 …u8 PermWrProtect; ///<… member
2086 pCSD->PermWrProtect = (uint8_t)((hsd->CSD[3] & 0x00002000U) >> 13U); in HAL_SD_GetCardCSD()
Completed in 22 milliseconds