Lines Matching refs:SVDPeripheral
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
754 …public SVDRegister(XElement node, string name, RegisterSettings settings, SVDPeripheral peripheral) in SVDRegister()
788 public SVDPeripheral Peripheral { get; private set; }