|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Data Fields | |
| bool | opened |
| Opened. | |
| uint8_t | phy_address |
| PHY address. | |
| ra8_ether_phy_mii_t | mii_type |
| Mii type. | |
| uint16_t | reset_wait_us |
| Reset wait us. | |
| ra8_ether_phy_io_t | io |
| Io. | |
| uint16_t | last_bmsr |
| Last bmsr. | |
Definition at line 50 of file ra8_ether_phy.c.
| ra8_ether_phy_io_t ra8_ether_phy_internal_t::io |
Io.
Definition at line 55 of file ra8_ether_phy.c.
| uint16_t ra8_ether_phy_internal_t::last_bmsr |
Last bmsr.
Definition at line 56 of file ra8_ether_phy.c.
| ra8_ether_phy_mii_t ra8_ether_phy_internal_t::mii_type |
Mii type.
Definition at line 53 of file ra8_ether_phy.c.
| bool ra8_ether_phy_internal_t::opened |
Opened.
Definition at line 51 of file ra8_ether_phy.c.
| uint8_t ra8_ether_phy_internal_t::phy_address |
PHY address.
Definition at line 52 of file ra8_ether_phy.c.
| uint16_t ra8_ether_phy_internal_t::reset_wait_us |
Reset wait us.
Definition at line 54 of file ra8_ether_phy.c.