Searched defs:IPeripheral (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IPeripheral.cs | 21 public interface IPeripheral : IEmulationElement, IAnalyzable interface
|
| D | IMachine.cs | 75 …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/ |
| D | Machine.cs | 230 …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/ |
| D | AmbiqApollo4_IOMaster.cs | 792 … 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/ |
| D | SystemBus.cs | 433 where T : IPeripheral property in Antmicro.Renode.Peripherals.Bus.SystemBus
|