Searched defs:eth_esp32_dev_data (Results 1 – 1 of 1) sorted by relevance
38 struct eth_esp32_dev_data { struct39 struct net_if *iface;40 uint8_t mac_addr[6];41 emac_hal_context_t hal;42 struct eth_esp32_dma_data *dma;66 struct eth_esp32_dev_data *const dev_data = dev->data; in eth_esp32_set_config() argument