Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN_Structures.cs111 PutIndexRaw = rv.TxEventFIFOStatus.EventFIFOPutIndex, in BuildStructuredViews()
1128 public IValueRegisterField EventFIFOPutIndex; field
DMCAN.cs492 … .WithValueField(16, 5, out rv.TxEventFIFOStatus.EventFIFOPutIndex, FieldMode.Read, name: "EFPI") in BuildRegisterMap()