Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/
DOpenTitan_ROMController.cs98 if(!Misc.TryParseHexString(value, out temp, sizeof(ulong), endiannessSwap: true))
116 if(!Misc.TryParseHexString(value, out key, sizeof(ulong), endiannessSwap: true))
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs465 …ryParseHexString<T>(string hexString, out T[] outArray, int elementSize, bool endiannessSwap=false) in TryParseHexString() argument
475 if(endiannessSwap) in TryParseHexString()