|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Configuration descriptor. More...
#include <ra8_rmac_phy.h>
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). | |
Configuration descriptor.
Definition at line 106 of file ra8_rmac_phy.h.
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().