Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DZMOD4xxx.cs41 this.productionData = new byte[ProductionDataLengthInBytes]; in ZMOD4xxx()
157 …if(!TryParseHexStringWithAssertedLength(value, ProductionDataLengthInBytes, out productionData, ou…
208 … Registers.ProductionData.DefineMany(this, ProductionDataLengthInBytes, (register, index) => in DefineRegisters()
288 private const int ProductionDataLengthInBytes = 6; field in Antmicro.Renode.Peripherals.Sensors.ZMOD4xxx