Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c220 …cyp_ethif_gemgxlobj->setMdioEnable((void *)(void *)cyp_ethif_pd[u8EthIfInstance], CY_ETH_ENABLE_1); in Cy_ETHIF_MdioInit()
395 cyp_ethif_gemgxlobj->setCopyAllFrames((void *)cyp_ethif_pd[u8EthIfInstance], CY_ETH_ENABLE_1); in Cy_ETHIF_Init()
396 cyp_ethif_gemgxlobj->setRxBadPreamble((void *)cyp_ethif_pd[u8EthIfInstance], CY_ETH_ENABLE_1); in Cy_ETHIF_Init()
399 cyp_ethif_gemgxlobj->setIgnoreFcsRx((void *)cyp_ethif_pd[u8EthIfInstance], CY_ETH_ENABLE_1); in Cy_ETHIF_Init()
405 …cyp_ethif_gemgxlobj->setMdioEnable((void *)(void *)cyp_ethif_pd[u8EthIfInstance], CY_ETH_ENABLE_1); in Cy_ETHIF_Init()
611 cyp_ethif_gemgxlobj->setPauseEnable((void *)cyp_ethif_pd[u8EthIfInstance], CY_ETH_ENABLE_1); in Cy_ETHIF_ConfigPause()
1318 ETH_CTL(base) |=_VAL2FLD(ETH_CTL_ENABLED, CY_ETH_ENABLE_1); in Cy_ETHIF_IPEnable()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ethif.h208 #define CY_ETH_ENABLE_1 (1U) macro