Searched refs:spiPeripherals (Results 1 – 1 of 1) sorted by relevance
38 spiPeripherals = new Dictionary<int, ISPIPeripheral>(); in AmbiqApollo4_IOMaster()78 Register(spiPeripherals, peripheral, registrationPoint.WithType<ISPIPeripheral>()); in Register()88 Unregister(spiPeripherals, peripheral); in Unregister()98 …return spiPeripherals.Keys.Select(x => new TypedNumberRegistrationPoint<int>(x, typeof(ISPIPeriphe… in GetRegistrationPoints()109 …spiPeripherals.Select(x => Registered.Create(x.Value, new TypedNumberRegistrationPoint<int>(x.Key,…607 else if(spiMasterEnabled.Value && !spiPeripherals.ContainsKey(spiSlaveSelect)) in IsTransactionValid()858 return spiPeripherals[activeSpiSlaveSelect];900 private readonly Dictionary<int, ISPIPeripheral> spiPeripherals; field in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster