Searched refs:TryParseHexStringWithAssertedLength (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | ZMOD4xxx.cs | 112 … if(!TryParseHexStringWithAssertedLength(value, ResultLengthInBytes, out rField, out var err)) 127 …if(!TryParseHexStringWithAssertedLength(value, ResultLengthInBytes, out initConfigurationRField, o… 142 …if(!TryParseHexStringWithAssertedLength(value, ConfigurationLengthInBytes, out configuration, out … 157 …if(!TryParseHexStringWithAssertedLength(value, ProductionDataLengthInBytes, out productionData, ou… 168 …private bool TryParseHexStringWithAssertedLength(string hexstring, int expectedLenghtInBytes, out … in TryParseHexStringWithAssertedLength() method in Antmicro.Renode.Peripherals.Sensors.ZMOD4xxx
|