Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_LifeCycleController.cs155 … writeCallback: (_, val) => Misc.ByteArrayWrite(idx * 4, (uint)val, token), in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs243 public static void ByteArrayWrite(long offset, uint value, byte[] array) in ByteArrayWrite() method in Antmicro.Renode.Utilities.Misc
1075 Misc.ByteArrayWrite(0, value, temp); in EndiannessSwap()