Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 25 of 38) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DResourceBlock.cs17 public ResourceBlock(IResourceBlockOwner owner, uint identifier) in ResourceBlock()
42 protected readonly IResourceBlockOwner owner; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.ResourceBlock
DShifter.cs18 …public static IReadOnlyList<Shifter> BuildRegisters(IResourceBlockOwner owner, int count, Resource… in BuildRegisters()
72 …private static Shifter BuildShifter(IResourceBlockOwner owner, int index, Interrupt status, Interr… in BuildShifter()
130 …private static void DefineStubRegisters(IProvidesRegisterCollection<DoubleWordRegisterCollection> … in DefineStubRegisters()
143 …private Shifter(IResourceBlockOwner owner, uint identifier, ResourceBlocksManager<Timer> timersMan… in Shifter()
DUARTDirectionBase.cs15 public UARTDirectionBase(IEmulationElement owner, Shifter shifter) in UARTDirectionBase()
83 private IEmulationElement owner; field in Antmicro.Renode.Peripherals.Miscellaneous.UARTDirectionBase
DUARTReceiver.cs13 public UARTReceiver(IEmulationElement owner, Shifter shifter) : base(owner, shifter) { } in UARTReceiver()
DUARTTransmitter.cs14 public UARTTransmitter(IEmulationElement owner, Shifter shifter) : base(owner, shifter) in UARTTransmitter()
DResourceBlockManager.cs14 …public ResourceBlocksManager(IEmulationElement owner, string resourceBlockName, IReadOnlyList<T> r… in ResourceBlocksManager()
DTimer.cs17 public static IReadOnlyList<Timer> BuildRegisters(IResourceBlockOwner owner, int count) in BuildRegisters()
73 private static Timer BuildTimer(IResourceBlockOwner owner, int index, Interrupt status) in BuildTimer()
139 private Timer(IResourceBlockOwner owner, uint identifier, Interrupt status, in Timer()
DInterrupt.cs16 …atic IReadOnlyList<Interrupt> BuildRegisters(IProvidesRegisterCollection<DoubleWordRegisterCollect… in BuildRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32_FlashController.cs28 …public LockRegister(STM32_FlashController owner, string name, uint[] keys, bool unlockedAfterReset… in LockRegister()
91 private readonly STM32_FlashController owner; field in Antmicro.Renode.Peripherals.MTD.STM32_FlashController.LockRegister
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEFR32_RTCCCounter.cs16 …public EFR32_RTCCCounter(IMachine machine, long frequency, IPeripheral owner, string localName, in… in EFR32_RTCCCounter()
162 public CCChannel(LimitTimer ownTimer, LimitTimer coreTimer, IPeripheral owner, int id) in CCChannel()
263 private readonly IPeripheral owner; field in Antmicro.Renode.Peripherals.Timers.EFR32_RTCCCounter.CCChannel
DAmbiqApollo4_SystemTimer.cs292 public CaptureRegister(AmbiqApollo4_SystemTimer owner, int index) in CaptureRegister()
350 private readonly AmbiqApollo4_SystemTimer owner; field in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_SystemTimer.CaptureRegister
355 …public CompareRegister(AmbiqApollo4_SystemTimer owner, int index, GPIO irq, LimitTimer systemTimer) in CompareRegister()
460 private readonly AmbiqApollo4_SystemTimer owner; field in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_SystemTimer.CompareRegister
DAmbiqApollo4_RTC.cs370 …public BCDValueField(IPeripheral owner, string fieldTypeName, byte maxValueBCD = 0x99, bool zeroAl… in BCDValueField()
412 private readonly IPeripheral owner; field in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_RTC.BCDValueField
420 …public RTCTimer(IMachine machine, IBusPeripheral owner, DateTime baseDateTime, Action alarmAction)… in RTCTimer()
602 private readonly IPeripheral owner; field in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_RTC.RTCTimer
DRenesasDA14_GPT.cs403 public GPIOConnection(RenesasDA14_GPT owner) in GPIOConnection()
452 private readonly RenesasDA14_GPT owner; field in Antmicro.Renode.Peripherals.Timers.RenesasDA14_GPT.GPIOConnection
DCadence_TTC.cs418 …public MatchTimerUnit(IClockSource clockSource, IPeripheral parent, TimerUnit owner, long frequenc… in MatchTimerUnit()
532 private readonly TimerUnit owner; field in Antmicro.Renode.Peripherals.Timers.Cadence_TTC.TimerUnit.MatchTimerUnit
DAtmel91SystemTimer.cs241 …public AT91_InterruptibleTimer(IMachine machine, long frequency, IPeripheral owner, string localNa… in AT91_InterruptibleTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DNullRegistrationPointPeripheralContainer.cs55 public NullRegistrationPointContainerHelper(IMachine machine, IPeripheral owner) in NullRegistrationPointContainerHelper()
101 private readonly IPeripheral owner; field in Antmicro.Renode.Core.Structure.NullRegistrationPointContainerHelper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesFifo.cs45 …public IManagedThread FeedSamplesPeriodically(IMachine machine, IPeripheral owner, string name, st… in FeedSamplesPeriodically()
55 …public IManagedThread FeedSamplesFromBinaryFile(IMachine machine, IPeripheral owner, string name, … in FeedSamplesFromBinaryFile()
121 …private IManagedThread FeedSamplesInner(IMachine machine, IPeripheral owner, string name, TimeInte… in FeedSamplesInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sockets/
DSocketsManager.cs47 …public Socket AcquireSocket(IEmulationElement owner, AddressFamily addressFamily, SocketType socke… in AcquireSocket()
73 …public SocketInstance(IEmulationElement owner, AddressFamily addressFamily, SocketType socketType,… in SocketInstance()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DDA16200.cs401 …public Connection(DA16200 owner, int connectionId, ConnectionType connectionType, ushort localPort) in Connection()
413 private readonly DA16200 owner; field in Antmicro.Renode.Peripherals.Network.DA16200.Connection
418 public DataModeState(DA16200 owner) in DataModeState()
569 private readonly DA16200 owner; field in Antmicro.Renode.Peripherals.Network.DA16200.DataModeState
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DComparingTimer.cs19 …public ComparingTimer(IClockSource clockSource, long frequency, IPeripheral owner, string localNam… in ComparingTimer()
276 private readonly IPeripheral owner; field in Antmicro.Renode.Peripherals.Timers.ComparingTimer
DLimitTimer.cs19 …public LimitTimer(IClockSource clockSource, long frequency, IPeripheral owner, string localName, u… in LimitTimer()
343 private readonly IPeripheral owner; field in Antmicro.Renode.Peripherals.Timers.LimitTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DNPCX_MDMA.cs214 …public DMAChannelContext(NPCX_MDMA owner, uint sourceAddress, uint destinationAddress, TransferDir… in DMAChannelContext()
305 private readonly NPCX_MDMA owner; field in Antmicro.Renode.Peripherals.DMA.NPCX_MDMA.DMAChannelContext
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_Descriptors.cs82 public DescriptorOwner owner; field
148 public DescriptorOwner owner; field
284 public DescriptorOwner owner; field
311 public DescriptorOwner owner; field
427 public DescriptorOwner owner; field
504 public DescriptorOwner owner; field
561 public DescriptorOwner owner; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDStream.cs175 …public IManagedThread StartSampleFeedThread(IPeripheral owner, uint frequency, Action<Out, TimeInt… in StartSampleFeedThread()
276 …public IManagedThread StartSampleFeedThread(IPeripheral owner, uint frequency, Action<T, TimeInter… in StartSampleFeedThread()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs303 public SortedIntervals(SymbolLookup owner) in SortedIntervals()
993 private SymbolLookup owner; field in Antmicro.Renode.Core.SymbolLookup.SortedIntervals

12