esp_eth_netdev_t Struct Reference

Device descriptor for ESP-ETH devices. More...

Detailed Description

Device descriptor for ESP-ETH devices.

Definition at line 40 of file esp_eth_netdev.h.

#include <esp_eth_netdev.h>

Data Fields

netdev_t netdev
 netdev parent struct
 
uint16_t rx_len
 number of bytes received
 
uint16_t tx_len
 number of bytes in transmit buffer
 
uint8_t rx_buf [ETHERNET_MAX_LEN]
 receive buffer
 
uint8_t tx_buf [ETHERNET_MAX_LEN]
 transmit buffer
 
uint32_t event
 received event
 
bool link_up
 indicates whether link is up
 
mutex_t dev_lock
 device is already in use
 

The documentation for this struct was generated from the following file: