Searched refs:rawCsd (Results 1 – 2 of 2) sorted by relevance
769 assert(rawCsd); in SD_DecodeCsd()780 if (rawCsd[2U] & 0x8000U) in SD_DecodeCsd()784 if (rawCsd[2U] & 0x4000U) in SD_DecodeCsd()788 if (rawCsd[2U] & 0x2000U) in SD_DecodeCsd()792 if (rawCsd[2U] & 0x1000U) in SD_DecodeCsd()832 if ((uint8_t)((rawCsd[1U] & 0x4000U) >> 14U)) in SD_DecodeCsd()838 if ((uint8_t)(rawCsd[0U] & 0x80000000U)) in SD_DecodeCsd()848 if ((uint8_t)((rawCsd[0U] & 0x8000U) >> 15U)) in SD_DecodeCsd()852 if ((uint8_t)((rawCsd[0U] & 0x4000U) >> 14U)) in SD_DecodeCsd()856 if ((uint8_t)((rawCsd[0U] & 0x2000U) >> 13U)) in SD_DecodeCsd()[all …]
138 uint32_t rawCsd[4U]; /*!< Raw CSD content */ member197 uint32_t rawCsd[4U]; /*!< Raw CSD content */ member
Completed in 9 milliseconds