Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_I2C_Test.cs71 EnqueueCommand(command); in ShouldSetExceptionOnFmtWatermark()
75 EnqueueCommand(command); in ShouldSetExceptionOnFmtWatermark()
88 EnqueueCommand(new I2C.FormatIndicator(data: Sensor1Address, start: true)); in ShouldSetExceptionOnRxWatermark()
90 EnqueueCommand(new I2C.FormatIndicator(data: Sensor1IdOffset)); in ShouldSetExceptionOnRxWatermark()
93 EnqueueCommand(new I2C.FormatIndicator(data: 1, read: true, stop: true)); in ShouldSetExceptionOnRxWatermark()
107 EnqueueCommand(command); in ShouldSetExceptionOnOverflow()
111 EnqueueCommand(command); in ShouldSetExceptionOnOverflow()
155 EnqueueCommand(new I2C.FormatIndicator(data: Sensor1Address, start: true)); in ShouldNotAcceptCommandsWhenInTargetMode()
292 EnqueueCommand(new I2C.FormatIndicator(data: address, start: true)); in EnqueueReadFromSlave()
294 EnqueueCommand(new I2C.FormatIndicator(data: offset)); in EnqueueReadFromSlave()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiHost.cs197 ….WithWriteCallback((_, __) => EnqueueCommand((uint)commandLength.Value, commandDirection.Value, co… in DefineRegisters()
281 …private void EnqueueCommand(uint length, CommandDirection direction, CommandSpeed speed, bool keep… in EnqueueCommand() method in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiHost