Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN_Structures.cs108 Size = rv.TxEventFIFOConfiguration.EventFIFOSize, in BuildStructuredViews()
1121 public IValueRegisterField EventFIFOSize; field
DMCAN.cs482 .WithValueField(16, 6, out rv.TxEventFIFOConfiguration.EventFIFOSize, name: "EFS") in BuildRegisterMap()