ESP-IDF
eth_dma_rx_descriptor_t::ExtendedStatus
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_dma_rx_descriptor_t::ExtendedStatus
eth_dma_rx_descriptor_t::ExtendedStatus field
Syntax
Show:
Summary
Declaration
from
emac_hal.h:155
volatile
union
{
struct
{
uint32_t
IPPayloadType
:
3
;
uint32_t
IPHeadErr
:
1
;
uint32_t
IPPayloadErr
:
1
;
uint32_t
IPChecksumBypass
:
1
;
uint32_t
IPv4PacketReceived
:
1
;
uint32_t
IPv6PacketReceived
:
1
;
uint32_t
MessageType
:
4
;
uint32_t
PTPFrameType
:
1
;
uint32_t
PTPVersion
:
1
;
uint32_t
TimestampDropped
:
1
;
uint32_t
Reserved1
:
1
;
uint32_t
AVPacketReceived
:
1
;
uint32_t
AVTaggedPacketReceived
:
1
;
uint32_t
VLANTagPrioVal
:
3
;
uint32_t
Reserved2
:
3
;
uint32_t
Layer3FilterMatch
:
1
;
uint32_t
Layer4FilterMatch
:
1
;
uint32_t
Layer3Layer4FilterNumberMatch
:
2
;
uint32_t
Reserved3
:
4
;
}
;
uint32_t
Value
;
}
ExtendedStatus
;
Examples
References
from
examples
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