Searched refs:readTestPeripheral (Results 1 – 1 of 1) sorted by relevance
29 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