TEMU  4.4
The Terma Emulator
temu_EthFrame Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Bus/Ethernet.h>

Collaboration diagram for temu_EthFrame:

Data Fields

uint32_t Flags
 Flags used for error injection. More...
 
temu_Buff Data
 ETH frame data. More...
 
uint8_t Preamble [15]
 Preamble bits, normally 0x[aa aa aa aa aa aa aa]. More...
 
uint8_t Sfd
 Start frame delimiter, normally 0xab. More...
 

Field Documentation

◆ Data

temu_Buff temu_EthFrame::Data

ETH frame data.

◆ Flags

uint32_t temu_EthFrame::Flags

Flags used for error injection.

◆ Preamble

uint8_t temu_EthFrame::Preamble[15]

Preamble bits, normally 0x[aa aa aa aa aa aa aa].

◆ Sfd

uint8_t temu_EthFrame::Sfd

Start frame delimiter, normally 0xab.


The documentation for this struct was generated from the following file: