Merge pull request #227 from xoviat/fix-adc-naming

adc/f3: fix sample time enum
This commit is contained in:
Dario Nieuwenhuis 2023-08-03 11:12:36 +00:00 committed by GitHub
commit 1338ced743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -472,7 +472,7 @@ fieldset/SMPR1:
description: Channel x sampling time selection description: Channel x sampling time selection
bit_offset: 3 bit_offset: 3
bit_size: 3 bit_size: 3
enum: SMP enum: SAMPLE_TIME
array: array:
len: 9 len: 9
stride: 3 stride: 3
@ -483,7 +483,7 @@ fieldset/SMPR2:
description: Channel x sampling time selection description: Channel x sampling time selection
bit_offset: 0 bit_offset: 0
bit_size: 3 bit_size: 3
enum: SMP enum: SAMPLE_TIME
array: array:
len: 9 len: 9
stride: 3 stride: 3
@ -747,7 +747,7 @@ enum/RES:
- name: Bits6 - name: Bits6
description: 6-bit description: 6-bit
value: 3 value: 3
enum/SMP: enum/SAMPLE_TIME:
bit_size: 3 bit_size: 3
variants: variants:
- name: Cycles1_5 - name: Cycles1_5