Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DZMOD4xxx.cs142 …if(!TryParseHexStringWithAssertedLength(value, ConfigurationLengthInBytes, out configuration, out …
202 … Registers.Configuration.DefineMany(this, ConfigurationLengthInBytes, (register, index) => in DefineRegisters()
287 private const int ConfigurationLengthInBytes = 6; field in Antmicro.Renode.Peripherals.Sensors.ZMOD4xxx