Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DGaislerAHBPlugAndPlayInfo.cs61 masterDevices = new List<GaislerAHBPlugAndPlayRecord>(); in Reset()
101 masterDevices.Add(recordEntry); in cacheRecords()
115 if( number < masterDevices.Count) in getDeviceRecord()
117 record = masterDevices[number]; in getDeviceRecord()
131 private List<GaislerAHBPlugAndPlayRecord> masterDevices; field in Antmicro.Renode.Peripherals.Bus.GaislerAHBPlugAndPlayInfo