|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Union allowing an EtherCAT address to be accessed either as a split ADP/ADO pair or as a single 32-bit word. More...
#include <packet-ethercat-datagram.h>
Public Attributes | ||
| struct { | ||
| uint16_t adp | ||
| uint16_t ado | ||
| } | a | |
| uint32_t | addr | |
Union allowing an EtherCAT address to be accessed either as a split ADP/ADO pair or as a single 32-bit word.
| struct { ... } EcParserAddrUnion::a |
Structured access to the address components.
| uint32_t EcParserAddrUnion::addr |
Raw 32-bit combined address word.
| uint16_t EcParserAddrUnion::ado |
ADO (EtherCAT Register / Physical Memory Offset).
| uint16_t EcParserAddrUnion::adp |
ADP (Auto-Increment / Configured Station Address).