Home
last modified time | relevance | path

Searched defs:version (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSynopsysEthernetMAC.cs22 …public SynopsysEthernetMAC(IMachine machine, SynopsysEthernetVersion version = SynopsysEthernetVer… in SynopsysEthernetMAC()
444 private readonly SynopsysEthernetVersion version; field in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC
458 …blic Descriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion version) in Descriptor()
539 protected readonly SynopsysEthernetVersion version; field in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC.Descriptor
546 …escriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion version) : ba… in TxDescriptor()
621 …escriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion version) : ba… in RxDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DRenesasRA_GPIOMisc.cs17 … public RenesasRA_GPIOMisc(IMachine machine, Version version = Version.Default) : base(machine) in RenesasRA_GPIOMisc()
110 private readonly Version version; field in Antmicro.Renode.Peripherals.GPIOPort.RenesasRA_GPIOMisc