Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNPCX_Flash.cs105temporaryAddress = BitHelper.ToUInt32(addressBuffer.ToArray(), 0, AddressByteCount, true); in Transmit()
117 if(protectedRange.HasValue && protectedRange.Value.Contains(temporaryAddress)) in Transmit()
123 memory.WriteByte(temporaryAddress, data); in Transmit()
124 var currentPage = temporaryAddress / PageProgramSize; in Transmit()
125 var nextPage = (temporaryAddress + 1) / PageProgramSize; in Transmit()
128 temporaryAddress++; in Transmit()
134 temporaryAddress = currentPage * PageProgramSize; in Transmit()
146 if(temporaryAddress > (uint)Registers.StatusRegister2) in Transmit()
157 RegistersCollection.Write(temporaryAddress, data); in Transmit()
158 temporaryAddress++; in Transmit()
[all …]