Searched refs:LoByte (Results 1 – 8 of 8) sorted by relevance
83 arr[0x2] = USB.LoByte(); in ToArray()89 arr[0x8] = VendorId.LoByte(); in ToArray()91 arr[0xA] = ProductId.LoByte(); in ToArray()93 arr[0xC] = Device.LoByte(); in ToArray()127 arr[0x2] = USB.LoByte(); in ToArray()194 arr[0x2] = TotalLength.LoByte(); in ToArray()309 arr[0x4] = MaxPacketSize.LoByte(); in ToArray()377 arr[i] = id.LoByte(); in ToArray()
189 arr[0x3] = bcdCDC.LoByte(); in ToArray()
650 arr[0x3] = HubCharacteristics.LoByte(); in ToArray()
229 ExecuteMMUCommand((byte)(value.LoByte() >> 5)); in WriteBank2()232 packetNumber = value.LoByte(); //only lower byte writable in WriteBank2()239 SetData(offset, value.LoByte()); in WriteBank2()243 interruptStatus = (byte)(interruptStatus & ~(value.LoByte() & WritableInterrupts)); in WriteBank2()
151 queue.Enqueue(touchedPoints[pointNumber].X.LoByte()); in PrepareTouchData()157 queue.Enqueue(touchedPoints[pointNumber].Y.LoByte()); in PrepareTouchData()
185 data [i * 4 + 6] = points [i].X.LoByte (); in PrepareTouchData()187 data [i * 4 + 8] = points [i].Y.LoByte (); in PrepareTouchData()
448 spiContext.DataBuffer[blockSize + 2] = crc.LoByte(); in HandleRead()566 .Append(crc.LoByte()); in GenerateRegisterResponse()
595 public static byte LoByte(this UInt16 value) in LoByte() method in Antmicro.Renode.Utilities.Misc