mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/mii: add missing MII_EXPANSION bit
This commit is contained in:
parent
04b895ce8a
commit
e469ecb593
@ -119,6 +119,13 @@ extern "C" {
|
||||
#define MII_LPA_10 (BIT5 | BIT6) /**< Partner can 10BASE-T */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name Bits in the MII Auto-Negotiation Expansion Register
|
||||
* @{
|
||||
*/
|
||||
#define MII_LPA_HAS_AN BIT0 /**< Partner can auto-negotiate */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Check if an Ethernet PHY supports 100 Mbps at full duplex
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user