Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DBaseGPIOPort.cs22 …IPeripheralRegister<IGPIOSender, NullRegistrationPoint>, IPeripheralRegister<IGPIOReceiver, Number…
23 IPeripheral, IGPIOReceiver, IPeripheralRegister<IGPIOSender, NumberRegistrationPoint<int>>
25 public void Register(IGPIOSender peripheral, NumberRegistrationPoint<int> registrationPoint) in Register()
30 public void Unregister(IGPIOSender peripheral) in Unregister()
35 public void Register(IGPIOSender peripheral, NullRegistrationPoint registrationPoint) in Register()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIGPIOSender.cs12 public interface IGPIOSender : IPeripheral interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DButton.cs14 public class Button : IPeripheral, IGPIOSender