Ethernet header preamble. More...
#include <eth_header.h>
Data Fields | |
uint8_t | preamble [7] |
Controlling preamble used for the frame transmission synchronization. | |
uint8_t | sfd |
Start of Frame Delimiter used for the frame transmission synchronization. |
Ethernet header preamble.
Used for dummy devices.
uint8_t eth_preamble::preamble[7] |
Controlling preamble used for the frame transmission synchronization.
All should be set to ETH_PREAMBLE.
Referenced by eth_prepare_packet().
uint8_t eth_preamble::sfd |
Start of Frame Delimiter used for the frame transmission synchronization.
Should be set to ETH_SFD.
Referenced by eth_prepare_packet().