Home
last modified time | relevance | path

Searched refs:AcceptanceCodeLength (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DUT32_CAN.cs178 …ResetModeRegisters.AcceptanceCode.DefineManyConditional(this, AcceptanceCodeLength, () => resetMod… in DefineRegisters()
181 …ResetModeRegisters.AcceptanceMask.DefineManyConditional(this, AcceptanceCodeLength, () => resetMod… in DefineRegisters()
328 …var input = Enumerable.Range(0, AcceptanceCodeLength).Select(i => GetRxIdByte(message, i, message.… in FilterFrame()
430 … private IValueRegisterField[] acceptanceCode = new IValueRegisterField[AcceptanceCodeLength];
431 … private IValueRegisterField[] acceptanceMask = new IValueRegisterField[AcceptanceCodeLength];
451 private const int AcceptanceCodeLength = 4; field in Antmicro.Renode.Peripherals.CAN.UT32_CAN