Ethernet parameters struct. More...
Ethernet parameters struct.
Definition at line 970 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. | |