ethernet_init_all() function
Initialize Ethernet driver based on Espressif IoT Development Framework Configuration
Arguments
eth_handles_out
array of initialized Ethernet driver handles
eth_cnt_out
number of initialized Ethernets
Return value
- ESP_OK on success - ESP_ERR_INVALID_ARG when passed invalid pointers - ESP_ERR_NO_MEM when there is no memory to allocate for Ethernet driver handles array - ESP_FAIL on any other failure