Searched refs:TempWrProtect (Results 1 – 4 of 4) sorted by relevance
142 __IO uint8_t TempWrProtect; /*!< Temporary write protection */ member
231 __IO uint8_t TempWrProtect; /*!< Temporary write protection */ member
1647 pCardInfo->SD_csd.TempWrProtect = (tmp & 0x10) >> 4; in HAL_SD_Get_CardInfo()
2505 pCSD->TempWrProtect = (uint8_t)((hsd->CSD[3] & 0x00001000U) >> 12U); in HAL_SD_GetCardCSD()