Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h1633 __STATIC_INLINE void Cy_SD_Host_SetErrorInterruptEnable(SDHC_Type *base, uint32_t interrupt);
2146 __STATIC_INLINE void Cy_SD_Host_SetErrorInterruptEnable(SDHC_Type *base, uint32_t interrupt) in Cy_SD_Host_SetErrorInterruptEnable() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c2959 Cy_SD_Host_SetErrorInterruptEnable(base, CY_SD_HOST_ERROR_INT_MSK); in Cy_SD_Host_Init()