Skip to content

Commit a821bf5

Browse files
authored
Merge pull request #597 from dlaw/main
Oversampling ratio register is OVSR, not OSVR
2 parents 9159ad7 + b91d673 commit a821bf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/registers/adc_u5.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,8 @@ fieldset/CFGR2:
659659
description: SMPTRIG.
660660
bit_offset: 15
661661
bit_size: 1
662-
- name: OSVR
663-
description: OSVR.
662+
- name: OVSR
663+
description: OVSR.
664664
bit_offset: 16
665665
bit_size: 10
666666
- name: LFTRIG

data/registers/adc_v4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ fieldset/CFGR2:
272272
description: Right-shift data after Offset 4 correction
273273
bit_offset: 14
274274
bit_size: 1
275-
- name: OSVR
275+
- name: OVSR
276276
description: Oversampling ratio
277277
bit_offset: 16
278278
bit_size: 10

0 commit comments

Comments
 (0)