Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs50 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