Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSAM4S_TWI.cs290 … if(BitHelper.GetValue(deviceAddress.Value, offset: 2, size: 5) == _10BitAddressingPrefix) in FindPeripheral()
565 private const ulong _10BitAddressingPrefix = 0x1e; field in Antmicro.Renode.Peripherals.I2C.SAM4S_TWI