Searched refs:currentFrame (Results 1 – 5 of 5) sorted by relevance
43 currentFrame = null; in Reset()130 currentFrame = bytes; in ReceiveFrame()132 currentFrame = null; in ReceiveFrame()136 currentFrame = bytes; in ReceiveFrame()499 Connections[(int)GPIOs.Cca].Set(currentFrame == null); in UpdateInterrupts()856 private byte[] currentFrame; field in Antmicro.Renode.Peripherals.Wireless.CC2520962 if(Parent.currentFrame != null) in ParseInner()964 Parent.HandleFrame(Parent.currentFrame); in ParseInner()965 Parent.currentFrame = null; in ParseInner()984 if(Parent.isRxEnabled && Parent.currentFrame != null) in ParseInner()[all …]
43 currentFrame = null; in Reset()228 if(currentFrame != null) in RunCommand()230 HandleFrame(currentFrame); in RunCommand()231 currentFrame = null; in RunCommand()387 currentFrame = bytes; in ReceiveFrame()389 currentFrame = null; in ReceiveFrame()393 currentFrame = bytes; in ReceiveFrame()928 private byte[] currentFrame; field in Antmicro.Renode.Peripherals.Wireless.CC1200
604 var currentFrame = rxQueue.Peek(); in DequeueData()609 return currentFrame.Length; in DequeueData()611 var result = currentFrame.Bytes[currentFrameOffset++]; in DequeueData()612 if(currentFrameOffset == currentFrame.Bytes.Length) in DequeueData()
217 currentFrame = frame; in ReceiveFrame()812 private byte[] currentFrame; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio3331 … frameLength = (uint)currentFrame[currentFrameOffset + FRC_lengthFieldLocation.Value]; in FRC_DisassembleCurrentFrame()3335 … frameLength = (uint)currentFrame[currentFrameOffset + FRC_lengthFieldLocation.Value + 1] << 8 in FRC_DisassembleCurrentFrame()3336 … | (uint)currentFrame[currentFrameOffset + FRC_lengthFieldLocation.Value]; in FRC_DisassembleCurrentFrame()3364 if(currentFrameOffset + length > (uint)currentFrame.Length) in FRC_DisassembleCurrentFrame()3369 var payload = currentFrame.Skip((int)currentFrameOffset).Take((int)length); in FRC_DisassembleCurrentFrame()3372 …var pktCaptureBuff = currentFrame.Skip((int)(currentFrameOffset + skipCount)).Take((int)(length - … in FRC_DisassembleCurrentFrame()3391 … var crc = currentFrame.Skip((int)currentFrameOffset).Take((int)CRC_CrcWidth).ToArray(); in FRC_DisassembleCurrentFrame()4254 …in RXSEARCH): at {0} (channel {1}): {2}", GetTime(), Channel, BitConverter.ToString(currentFrame)); in RAC_RxTimerLimitReached()[all …]
972 var currentFrame = new int[frameLength]; in TryReadFromStream()976 currentFrame[i] = reader.ReadInt32(); in TryReadFromStream()979 Frame = currentFrame; in TryReadFromStream()