Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs725 …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
DCC1200.cs949 private const uint SourceAddressMatchingControlStart = 0x3E4; field in Antmicro.Renode.Peripherals.Wireless.CC1200