Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/
DSTIGCommands.cs67 operationCode = BitHelper.GetValue(payload[3], 16, 8); in SendOperationCommand()
77 Peripheral.Transmit((byte)operationCode); in Transmit()
96 private readonly uint operationCode; field in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.SendOperationCommand