Searched refs:sourceAddressMatchingControl (Results 1 – 1 of 1) sorted by relevance
50 sourceAddressMatchingControl = new byte[SourceAddressMatchingControlSize]; in Reset()299 return BitHelper.IsBitSet(sourceAddressMatchingControl[index], position); in VerifyAutoPending()727 value = sourceAddressMatchingControl[address - SourceAddressMatchingControlStart]; in ReadMemory()782 sourceAddressMatchingControl[address - SourceAddressMatchingControlStart] = value; in WriteMemory()863 private byte[] sourceAddressMatchingControl; field in Antmicro.Renode.Peripherals.Wireless.CC2520