Searched defs:TxEventFIFOElement (Results 1 – 1 of 1) sorted by relevance
520 private struct TxEventFIFOElement struct in Antmicro.Renode.Peripherals.CAN.MCAN523 public uint Identifier; // ID525 public bool RemoteTransmissionRequest; // RTR527 public bool ExtendedIdentifier; // XTD529 public bool ErrorStateIndicator; // ESI531 public ushort TxTimestamp; // TXTS533 public byte DataLengthCode; // DLC535 public bool BitRateSwitch; // BRS537 public bool FDFormat; // FDF539 public byte EventType; // ET[all …]