|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Link-status snapshot. More...
#include <ra8_ether_phy.h>
Data Fields | |
| uint8_t | link_up |
| 1 if link is up. | |
| uint8_t | auto_neg_done |
| 1 if AN completed. | |
| ra8_ether_phy_speed_t | speed |
| Speed / duplex (if up). | |
| uint16_t | bmsr |
| Last raw BMSR snapshot. | |
Link-status snapshot.
Definition at line 109 of file ra8_ether_phy.h.
| uint8_t ra8_ether_phy_link_t::auto_neg_done |
1 if AN completed.
Definition at line 111 of file ra8_ether_phy.h.
Referenced by ra8_ether_phy_link_status_get().
| uint16_t ra8_ether_phy_link_t::bmsr |
Last raw BMSR snapshot.
Definition at line 113 of file ra8_ether_phy.h.
Referenced by ra8_ether_phy_link_status_get().
| uint8_t ra8_ether_phy_link_t::link_up |
1 if link is up.
Definition at line 110 of file ra8_ether_phy.h.
Referenced by ra8_ether_phy_link_status_get().
| ra8_ether_phy_speed_t ra8_ether_phy_link_t::speed |
Speed / duplex (if up).
Definition at line 112 of file ra8_ether_phy.h.
Referenced by ra8_ether_phy_link_status_get().