TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
temu_EthFrame Struct Reference

#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 [7]
 Preabmle bits, normally 0x[aa aa aa aa aa aa aa]. More...
 
uint8_t Sfd
 Start frame delimiter, normally 0xab. More...
 

Detailed Description

Definition at line 71 of file Ethernet.h.

Field Documentation

temu_Buff temu_EthFrame::Data

ETH frame data.

Definition at line 73 of file Ethernet.h.

uint32_t temu_EthFrame::Flags

Flags used for error injection.

Definition at line 72 of file Ethernet.h.

uint8_t temu_EthFrame::Preamble[7]

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

Definition at line 74 of file Ethernet.h.

uint8_t temu_EthFrame::Sfd

Start frame delimiter, normally 0xab.

Definition at line 75 of file Ethernet.h.


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