Searched refs:i2cPeripherals (Results 1 – 1 of 1) sorted by relevance
39 i2cPeripherals = new Dictionary<int, II2CPeripheral>(); in AmbiqApollo4_IOMaster()83 Register(i2cPeripherals, peripheral, registrationPoint.WithType<II2CPeripheral>()); in Register()93 Unregister(i2cPeripherals, peripheral); in Unregister()104 …return i2cPeripherals.Keys.Select(x => new TypedNumberRegistrationPoint<int>(x, typeof(II2CPeriphe… in GetRegistrationPoints()112 …i2cPeripherals.Select(x => Registered.Create(x.Value, new TypedNumberRegistrationPoint<int>(x.Key,…611 else if(i2cMasterEnabled.Value && !i2cPeripherals.ContainsKey((int)i2cSlaveAddress)) in IsTransactionValid()862 return i2cPeripherals[(int)i2cSlaveAddress];901 private readonly Dictionary<int, II2CPeripheral> i2cPeripherals; field in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster