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

PHY auto-negotiation parameters for ra8_etha_open. More...

#include <ra8_etha_types.h>

Data Fields

uint8_t phy_addr
 MDIO address of the off-chip PHY (0..31).
uint16_t advertise
 OR of ra8_rmac_phy_advert_t bits.
uint32_t timeout_ms
 Auto-neg wait timeout (0 = internal cap).

Detailed Description

PHY auto-negotiation parameters for ra8_etha_open.

Definition at line 119 of file ra8_etha_types.h.

Field Documentation

◆ advertise

uint16_t ra8_etha_phy_open_t::advertise

OR of ra8_rmac_phy_advert_t bits.

Definition at line 121 of file ra8_etha_types.h.

Referenced by ra8_etha_open().

◆ phy_addr

uint8_t ra8_etha_phy_open_t::phy_addr

MDIO address of the off-chip PHY (0..31).

Definition at line 120 of file ra8_etha_types.h.

Referenced by ra8_etha_open().

◆ timeout_ms

uint32_t ra8_etha_phy_open_t::timeout_ms

Auto-neg wait timeout (0 = internal cap).

Definition at line 122 of file ra8_etha_types.h.

Referenced by ra8_etha_open().


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