Searched refs:PermWrProtect (Results 1 – 4 of 4) sorted by relevance
141 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
230 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
1646 pCardInfo->SD_csd.PermWrProtect = (tmp & 0x20) >> 5; in HAL_SD_Get_CardInfo()
2503 pCSD->PermWrProtect = (uint8_t)((hsd->CSD[3] & 0x00002000U) >> 13U); in HAL_SD_GetCardCSD()