ESP-IDF
ETH_VLAN_TAG_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ETH_VLAN_TAG_LEN
ETH_VLAN_TAG_LEN macro
Syntax
Show:
Summary
Declaration
from
esp_eth_spec.h:11
#define
ETH_VLAN_TAG_LEN
(
4
)
Examples
References
from
examples
Code
Location
#define
ETH_VLAN_TAG_LEN
(
4
)
/* Optional 802.1q VLAN Tag length */
esp_eth_spec.h:11
#define
ETH_MAX_PACKET_SIZE
(
ETH_HEADER_LEN
+
ETH_VLAN_TAG_LEN
+
ETH_MAX_PAYLOAD_LEN
+
ETH_CRC_LEN
)
/* Maximum frame size (1522 Bytes) */
esp_eth_spec.h:17
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out