Searched refs:GetRxIdByte (Results 1 – 1 of 1) sorted by relevance
| /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 …valueProviderCallback: _ => GetRxIdByte(receiveFifo.ElementAtOrDefault(1), 0, extendedFormat: fals… in DefineRegisters() 282 private static byte GetRxIdByte(CANMessageFrame frame, int pos, bool extendedFormat) in GetRxIdByte() method in Antmicro.Renode.Peripherals.CAN.UT32_CAN 328 …var input = Enumerable.Range(0, AcceptanceCodeLength).Select(i => GetRxIdByte(message, i, message.… in FilterFrame()
|