Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN_Structures.cs491 private struct TxBufferElementHeader struct in Antmicro.Renode.Peripherals.CAN.MCAN
494 public uint Identifier; // ID
496 public bool RemoteTransmissionRequest; // RTR
498 public bool ExtendedIdentifier; // XTD
500 public bool ErrorStateIndicator; // ESI
502 private byte Reserved;
504 public byte MessageMarkerHigh; // MM
506 public byte DataLengthCode; // DLC
508 public bool BitRateSwitch; // BRS
510 public bool FDFormat; // FDF
[all …]