Searched defs:RxBufferElementHeader (Results 1 – 1 of 1) sorted by relevance
420 private struct RxBufferElementHeader struct in Antmicro.Renode.Peripherals.CAN.MCAN423 public uint Identifier; // ID425 public bool RemoteTransmissionRequest; // RTR427 public bool ExtendedIdentifier; // XTD429 public bool ErrorStateIndicator; // ESI431 public ushort RxTimestamp; // RXTS433 public byte DataLengthCode; // DLC435 public bool BitRateSwitch; // BRS437 public bool FDFormat; // FDF439 private byte Reserved;[all …]