Home
last modified time | relevance | path

Searched defs:hexString (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DSpiHost.cs38 public void WriteBytes(string hexString) in WriteBytes()
DI2CHost.cs37 public void WriteBytes(uint addr, string hexString) in WriteBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs442 …public static byte[] HexStringToByteArray(string hexString, bool reverse = false, bool ignoreWhite… in HexStringToByteArray()
465 …public static bool TryParseHexString<T>(string hexString, out T[] outArray, int elementSize, bool … in TryParseHexString()