Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMAX32650_SPI.cs135 foreach(var indexPeripheral in ActivePeripherals) in DeassertCS()
184 var numberOfPeripherals = ActivePeripherals.Count(); in Transmit()
185 foreach(var indexPeripheral in ActivePeripherals) in Transmit()
322 foreach(var indexPeripheral in ActivePeripherals) in BuildRegisterMap()
447 private IEnumerable<Tuple<int, ISPIPeripheral>> ActivePeripherals property in Antmicro.Renode.Peripherals.SPI.MAX32650_SPI