Home
last modified time | relevance | path

Searched refs:IAtapiPeripheral (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ATAPI/
DIAtapiPeripheral.cs12 public interface IAtapiPeripheral : IPeripheral interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/
DATAPI.cs23 …public class ATAPI : SimpleContainer<IAtapiPeripheral>, IBytePeripheral, IWordPeripheral, IKnownSi…
52 …public override void Register(IAtapiPeripheral peripheral, NumberRegistrationPoint<int> registrati… in Register()
256 private IAtapiPeripheral selectedDevice;
DCDROM.cs24 public class CDROM : IAtapiPeripheral, IDisposable