Searched defs:TxBufferElementHeader (Results 1 – 1 of 1) sorted by relevance
491 private struct TxBufferElementHeader struct in Antmicro.Renode.Peripherals.CAN.MCAN494 public uint Identifier; // ID496 public bool RemoteTransmissionRequest; // RTR498 public bool ExtendedIdentifier; // XTD500 public bool ErrorStateIndicator; // ESI502 private byte Reserved;504 public byte MessageMarkerHigh; // MM506 public byte DataLengthCode; // DLC508 public bool BitRateSwitch; // BRS510 public bool FDFormat; // FDF[all …]