Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_ephy.c195 ulConfig |= PHYBMCR_AN_ENABLE_Msk; in Cy_EPHY_Configure()
211 … PHYBMCR_SPEED_1000_Msk | PHYBMCR_SPEED_100_Msk | PHYBMCR_FULL_DUPLEX_Msk | PHYBMCR_AN_ENABLE_Msk); in Cy_EPHY_Configure()
219 ulConfig |= PHYBMCR_AN_ENABLE_Msk; in Cy_EPHY_Configure()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_ephy.h131 #define PHYBMCR_AN_ENABLE_Msk (0x1000UL) /**< Enable auto negotiation. */ macro