Searched refs:AcceptanceCodeLength (Results 1 – 1 of 1) sorted by relevance
178 …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