Searched refs:PartBlockRead (Results 1 – 8 of 8) sorted by relevance
176 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
179 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
188 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
195 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
2064 pCSD->PartBlockRead = (uint8_t)((hmmc->CSD[1] & 0x00008000U) >> 15U); in HAL_MMC_GetCardCSD()
2100 pCSD->PartBlockRead = (uint8_t)((hsd->CSD[1] & 0x00008000U) >> 15U); in HAL_SD_GetCardCSD()
2249 pCSD->PartBlockRead = (uint8_t)((hmmc->CSD[1] & 0x00008000U) >> 15U); in HAL_MMC_GetCardCSD()
2416 pCSD->PartBlockRead = (uint8_t)((hsd->CSD[1] & 0x00008000U) >> 15U); in HAL_SD_GetCardCSD()