Searched refs:eth_netif_spi (Results 1 – 1 of 1) sorted by relevance
134 esp_netif_t *eth_netif_spi[CONFIG_EXAMPLE_SPI_ETHERNETS_NUM] = { NULL }; in app_main() local145 eth_netif_spi[i] = esp_netif_new(&cfg_spi); in app_main()264 … ESP_ERROR_CHECK(esp_netif_attach(eth_netif_spi[i], esp_eth_new_netif_glue(eth_handle_spi[i]))); in app_main()