Searched refs:txEventFIFO (Results 1 – 2 of 2) sorted by relevance
266 txEventFIFO.ElementLost.Value = false; in BuildRegisterMap()488 ….WithValueField(0, 6, FieldMode.Read, valueProviderCallback: _ => txEventFIFO.FillLevel, name: "EF… in BuildRegisterMap()501 txEventFIFO.GetIndex = newVal + 1; in BuildRegisterMap()502 txEventFIFO.Full.Value = false; in BuildRegisterMap()503 if(txEventFIFO.FillLevel == 0) in BuildRegisterMap()789 if(txEventFIFO.Full.Value || txEventFIFO.Size.Value == 0) in StoreInTxEventFIFO()791 txEventFIFO.InterruptElementLost.Value = true; in StoreInTxEventFIFO()792 txEventFIFO.ElementLost.Value = true; in StoreInTxEventFIFO()796 …var addr = (txEventFIFO.StartAddress.Value << 2) + txEventFIFO.PutIndex * (ulong)TxEventFIFOElemen… in StoreInTxEventFIFO()801 txEventFIFO.PutIndex += 1; in StoreInTxEventFIFO()[all …]
105 txEventFIFO = new TxEventFIFOView in BuildStructuredViews()184 private TxEventFIFOView txEventFIFO; field in Antmicro.Renode.Peripherals.CAN.MCAN