Loading...
Searching...
No Matches
sam0_common_gmac_config_t Struct Reference

Ethernet parameters struct. More...

Detailed Description

Ethernet parameters struct.

Definition at line 969 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.
 

Field Documentation

◆ crsdv

gpio_t sam0_common_gmac_config_t::crsdv

CRSDV gpio.

Definition at line 975 of file periph_cpu_common.h.

◆ dev

Gmac* sam0_common_gmac_config_t::dev

ptr to the device registers

Definition at line 970 of file periph_cpu_common.h.

◆ int_pin

gpio_t sam0_common_gmac_config_t::int_pin

PHY interrupt gpio.

Definition at line 982 of file periph_cpu_common.h.

◆ mdc

gpio_t sam0_common_gmac_config_t::mdc

MII interface, clock gpio.

Definition at line 979 of file periph_cpu_common.h.

◆ mdio

gpio_t sam0_common_gmac_config_t::mdio

MII interface, data gpio.

Definition at line 980 of file periph_cpu_common.h.

◆ refclk

gpio_t sam0_common_gmac_config_t::refclk

REFCLK gpio.

Definition at line 971 of file periph_cpu_common.h.

◆ rst_pin

gpio_t sam0_common_gmac_config_t::rst_pin

PHY reset gpio.

Definition at line 981 of file periph_cpu_common.h.

◆ rxd0

gpio_t sam0_common_gmac_config_t::rxd0

RXD0 gpio.

Definition at line 976 of file periph_cpu_common.h.

◆ rxd1

gpio_t sam0_common_gmac_config_t::rxd1

RXD1 gpio.

Definition at line 977 of file periph_cpu_common.h.

◆ rxer

gpio_t sam0_common_gmac_config_t::rxer

RXER gpio.

Definition at line 978 of file periph_cpu_common.h.

◆ txd0

gpio_t sam0_common_gmac_config_t::txd0

TXD0 gpio.

Definition at line 973 of file periph_cpu_common.h.

◆ txd1

gpio_t sam0_common_gmac_config_t::txd1

TXD1 gpio.

Definition at line 974 of file periph_cpu_common.h.

◆ txen

gpio_t sam0_common_gmac_config_t::txen

TXEN gpio.

Definition at line 972 of file periph_cpu_common.h.


The documentation for this struct was generated from the following file: