Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs65 WriteToRegister(I2C.Registers.InterruptEnable, 0x1); in ShouldSetExceptionOnFmtWatermark()
67 WriteToRegister(I2C.Registers.FifoControl, 1 << 5); in ShouldSetExceptionOnFmtWatermark()
85 WriteToRegister(I2C.Registers.InterruptEnable, 0x2); in ShouldSetExceptionOnRxWatermark()
103 WriteToRegister(I2C.Registers.InterruptEnable, 0x1 << 2); in ShouldSetExceptionOnOverflow()
125 WriteToRegister(I2C.Registers.FifoControl, 0x01 << 1); in ShouldBeAbleToResetFmtFifo()
139 WriteToRegister(I2C.Registers.FifoControl, 0x01 << 0); in ShouldBeAbleToResetRxFifo()
223 WriteToRegister(I2C.Registers.TransmitData, b); in TargetShouldProperlyHandleRead()
235 WriteToRegister(I2C.Registers.TransmitData, 0x1); in TargetShouldNotReturnMoreThanQueued()
257 WriteToRegister(I2C.Registers.FifoControl, AcqFifoResetMask); in ShouldCorrectlyShowStatusOfTheAcqFifo()
268 WriteToRegister(I2C.Registers.TransmitData, 0x1); in ShouldCorrectlyShowStatusOfTheTxFifo()
[all …]