Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.c26 #define PHY_SSTATUS_LINKDUPLEX_MASK ((uint16_t)0x0008U) /*!< The PHY link duplex mask. */ macro
377 if ((regValue & PHY_SSTATUS_LINKDUPLEX_MASK) != 0U) in PHY_RTL8211F_GetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.c39 #define PHY_SSTATUS_LINKDUPLEX_MASK 0x2000U /*!< The PHY link duplex mask. */ macro
351 if ((regValue & PHY_SSTATUS_LINKDUPLEX_MASK) != 0U) in PHY_AR8031_GetLinkSpeedDuplex()