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

Configuration descriptor. More...

#include <ra8_rmac_phy.h>

Collaboration diagram for ra8_rmac_phy_cfg_t:

Data Fields

ra8_rmac_phy_io_t io
 Io.
ra8_rmac_phy_lsi_t lsi_type
 Lsi type.
uint8_t phy_address
 PHY address.
uint16_t reset_poll_max
 Reset poll maximum.
uint16_t local_advertise
 Clause-22 reg 4 advertised.
uint16_t gbit_advertise
 Clause-22 reg 9 (1000T).

Detailed Description

Configuration descriptor.

Definition at line 106 of file ra8_rmac_phy.h.

Field Documentation

◆ gbit_advertise

uint16_t ra8_rmac_phy_cfg_t::gbit_advertise

Clause-22 reg 9 (1000T).

Definition at line 112 of file ra8_rmac_phy.h.

Referenced by ra8_rmac_phy_open().

◆ io

ra8_rmac_phy_io_t ra8_rmac_phy_cfg_t::io

Io.

Definition at line 107 of file ra8_rmac_phy.h.

Referenced by internal_open_validate(), and ra8_rmac_phy_open().

◆ local_advertise

uint16_t ra8_rmac_phy_cfg_t::local_advertise

Clause-22 reg 4 advertised.

Definition at line 111 of file ra8_rmac_phy.h.

Referenced by ra8_rmac_phy_open().

◆ lsi_type

ra8_rmac_phy_lsi_t ra8_rmac_phy_cfg_t::lsi_type

Lsi type.

Definition at line 108 of file ra8_rmac_phy.h.

Referenced by internal_open_validate(), and ra8_rmac_phy_open().

◆ phy_address

uint8_t ra8_rmac_phy_cfg_t::phy_address

PHY address.

Definition at line 109 of file ra8_rmac_phy.h.

Referenced by internal_open_validate(), and ra8_rmac_phy_open().

◆ reset_poll_max

uint16_t ra8_rmac_phy_cfg_t::reset_poll_max

Reset poll maximum.

Definition at line 110 of file ra8_rmac_phy.h.

Referenced by ra8_rmac_phy_open().


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