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

Data Fields

bool opened
 Opened.
uint8_t phy_address
 PHY address.
ra8_ether_phy_mii_t mii_type
 Mii type.
uint16_t reset_wait_us
 Reset wait us.
ra8_ether_phy_io_t io
 Io.
uint16_t last_bmsr
 Last bmsr.

Detailed Description

Definition at line 50 of file ra8_ether_phy.c.

Field Documentation

◆ io

ra8_ether_phy_io_t ra8_ether_phy_internal_t::io

Io.

Definition at line 55 of file ra8_ether_phy.c.

◆ last_bmsr

uint16_t ra8_ether_phy_internal_t::last_bmsr

Last bmsr.

Definition at line 56 of file ra8_ether_phy.c.

◆ mii_type

ra8_ether_phy_mii_t ra8_ether_phy_internal_t::mii_type

Mii type.

Definition at line 53 of file ra8_ether_phy.c.

◆ opened

bool ra8_ether_phy_internal_t::opened

Opened.

Definition at line 51 of file ra8_ether_phy.c.

◆ phy_address

uint8_t ra8_ether_phy_internal_t::phy_address

PHY address.

Definition at line 52 of file ra8_ether_phy.c.

◆ reset_wait_us

uint16_t ra8_ether_phy_internal_t::reset_wait_us

Reset wait us.

Definition at line 54 of file ra8_ether_phy.c.


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