1
0
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:
Benjamin Valentin 2023-06-02 16:58:50 +02:00
parent 04b895ce8a
commit e469ecb593

View File

@ -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
*