Home
last modified time | relevance | path

Searched refs:PHY_SPECIALCTL_AUTONEGDONE_MASK (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c25 #define PHY_SPECIALCTL_AUTONEGDONE_MASK 0x1000U /*!< The PHY auto-negotiation complete mask. */ macro
171 if ((regValue & PHY_SPECIALCTL_AUTONEGDONE_MASK) != 0U) in PHY_LAN8720A_GetAutoNegotiationStatus()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c26 #define PHY_SPECIALCTL_AUTONEGDONE_MASK 0x1000U /*!< The PHY auto-negotiation complete mask. */ macro
185 if ((regValue & PHY_SPECIALCTL_AUTONEGDONE_MASK) != 0U) in PHY_LAN8741_GetAutoNegotiationStatus()
/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.h44 #define PHY_SPECIALCTL_AUTONEGDONE_MASK 0x1000U /*!< The PHY auto-negotiation complete mask. */ macro
Dfsl_phy.c83 } while ((delay != 0U) && ((reg & PHY_SPECIALCTL_AUTONEGDONE_MASK) == 0U)); in PHY_Init()