adc: add f3

This commit is contained in:
xoviat 2023-07-11 21:10:08 -05:00
parent 9f043c5eab
commit feb4f685ed
2 changed files with 1696 additions and 0 deletions

1695
data/registers/adc_f3.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -163,6 +163,7 @@ impl PeriMatcher {
(".*:DAC:dacif_v3_0", ("dac", "v2", "DAC")),
(".*:DAC:F3_dacif_v1_1", ("dac", "v1", "DAC")),
(".*:ADC:aditf_v2_5F1", ("adc", "f1", "ADC")),
(".*:ADC:aditf5_v1_1", ("adc", "f3", "ADC")),
(".*:ADC:aditf4_v1_1", ("adc", "v1", "ADC")),
(".*:ADC:aditf2_v1_1", ("adc", "v2", "ADC")),
(".*:ADC:aditf5_v2_0", ("adc", "v3", "ADC")),