Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDethernet_phy.h169 #define GMII_10BASE_T_FD ( 1 << 12 ) /* 10BASE-T Full Duplex Capable */ macro
HDethernet_phy.c276 if( ( ul_stat1 & GMII_10BASE_T_FD ) && ( ul_stat2 & GMII_10_FDX ) ) in ethernet_phy_set_link()