Searched refs:SVDPeripheral (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SVDParser.cs | 423 Peripherals = new List<SVDPeripheral>(); in SVDDevice() 443 public List<SVDPeripheral> Peripherals { get; private set; } 486 var peripheral = new SVDPeripheral(name, this); in ScanPeripheral() 496 …stersAndClusters(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral peripheral) in ScanRegistersAndClusters() 513 …oid ScanClusters(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral peripheral) in ScanClusters() 542 …id ScanRegisters(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral peripheral) in ScanRegisters() 616 …void ScanCluster(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral peripheral) in ScanCluster() 627 …oid ScanRegister(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral peripheral) in ScanRegister() 738 private class SVDPeripheral class in Antmicro.Renode.Peripherals.Bus.SVDParser 740 public SVDPeripheral(string name, SVDDevice includedDevice) in SVDPeripheral() method in Antmicro.Renode.Peripherals.Bus.SVDParser.SVDPeripheral [all …]
|