Searched refs:extendedFormat (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/ |
| D | CANMessageFrame.cs | 17 …public CANMessageFrame(uint id, byte[] data, bool extendedFormat = false, bool remoteFrame = false… in CANMessageFrame() argument 21 ExtendedFormat = extendedFormat; in CANMessageFrame() 64 extendedFormat: classicalFrame.extendedFrameFormat, in TryFromSocketCAN() 82 extendedFormat: fdFrame.extendedFrameFormat, in TryFromSocketCAN()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/ |
| D | UT32_CAN.cs | 203 …valueProviderCallback: _ => GetRxIdByte(RxFrame, index, extendedFormat: extendedFrameFormat.Value)… in DefineRegisters() 208 … valueProviderCallback: _ => GetRxIdByte(RxFrame, index + SffIdLength, extendedFormat: true))); in DefineRegisters() 233 …ueProviderCallback: _ => GetRxIdByte(receiveFifo.ElementAtOrDefault(1), 0, extendedFormat: false)); in DefineRegisters() 282 private static byte GetRxIdByte(CANMessageFrame frame, int pos, bool extendedFormat) in GetRxIdByte() argument 289 if(extendedFormat) in GetRxIdByte() 420 … extendedFormat: extendedFrameFormat.Value, remoteFrame: remoteTransmissionRequest.Value);
|