Loading...
Searching...
No Matches
esp_eth_params.h File Reference

Parameters for the netdev interface for ESP32 Ethernet MAC module. More...

Detailed Description

Parameters for the netdev interface for ESP32 Ethernet MAC module.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

Definition in file esp_eth_params.h.

Go to the source code of this file.

Set default configuration parameters for the ESP-ETH netdev driver

#define ESP_ETH_STACKSIZE   THREAD_STACKSIZE_DEFAULT
 The size of the stack used for the ESP-ETH netdev driver thread.
 
#define ESP_ETH_PRIO   GNRC_NETIF_PRIO
 The priority of the ESP-ETH netdev driver thread.
 

Macro Definition Documentation

◆ ESP_ETH_PRIO

#define ESP_ETH_PRIO   GNRC_NETIF_PRIO

The priority of the ESP-ETH netdev driver thread.

Definition at line 35 of file esp_eth_params.h.

◆ ESP_ETH_STACKSIZE

#define ESP_ETH_STACKSIZE   THREAD_STACKSIZE_DEFAULT

The size of the stack used for the ESP-ETH netdev driver thread.

Definition at line 30 of file esp_eth_params.h.