ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_ether_phy_link_t Struct Reference

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.

Detailed Description

Link-status snapshot.

Definition at line 109 of file ra8_ether_phy.h.

Field Documentation

◆ auto_neg_done

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().

◆ bmsr

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().

◆ link_up

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().

◆ speed

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().


The documentation for this struct was generated from the following file: