Home
last modified time | relevance | path

Searched refs:CY_SD_HOST_ADMA_LEN_POS (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h480 #define CY_SD_HOST_ADMA_LEN_POS (16U) /**< The ADMA Len position. */ macro
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c962 (length << CY_SD_HOST_ADMA_LEN_POS); /* Len */ in Cy_SD_Host_Read()
1095 (length << CY_SD_HOST_ADMA_LEN_POS); /* Len */ in Cy_SD_Host_Write()
/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_sdhc.c2211 (length << CY_SD_HOST_ADMA_LEN_POS); /* Len */ in cyhal_sdhc_config_data_transfer()
3242 ((uint32_t)length << CY_SD_HOST_ADMA_LEN_POS); /* Len */ in cyhal_sdio_host_transfer_async()