Searched refs:ProductionDataLengthInBytes (Results 1 – 1 of 1) sorted by relevance
41 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