Searched refs:TxEventFIFOElementSizeInBytes (Results 1 – 2 of 2) sorted by relevance
189 private const int TxEventFIFOElementSizeInBytes = 8; field in Antmicro.Renode.Peripherals.CAN.MCAN
796 …txEventFIFO.StartAddress.Value << 2) + txEventFIFO.PutIndex * (ulong)TxEventFIFOElementSizeInBytes; in StoreInTxEventFIFO()