Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/
A Dfsl_specification.h827 uint16_t cardCommandClass; /*!< Card command classes [95:84] */ member
894 uint16_t cardCommandClass; /*!< card command classes [95:84] */ member
/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/src/
A Dfsl_sd.c631 …if ((card->version < kSD_SpecificationVersion1_0) || (!(card->csd.cardCommandClass & kSDMMC_Comman… in SD_SelectFunction()
778 csd->cardCommandClass = (uint16_t)((rawCsd[2U] & 0xFFF00000U) >> 20U); in SD_DecodeCsd()

Completed in 12 milliseconds