Home
last modified time | relevance | path

Searched refs:CT_BLOCK (Results 1 – 4 of 4) sorted by relevance

/bsp/nxp/lpc/lpc176x/drivers/
A Dsd.h31 #define CT_BLOCK 0x08 macro
A Dsd.c88 ct = (ocr[0] & 0x40) ? CT_SD2 | CT_BLOCK : CT_SD2; in LPC17xx_SD_Init()
208 if (!(CardType & CT_BLOCK)) sector *= SD_SECTOR_SIZE; in LPC17xx_SD_ReadSector()
277 if (!(CardType & CT_BLOCK)) sector *= 512; /* Convert to byte address if needed */ in LPC17xx_SD_WriteSector()
/bsp/efm32/
A Ddrv_sdcard.h46 #define CT_BLOCK (0x08) macro
A Ddrv_sdcard.c662 type = (tril[0] & 0x40) ? CT_SD2 | CT_BLOCK : CT_SD2; in rt_spiSd_init()
825 if (!(sdType & CT_BLOCK)) in rt_spiSd_read()
915 if (!(sdType & CT_BLOCK)) in rt_spiSd_write()

Completed in 21 milliseconds