Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMXIC_MX66UM1G45G.cs82 temporaryNonVolatileConfiguration = 0; in FinishTransmission()
433 …BitHelper.UpdateWithShifted(ref temporaryNonVolatileConfiguration, data, currentOperation.CommandB… in WriteRegister()
436 … nonVolatileConfigurationRegister.Write(0, (ushort)temporaryNonVolatileConfiguration); in WriteRegister()
695 …private uint temporaryNonVolatileConfiguration; //this should be an ushort, but due to C# type pro… field in Antmicro.Renode.Peripherals.SPI.MXIC_MX66UM1G45G