Lines Matching defs:node
345 private static string GetMandatoryField(XElement node, string fieldName) in GetMandatoryField()
359 private static string GetOptionalFieldOrNull(XElement node, string fieldName) in GetOptionalFieldOrNull()
372 private static string GetPath(XElement node) in GetPath()
392 private static ulong? SmartParseHexOrDecimal(string whatToParse, XElement node) in SmartParseHexOrDecimal()
482 private void ScanPeripheral(XElement node, RegisterSettings defaultRegisterSettings) in ScanPeripheral()
496 …private void ScanRegistersAndClusters(XElement node, RegisterSettings defaultRegisterSettings, SVD… in ScanRegistersAndClusters()
513 …private void ScanClusters(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral p… in ScanClusters()
542 …private void ScanRegisters(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral … in ScanRegisters()
616 …private void ScanCluster(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral pe… in ScanCluster()
627 …private void ScanRegister(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral p… in ScanRegister()
639 private static RegisterSettings GetLocalRegisterSettings(XElement node) in GetLocalRegisterSettings()
663 …private static RegisterSettings GetRegisterSettings(XElement node, RegisterSettings defaultRegiste… in GetRegisterSettings()
675 private static ulong? GetBaseAddress(XElement node) in GetBaseAddress()
681 private static ulong? GetAddressOffset(XElement node) in GetAddressOffset()
725 private static bool ElementNameEquals(XElement node, string name) in ElementNameEquals()
754 …public SVDRegister(XElement node, string name, RegisterSettings settings, SVDPeripheral peripheral) in SVDRegister()