Searched refs:EXT_CSD_MMC_SIZE (Results 1 – 2 of 2) sorted by relevance
29 uint8_t* ext_csd = heap_caps_malloc(EXT_CSD_MMC_SIZE, MALLOC_CAP_DMA); in sdmmc_init_mmc_read_ext_csd()44 err = sdmmc_mmc_send_ext_csd_data(card, ext_csd, EXT_CSD_MMC_SIZE); in sdmmc_init_mmc_read_ext_csd()
184 #define EXT_CSD_MMC_SIZE 512 macro