Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
esp32_wifi_runtime Struct Reference

Data Fields

struct net_ififace
 
uint8_t mac_addr [6]
 
bool tx_err
 
uint32_t tx_word
 
int tx_pos
 
uint8_t frame_buf [NET_ETH_MAX_FRAME_SIZE]
 

Field Documentation

◆ frame_buf

uint8_t esp32_wifi_runtime::frame_buf[NET_ETH_MAX_FRAME_SIZE]

◆ iface

struct net_if* esp32_wifi_runtime::iface

◆ mac_addr

uint8_t esp32_wifi_runtime::mac_addr[6]

◆ tx_err

bool esp32_wifi_runtime::tx_err

◆ tx_pos

int esp32_wifi_runtime::tx_pos

◆ tx_word

uint32_t esp32_wifi_runtime::tx_word

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