adamgreig/stm32ral

enumeratedValues with derivedFrom may derive from wrong place if names are non-unique

adamgreig opened this issue · 0 comments

At present derivedFrom in an enumeratedValues searches for the first matching enumeratedValues by name in the entire SVD. It should probably try searching in the same register at first, and ideally should respect the more qualified names [[peripheral.]register.]field if specified.