Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DAR1021.cs32 var returnValue = currentRetValue ?? new byte[5]; in Read()
47 currentRetValue = null; in Reset()
114 currentRetValue = readQueue.Dequeue(); in PressAgainIfNeeded()
125 currentRetValue = null; in PressAgainIfNeeded()
132 if(currentRetValue == null) in EnqueueNewPoint()
135 currentRetValue = data; in EnqueueNewPoint()
164 private byte[] currentRetValue; field in Antmicro.Renode.Peripherals.Input.AR1021
DFT5x06.cs75 currentRetValue = null; in Reset()
83currentRetValue = new System.Text.ASCIIEncoding ().GetBytes (" EP0700M06*A0G_110610$"); in Write()
119 currentRetValue = new byte[]{val, GetCRC (data, val)}; in Write()
134 … this.NoisyLog ("Read {0}", currentRetValue.Select(x=>x.ToString("X")).Aggregate((x,y)=>x+" "+y)); in Read()
136 return currentRetValue; in Read()
192 currentRetValue = data; in PrepareTouchData()
210 private byte[] currentRetValue; field in Antmicro.Renode.Peripherals.Input.FT5x06
DFusionF0710A.cs68 returnValue = currentRetValue ?? new byte[12]; in Read()
86 currentRetValue = null; in Reset()
166 currentRetValue = readQueue.Dequeue(); in PressAgainIfNeeded()
177 currentRetValue = null; in PressAgainIfNeeded()
184 if(currentRetValue == null) in EnqueueNewPoint()
187 currentRetValue = data; in EnqueueNewPoint()
222 private byte[] currentRetValue; field in Antmicro.Renode.Peripherals.Input.FusionF0710A