Home
last modified time | relevance | path

Searched defs:DecodedOperation (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/NORFlash/
DDecodedOperation.cs12 public struct DecodedOperation struct
14 public OperationType Operation;
15 public OperationState State;
16 public OperationEraseSize EraseSize;
17 public uint Register;
18 public uint ExecutionAddress;
19 public int CommandBytesHandled;
20 public int DummyBytesRemaining;
21 public int AddressLength
44 public bool TryAccumulateAddress(byte data) in TryAccumulateAddress()
[all …]