Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.h43 #define PHY_BCTL_SPEED_100M_MASK 0x2000U /*!< The PHY 100M speed mask. */ macro
Dfsl_phy.c196 data = PHY_BCTL_SPEED_100M_MASK | PHY_BCTL_DUPLEX_MASK | PHY_BCTL_LOOP_MASK; in PHY_EnableLoopback()