Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c26 #define PHY_SPECIALCTL_DUPLEX_MASK 0x0010U /*!< The PHY duplex mask. */ macro
229 if ((regValue & PHY_SPECIALCTL_DUPLEX_MASK) != 0U) in PHY_LAN8720A_GetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c27 #define PHY_SPECIALCTL_DUPLEX_MASK 0x0010U /*!< The PHY duplex mask. */ macro
243 if ((regValue & PHY_SPECIALCTL_DUPLEX_MASK) != 0U) in PHY_LAN8741_GetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.h45 #define PHY_SPECIALCTL_DUPLEX_MASK 0x0010U /*!< The PHY duplex mask. */ macro
Dfsl_phy.c219 if ((reg & PHY_SPECIALCTL_DUPLEX_MASK) != 0U) in PHY_GetLinkSpeedDuplex()