Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs50 sourceAddressMatchingControl = new byte[SourceAddressMatchingControlSize]; in Reset()
725 …hingControlStart && address < SourceAddressMatchingControlStart + SourceAddressMatchingControlSize) in ReadMemory()
780 …hingControlStart && address < SourceAddressMatchingControlStart + SourceAddressMatchingControlSize) in WriteMemory()
885 private const int SourceAddressMatchingControlSize = 0x6; field in Antmicro.Renode.Peripherals.Wireless.CC2520
DCC1200.cs950 private const int SourceAddressMatchingControlSize = 0x6; field in Antmicro.Renode.Peripherals.Wireless.CC1200