Home
last modified time | relevance | path

Searched defs:LegacyRxFifoStructure (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/S32K3XX_FlexCAN/
DS32K3XX_FlexCAN_Structures.cs385 private struct LegacyRxFifoStructure struct in Antmicro.Renode.Peripherals.CAN.S32K3XX_FlexCAN
387 public static LegacyRxFifoStructure FromCANFrame(CANMessageFrame frame, int filterIndex) in FromCANFrame()
407 public void CommitToMemory(IMultibyteWritePeripheral buffer, uint offset) in CommitToMemory()
414 public override string ToString() in ToString()
419 public uint DataLength
427 public IEnumerable<byte> Data
444 public string PrettyString => $@"{nameof(LegacyRxFifoStructure)} {{
458 public ushort timestamp; // Free-Running Counter Timestamp
460 public byte dataLength; // Length of Data in Bytes
462 public bool remoteFrame;
[all …]