Home
last modified time | relevance | path

Searched refs:AlignmentError (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DGaislerEth.cs430 public bool AlignmentError; field in Antmicro.Renode.Peripherals.Network.GaislerEth.receiveDescriptor
448 AlignmentError = (word0 & (1u << 14)) != 0; in Fetch()
460 …ord0 |= (CRCError ? 1u << 16 : 0) | (FrameTooLong ? 1u << 15 : 0) | (AlignmentError ? 1u << 14 : 0… in WriteBack()