Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN_Structures.cs107 StartAddress = rv.TxEventFIFOConfiguration.EventFIFOStartAddress, in BuildStructuredViews()
1120 public IValueRegisterField EventFIFOStartAddress; field
DMCAN.cs481 … .WithValueField(2, 14, out rv.TxEventFIFOConfiguration.EventFIFOStartAddress, name: "EFSA") in BuildRegisterMap()