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

Configuration descriptor for ra8_ether_phy_open. More...

#include <ra8_ether_phy.h>

Collaboration diagram for ra8_ether_phy_cfg_t:

Data Fields

ra8_ether_phy_io_t io
 Pluggable MDIO bus.
uint8_t phy_address
 5-bit MDIO PHY address.
ra8_ether_phy_mii_t mii_type
 Interface type.
uint16_t reset_wait_us
 Wait after reset.

Detailed Description

Configuration descriptor for ra8_ether_phy_open.

Definition at line 120 of file ra8_ether_phy.h.

Field Documentation

◆ io

ra8_ether_phy_io_t ra8_ether_phy_cfg_t::io

Pluggable MDIO bus.

Definition at line 121 of file ra8_ether_phy.h.

Referenced by ra8_ether_phy_open().

◆ mii_type

ra8_ether_phy_mii_t ra8_ether_phy_cfg_t::mii_type

Interface type.

Definition at line 123 of file ra8_ether_phy.h.

Referenced by ra8_ether_phy_open().

◆ phy_address

uint8_t ra8_ether_phy_cfg_t::phy_address

5-bit MDIO PHY address.

Definition at line 122 of file ra8_ether_phy.h.

Referenced by ra8_ether_phy_open().

◆ reset_wait_us

uint16_t ra8_ether_phy_cfg_t::reset_wait_us

Wait after reset.

Definition at line 124 of file ra8_ether_phy.h.

Referenced by ra8_ether_phy_open().


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