| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/ |
| D | ResourceBlock.cs | 17 public ResourceBlock(IResourceBlockOwner owner, uint identifier) in ResourceBlock() 42 protected readonly IResourceBlockOwner owner; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.ResourceBlock
|
| D | Shifter.cs | 18 …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()
|
| D | UARTDirectionBase.cs | 15 public UARTDirectionBase(IEmulationElement owner, Shifter shifter) in UARTDirectionBase() 83 private IEmulationElement owner; field in Antmicro.Renode.Peripherals.Miscellaneous.UARTDirectionBase
|
| D | UARTReceiver.cs | 13 public UARTReceiver(IEmulationElement owner, Shifter shifter) : base(owner, shifter) { } in UARTReceiver()
|
| D | UARTTransmitter.cs | 14 public UARTTransmitter(IEmulationElement owner, Shifter shifter) : base(owner, shifter) in UARTTransmitter()
|
| D | ResourceBlockManager.cs | 14 …public ResourceBlocksManager(IEmulationElement owner, string resourceBlockName, IReadOnlyList<T> r… in ResourceBlocksManager()
|
| D | Timer.cs | 17 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()
|
| D | Interrupt.cs | 16 …atic IReadOnlyList<Interrupt> BuildRegisters(IProvidesRegisterCollection<DoubleWordRegisterCollect… in BuildRegisters()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/ |
| D | STM32_FlashController.cs | 28 …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/ |
| D | EFR32_RTCCCounter.cs | 16 …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
|
| D | AmbiqApollo4_SystemTimer.cs | 292 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
|
| D | AmbiqApollo4_RTC.cs | 370 …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
|
| D | RenesasDA14_GPT.cs | 403 public GPIOConnection(RenesasDA14_GPT owner) in GPIOConnection() 452 private readonly RenesasDA14_GPT owner; field in Antmicro.Renode.Peripherals.Timers.RenesasDA14_GPT.GPIOConnection
|
| D | Cadence_TTC.cs | 418 …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
|
| D | Atmel91SystemTimer.cs | 241 …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/ |
| D | NullRegistrationPointPeripheralContainer.cs | 55 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/ |
| D | SensorSamplesFifo.cs | 45 …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/ |
| D | SocketsManager.cs | 47 …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/ |
| D | DA16200.cs | 401 …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/ |
| D | ComparingTimer.cs | 19 …public ComparingTimer(IClockSource clockSource, long frequency, IPeripheral owner, string localNam… in ComparingTimer() 276 private readonly IPeripheral owner; field in Antmicro.Renode.Peripherals.Timers.ComparingTimer
|
| D | LimitTimer.cs | 19 …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/ |
| D | NPCX_MDMA.cs | 214 …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/ |
| D | SynopsysDWCEthernetQualityOfService_Descriptors.cs | 82 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/ |
| D | RESDStream.cs | 175 …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/ |
| D | SymbolLookup.cs | 303 public SortedIntervals(SymbolLookup owner) in SortedIntervals() 993 private SymbolLookup owner; field in Antmicro.Renode.Core.SymbolLookup.SortedIntervals
|