Searched refs:NumberOfAddressBytes (Results 1 – 1 of 1) sorted by relevance
276 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