Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyksz8081/
Dfsl_phyksz8081.c31 #define PHY_CTL1_10FULLDUPLEX_MASK ((uint16_t)0x0005U) /*!< The PHY 10M full duplex mask. */ macro
241 if ((PHY_CTL1_10FULLDUPLEX_MASK == flag) || (PHY_CTL1_100FULLDUPLEX_MASK == flag)) in PHY_KSZ8081_GetLinkSpeedDuplex()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.h50 #define PHY_CTL1_10FULLDUPLEX_MASK 0x0005U /*!< The PHY 10M full duplex mask. */ macro
Dfsl_phy.c277 if ((PHY_CTL1_10FULLDUPLEX_MASK == data) || (PHY_CTL1_100FULLDUPLEX_MASK == data)) in PHY_GetLinkSpeedDuplex()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.c33 #define PHY_CTL1_10FULLDUPLEX_MASK 0x0005U /*!< The PHY 10M full duplex mask. */ macro