Home
last modified time | relevance | path

Searched defs:peripheral (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Connectors/
DGPIOConnector.cs33 public void AttachTo(IPeripheral peripheral) in AttachTo()
87 public void DetachFrom(IPeripheral peripheral) in DetachFrom()
116 private void VerifyPeripheralOrThrow(IPeripheral peripheral) in VerifyPeripheralOrThrow()
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/tests/
DSystemRDLMem1PeripheralTest.cs138 private Peripherals.Mocks.Mem1Peripheral peripheral; field in Antmicro.Renode.PeripheralsTests.SystemRDLMem1PeripheralTest
DSystemRDLGenTest.cs599 private IDoubleWordPeripheral peripheral; field in Antmicro.Renode.PeripheralsTests.SystemRDLGenTest
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs80 public void AttachTo(ICoSimulationConnectible peripheral) in AttachTo()
90 public void DetachFrom(ICoSimulationConnectible peripheral) in DetachFrom()