Home
last modified time | relevance | path

Searched refs:rawCsd (Results 1 – 2 of 2) sorted by relevance

/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/src/
A Dfsl_sd.c769 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 …]
/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/
A Dfsl_card.h138 uint32_t rawCsd[4U]; /*!< Raw CSD content */ member
197 uint32_t rawCsd[4U]; /*!< Raw CSD content */ member

Completed in 9 milliseconds