Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs993 svdDevices.Add(svdDevice); in ApplySVD()
1881 svdDevices = new List<SVDParser>(); in InitStructures()
2011 foreach(var svdDevice in svdDevices) in ReportNonExistingRead()
2038 foreach(var svdDevice in svdDevices) in ReportNonExistingWrite()
2256 private List<SVDParser> svdDevices; field in Antmicro.Renode.Peripherals.Bus.SystemBus