libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/ethernet/mac.h>
#include <libopencm3/ethernet/phy.h>
#include <libopencm3/ethernet/phy_ksz80x1.h>
Go to the source code of this file.
Functions | |
enum phy_status | phy_link_status (uint8_t phy) |
Get the current link status. More... | |
void | phy_autoneg_force (uint8_t phy, enum phy_status mode) |
Force autonegotiation. More... | |
void | phy_autoneg_enable (uint8_t phy) |
Enable the autonegotiation. More... | |