Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DGenericSpiFlash.cs100 temporaryConfiguration = 0; in FinishTransmission()
510 …BitHelper.UpdateWithShifted(ref temporaryConfiguration, data, currentOperation.CommandBytesHandled… in WriteRegister()
514 targetReg.Write(0, (ushort)temporaryConfiguration); in WriteRegister()
671 …private uint temporaryConfiguration; //this should be an ushort, but due to C# type promotions it'… field in Antmicro.Renode.Peripherals.SPI.GenericSpiFlash