Ethernet Peripheral configuration. More...
Ethernet Peripheral configuration.
Definition at line 1050 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
| eth_mode_t | mode |
| Select configuration mode. | |
| uint8_t | addr [6] |
| Ethernet MAC address. | |
| uint16_t | speed |
| Speed selection. | |
| uint8_t | dma |
| Locical CMA Descriptor used for TX. | |
| uint8_t | dma_chan |
| DMA channel used for TX. | |
| uint8_t | phy_addr |
| PHY address. | |
| gpio_t | pins [] |
| Pins to use. More... | |
| gpio_t eth_conf_t::pins[] |
Pins to use.
MII requires 18 pins, RMII 9 and SMI 9. Not all speeds are supported by all modes.
Definition at line 1057 of file periph_cpu.h.