Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DGenericSpiFlash.cs276 currentOperation.AddressLength = NumberOfAddressBytes; in RecognizeOperation()
298 currentOperation.AddressLength = NumberOfAddressBytes; 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()
668 … private int NumberOfAddressBytes => addressingMode.Value == AddressingMode.ThreeByte ? 3 : 4; field in Antmicro.Renode.Peripherals.SPI.GenericSpiFlash