Searched refs:SourceAddressMatchingControlStart (Results 1 – 2 of 2) sorted by relevance
725 …else if(address >= SourceAddressMatchingControlStart && address < SourceAddressMatchingControlStar… in ReadMemory()727 value = sourceAddressMatchingControl[address - SourceAddressMatchingControlStart]; in ReadMemory()780 …else if(address >= SourceAddressMatchingControlStart && address < SourceAddressMatchingControlStar… in WriteMemory()782 sourceAddressMatchingControl[address - SourceAddressMatchingControlStart] = value; in WriteMemory()884 private const uint SourceAddressMatchingControlStart = 0x3E4; field in Antmicro.Renode.Peripherals.Wireless.CC2520
949 private const uint SourceAddressMatchingControlStart = 0x3E4; field in Antmicro.Renode.Peripherals.Wireless.CC1200