Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN_Structures.cs520 private struct TxEventFIFOElement struct in Antmicro.Renode.Peripherals.CAN.MCAN
523 public uint Identifier; // ID
525 public bool RemoteTransmissionRequest; // RTR
527 public bool ExtendedIdentifier; // XTD
529 public bool ErrorStateIndicator; // ESI
531 public ushort TxTimestamp; // TXTS
533 public byte DataLengthCode; // DLC
535 public bool BitRateSwitch; // BRS
537 public bool FDFormat; // FDF
539 public byte EventType; // ET
[all …]