Searched refs:TempWrProtect (Results 1 – 7 of 7) sorted by relevance
85 __IO uint8_t TempWrProtect; // Temporary write protection member
577 SD_cardInfo.SD_csd.TempWrProtect = (tmp & 0x10) >> 4; in parseCSD()
101 __IO uint8_t TempWrProtect; // Temporary write protection member
576 SD_cardInfo.SD_csd.TempWrProtect = (tmp & 0x10) >> 4; in parseCSD()
203 __IO uint8_t TempWrProtect; /*!< Temporary write protection */ member
163 …u8 TempWrProtect; ///<… member
2088 pCSD->TempWrProtect = (uint8_t)((hsd->CSD[3] & 0x00001000U) >> 12U); in HAL_SD_GetCardCSD()
Completed in 24 milliseconds