Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN_Structures.cs51 GetIndexRaw = rv.RxFIFO1Status.RxFIFO1GetIndex, in BuildStructuredViews()
1044 public IValueRegisterField RxFIFO1GetIndex; field
DMCAN.cs364 … .WithValueField(8, 6, out rv.RxFIFO1Status.RxFIFO1GetIndex, FieldMode.Read, name: "F0GI") in BuildRegisterMap()