Searched refs:WrProtectGrEnable (Results 1 – 4 of 4) sorted by relevance
132 __IO uint8_t WrProtectGrEnable; /*!< Write protect group enable */ member
221 __IO uint8_t WrProtectGrEnable; /*!< Write protect group enable */ member
1630 pCardInfo->SD_csd.WrProtectGrEnable = (tmp & 0x80) >> 7; in HAL_SD_Get_CardInfo()
2485 pCSD->WrProtectGrEnable = (uint8_t)((hsd->CSD[3] & 0x80000000U) >> 31U); in HAL_SD_GetCardCSD()