cleanup adc common v2
This commit is contained in:
parent
c3548f2b7a
commit
1118eb4c96
@ -47,12 +47,10 @@ fieldset/CCR:
|
||||
description: VBAT enable
|
||||
bit_offset: 22
|
||||
bit_size: 1
|
||||
enum: VBATE
|
||||
- name: TSVREFE
|
||||
description: Temperature sensor and VREFINT enable
|
||||
bit_offset: 23
|
||||
bit_size: 1
|
||||
enum: TSVREFE
|
||||
fieldset/CDR:
|
||||
description: ADC common regular data register for dual and triple modes
|
||||
fields:
|
||||
@ -249,21 +247,3 @@ enum/STRT:
|
||||
- name: Started
|
||||
description: Regular channel conversion has started
|
||||
value: 1
|
||||
enum/TSVREFE:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: Disabled
|
||||
description: Temperature sensor and V_REFINT channel disabled
|
||||
value: 0
|
||||
- name: Enabled
|
||||
description: Temperature sensor and V_REFINT channel enabled
|
||||
value: 1
|
||||
enum/VBATE:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: Disabled
|
||||
description: V_BAT channel disabled
|
||||
value: 0
|
||||
- name: Enabled
|
||||
description: V_BAT channel enabled
|
||||
value: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user