Searched refs:hardwareConfigurationRegister (Results 1 – 1 of 1) sorted by relevance
594 private uint hardwareConfigurationRegister = 0x00; field in Antmicro.Renode.Peripherals.USBDeprecated.SMSC9500635 … controlPacket = BitConverter.GetBytes(hardwareConfigurationRegister & (~0x00000008)); in ProcessVendorGet()636 return (BitConverter.GetBytes(hardwareConfigurationRegister & (~0x00000008))); in ProcessVendorGet()668 hardwareConfigurationRegister = BitConverter.ToUInt32(packet.data, 0); in ProcessVendorSet()