Ethernet parameters struct. More...
Ethernet parameters struct.
Definition at line 983 of file periph_cpu_common.h.
#include <periph_cpu_common.h>
Data Fields | |
| Gmac * | dev | 
| ptr to the device registers   | |
| gpio_t | refclk | 
| REFCLK gpio.   | |
| gpio_t | txen | 
| TXEN gpio.   | |
| gpio_t | txd0 | 
| TXD0 gpio.   | |
| gpio_t | txd1 | 
| TXD1 gpio.   | |
| gpio_t | crsdv | 
| CRSDV gpio.   | |
| gpio_t | rxd0 | 
| RXD0 gpio.   | |
| gpio_t | rxd1 | 
| RXD1 gpio.   | |
| gpio_t | rxer | 
| RXER gpio.   | |
| gpio_t | mdc | 
| MII interface, clock gpio.   | |
| gpio_t | mdio | 
| MII interface, data gpio.   | |
| gpio_t | rst_pin | 
| PHY reset gpio.   | |
| gpio_t | int_pin | 
| PHY interrupt gpio.   | |
| gpio_t sam0_common_gmac_config_t::crsdv | 
CRSDV gpio.
Definition at line 989 of file periph_cpu_common.h.
| Gmac* sam0_common_gmac_config_t::dev | 
ptr to the device registers
Definition at line 984 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::int_pin | 
PHY interrupt gpio.
Definition at line 996 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::mdc | 
MII interface, clock gpio.
Definition at line 993 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::mdio | 
MII interface, data gpio.
Definition at line 994 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::refclk | 
REFCLK gpio.
Definition at line 985 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::rst_pin | 
PHY reset gpio.
Definition at line 995 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::rxd0 | 
RXD0 gpio.
Definition at line 990 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::rxd1 | 
RXD1 gpio.
Definition at line 991 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::rxer | 
RXER gpio.
Definition at line 992 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::txd0 | 
TXD0 gpio.
Definition at line 987 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::txd1 | 
TXD1 gpio.
Definition at line 988 of file periph_cpu_common.h.
| gpio_t sam0_common_gmac_config_t::txen | 
TXEN gpio.
Definition at line 986 of file periph_cpu_common.h.