adc/f3: fix sample time enum
This commit is contained in:
parent
1f8ab493e0
commit
5dbdc9b0ca
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user