Searched defs:eth_xmc4xxx_config (Results 1 – 1 of 1) sorted by relevance
110 struct eth_xmc4xxx_config { struct111 ETH_GLOBAL_TypeDef *regs;112 const struct device *phy_dev;113 void (*irq_config_func)(void);114 const struct pinctrl_dev_config *pcfg;115 const uint8_t phy_connection_type;139 const struct eth_xmc4xxx_config *dev_cfg = dev->config; in eth_xmc4xxx_tx_dma_descriptors_init() argument984 static struct eth_xmc4xxx_config eth_xmc4xxx_config = { variable