Searched refs:sdType (Results 1 – 1 of 1) sorted by relevance
43 static rt_uint16_t sdType; variable698 sdType = type; in rt_spiSd_init()699 if (sdType) in rt_spiSd_init()730 sdcard_debug("SPISD: Init OK, card type %x\n", sdType); in rt_spiSd_init()825 if (!(sdType & CT_BLOCK)) in rt_spiSd_read()915 if (!(sdType & CT_BLOCK)) in rt_spiSd_write()936 if (sdType & CT_SDC) in rt_spiSd_write()1064 if (sdType & CT_SD2) in rt_spiSd_control()1102 if (sdType & CT_SD1) in rt_spiSd_control()1123 *(rt_uint8_t *)buffer = sdType; in rt_spiSd_control()[all …]
Completed in 5 milliseconds