Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs38 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()
109spiPeripherals.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