Ethernet peripheral configuration. More...
Ethernet peripheral configuration.
Ethernet Peripheral configuration.
Definition at line 89 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
| gpio_t | phy_en_pin |
PHY / RMII clock enable, GPIO_UNDEF if unused. | |
| gpio_t | phy_rst_pin |
PHY reset, GPIO_UNDEF if unused. | |
| uint16_t | speed |
| Link speed selection. | |
| uint8_t | phy_addr |
| MIIM address. | |
| eth_mode_t | mode |
| Select configuration mode. | |
| uint8_t | dma |
| Locical CMA Descriptor used for TX. | |
| uint8_t | dma_chan |
| DMA channel used for TX. | |
| gpio_t | pins [] |
| Pins to use. | |
| uint8_t eth_conf_t::dma |
| eth_mode_t eth_conf_t::mode |
| uint8_t eth_conf_t::phy_addr |
| gpio_t eth_conf_t::phy_en_pin |
PHY / RMII clock enable, GPIO_UNDEF if unused.
Definition at line 90 of file periph_cpu.h.
| gpio_t eth_conf_t::phy_rst_pin |
PHY reset, GPIO_UNDEF if unused.
Definition at line 91 of file periph_cpu.h.
| gpio_t eth_conf_t::pins[] |
| uint16_t eth_conf_t::speed |