|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Configuration descriptor for ra8_ether_phy_open. More...
#include <ra8_ether_phy.h>
Data Fields | |
| ra8_ether_phy_io_t | io |
| Pluggable MDIO bus. | |
| uint8_t | phy_address |
| 5-bit MDIO PHY address. | |
| ra8_ether_phy_mii_t | mii_type |
| Interface type. | |
| uint16_t | reset_wait_us |
| Wait after reset. | |
Configuration descriptor for ra8_ether_phy_open.
Definition at line 120 of file ra8_ether_phy.h.
| ra8_ether_phy_io_t ra8_ether_phy_cfg_t::io |
Pluggable MDIO bus.
Definition at line 121 of file ra8_ether_phy.h.
Referenced by ra8_ether_phy_open().
| ra8_ether_phy_mii_t ra8_ether_phy_cfg_t::mii_type |
| uint8_t ra8_ether_phy_cfg_t::phy_address |
5-bit MDIO PHY address.
Definition at line 122 of file ra8_ether_phy.h.
Referenced by ra8_ether_phy_open().
| uint16_t ra8_ether_phy_cfg_t::reset_wait_us |
Wait after reset.
Definition at line 124 of file ra8_ether_phy.h.
Referenced by ra8_ether_phy_open().