Home
last modified time | relevance | path

Searched defs:IPeripheral (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheral.cs21 public interface IPeripheral : IEmulationElement, IAnalyzable interface
DIMachine.cs75 …yGetByName<T>(string name, out T peripheral, out string longestMatch) where T : class, IPeripheral; field
76 bool TryGetByName<T>(string name, out T peripheral) where T : class, IPeripheral; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs230 …ryGetByName<T>(string name, out T peripheral, out string longestMatch) where T : class, IPeripheral class in Antmicro.Renode.Core.Machine
263 public bool TryGetByName<T>(string name, out T peripheral) where T : class, IPeripheral class in Antmicro.Renode.Core.Machine
1457 …te bool TryFindSubnodeByName(MultiTreeNode<IPeripheral, IRegistrationPoint> from, string path, out… in TryFindSubnodeByName()
1529 … void FindPaths(string nameSoFar, IPeripheral peripheralToFind, MultiTreeNode<IPeripheral, IRegist… in FindPaths()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs792 … container, T peripheral, TypedNumberRegistrationPoint<int> registrationPoint) where T: IPeripheral property in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster
802 private void Unregister<T>(Dictionary<int, T> container, T peripheral) where T: IPeripheral property in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs433 where T : IPeripheral property in Antmicro.Renode.Peripherals.Bus.SystemBus