Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DEFR32_I2CControllerTests.cs29 readTestPeripheral = new DummyI2CSlave(); in SetupController()
33 readTestPeripheral.Reset(); in SetupController()
42 …controller.Register(readTestPeripheral, new NumberRegistrationPoint<int>(readTestPeripheralAddress… in SetupController()
251 readTestPeripheral.EnqueueResponseByte(@byte); in EnqueueDummyBytes()
342 private DummyI2CSlave readTestPeripheral; field in Antmicro.Renode.PeripheralsTests.EFR32_I2CControllerTests