Home
last modified time | relevance | path

Searched defs:eth_xmc4xxx_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_xmc4xxx.c110 struct eth_xmc4xxx_config { struct
111 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() argument
984 static struct eth_xmc4xxx_config eth_xmc4xxx_config = { variable