Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_ephy.c135 phy->fnPhyWrite( phyAddress, PHYREG_00_BMCR, ( ulConfig | PHYBMCR_RESET_Msk ) ); in Cy_EPHY_Reset()
149 phy->fnPhyWrite( phyAddress, PHYREG_00_BMCR, ( ulConfig & ( ~PHYBMCR_RESET_Msk ) ) ); in Cy_EPHY_Reset()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_ephy.h135 #define PHYBMCR_RESET_Msk (0x8000UL) /**< Reset the PHY. */ macro