Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c953 dataConfig.blockSize = CY_SD_HOST_BLOCK_SIZE; in Cy_SD_Host_Read()
964 length = CY_SD_HOST_BLOCK_SIZE * config->numberOfBlocks; in Cy_SD_Host_Read()
1085 dataConfig.blockSize = CY_SD_HOST_BLOCK_SIZE; in Cy_SD_Host_Write()
1097 length = CY_SD_HOST_BLOCK_SIZE * config->numberOfBlocks; in Cy_SD_Host_Write()
3677 dataConfig.blockSize = CY_SD_HOST_BLOCK_SIZE; in Cy_SD_Host_GetExtCsd()
3709 if ((CY_SD_HOST_MMC_LEGACY_SIZE_BYTES/CY_SD_HOST_BLOCK_SIZE) < in Cy_SD_Host_GetExtCsd()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h443 #define CY_SD_HOST_BLOCK_SIZE (512UL) /**< The SD memory card block size. */ macro