Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC1200.cs440 (phyHeader.Length > 126 && crcAutoflush.Value && appendStatus.Value)) in HandleFrame()
448 … phyHeader.Length, packetLengthByteConfig.Value, crcAutoflush.Value, appendStatus.Value); in HandleFrame()
456 (phyHeader.Length > 125 && crcAutoflush.Value && appendStatus.Value)) in HandleFrame()
464 … phyHeader.Length, packetLengthByteConfig.Value, crcAutoflush.Value, appendStatus.Value); in HandleFrame()
541 if(appendStatus.Value) in HandleFrame()
742 .WithFlag(0, out appendStatus) in CreateRegisters()
913 private IFlagRegisterField appendStatus; field in Antmicro.Renode.Peripherals.Wireless.CC1200