Searched refs:TryParseHexString (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/ |
| D | OpenTitan_ROMController.cs | 98 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/Peripherals/Peripherals/Sensors/ |
| D | ZMOD4xxx.cs | 179 if(!Misc.TryParseHexString(hexstring, out byteArray, elementSize: 1)) in TryParseHexStringWithAssertedLength()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | OpenTitan_OneTimeProgrammableMemoryController.cs | 437 if(!Misc.TryParseHexString(valueChain, out outputArray, sizeof(ushort))) in SplitValueChainIntoWordsArray()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 465 …public static bool TryParseHexString<T>(string hexString, out T[] outArray, int elementSize, bool … in TryParseHexString() method in Antmicro.Renode.Utilities.Misc
|