Home
last modified time | relevance | path

Searched refs:eth_netif_spi (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/examples/ethernet/basic/main/
Dethernet_example_main.c134 esp_netif_t *eth_netif_spi[CONFIG_EXAMPLE_SPI_ETHERNETS_NUM] = { NULL }; in app_main() local
145 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()