Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/NORFlash/
DDecodedOperation.cs21 public int AddressLength property
48 if(currentAddressByte == AddressLength) in TryAccumulateAddress()
50 ExecutionAddress = BitHelper.ToUInt32(AddressBytes, 0, AddressLength, false); in TryAccumulateAddress()
61 .AppendIf(AddressLength != 0, $", address length: {AddressLength}") in ToString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DGenericSpiFlash.cs256 currentOperation.AddressLength = 3; in RecognizeOperation()
261 currentOperation.AddressLength = 3; in RecognizeOperation()
276 currentOperation.AddressLength = NumberOfAddressBytes; in RecognizeOperation()
289 currentOperation.AddressLength = 4; in RecognizeOperation()
298 currentOperation.AddressLength = NumberOfAddressBytes; in RecognizeOperation()
304 currentOperation.AddressLength = 4; in RecognizeOperation()
318 currentOperation.AddressLength = NumberOfAddressBytes; in RecognizeOperation()
324 currentOperation.AddressLength = NumberOfAddressBytes; in RecognizeOperation()
330 currentOperation.AddressLength = NumberOfAddressBytes; in RecognizeOperation()
336 currentOperation.AddressLength = NumberOfAddressBytes; in RecognizeOperation()
[all …]
DMXIC_MX66UM1G45G.cs255 currentOperation.AddressLength = 4; in RecognizeOperation()
261 currentOperation.AddressLength = 4; in RecognizeOperation()
278 currentOperation.AddressLength = 4; in RecognizeOperation()
285 currentOperation.AddressLength = 4; in RecognizeOperation()
295 currentOperation.AddressLength = 4; in RecognizeOperation()
305 currentOperation.AddressLength = 4; in RecognizeOperation()
315 currentOperation.AddressLength = 4; in RecognizeOperation()
325 currentOperation.AddressLength = 4; in RecognizeOperation()
332 currentOperation.AddressLength = 4; in RecognizeOperation()
339 currentOperation.AddressLength = 4; in RecognizeOperation()
DGigaDevice_GD25LQ.cs104 currentOperation.AddressLength = 0; in RecognizeOperation()