|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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). | |
PHY auto-negotiation parameters for ra8_etha_open.
Definition at line 119 of file ra8_etha_types.h.
| 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().
| 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().
| 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().