Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs27 peripheral.Register(sensor1, new NumberRegistrationPoint<int>(Sensor1Address)); in Setup()
35 …Assert.AreEqual(Sensor1Id, PerformReadFromSlave(Sensor1Address, Sensor1IdOffset), "Incorrect ID fo… in ShouldPerformSimpleTransaction()
42 …Assert.AreEqual(Sensor1Id, PerformReadFromSlave(Sensor1Address, Sensor1IdOffset), "Incorrect ID fo… in ShouldBeAbleToDoTwoConsecutiveTransmissions()
49 …Assert.AreEqual(0u, PerformReadFromSlave(Sensor1Address, Sensor1IdOffset), "Read some non-zero dat… in ShouldNotStartTransactionsUntilHostIsEnabled()
68 var command = new I2C.FormatIndicator(data: Sensor1Address, start: true); in ShouldSetExceptionOnFmtWatermark()
88 EnqueueCommand(new I2C.FormatIndicator(data: Sensor1Address, start: true)); in ShouldSetExceptionOnRxWatermark()
104 var command = new I2C.FormatIndicator(data: Sensor1Address, start: true); in ShouldSetExceptionOnOverflow()
120 EnqueueReadFromSlave(Sensor1Address, Sensor1IdOffset); in ShouldBeAbleToResetFmtFifo()
134 EnqueueReadFromSlave(Sensor1Address, Sensor1IdOffset); in ShouldBeAbleToResetRxFifo()
155 EnqueueCommand(new I2C.FormatIndicator(data: Sensor1Address, start: true)); in ShouldNotAcceptCommandsWhenInTargetMode()
[all …]