Skip to content

Commit 0517a0c

Browse files
committed
Fixes errors with chiptool in adc_wba.yaml
1 parent 4b0ad75 commit 0517a0c

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

data/registers/adc_wba.yaml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ fieldset/SMPR:
404404
array:
405405
len: 14
406406
stride: 1
407-
enum: SMPSEL
407+
enum: SMPSEL
408408
enum/ALIGN:
409409
bit_size: 1
410410
variants:
@@ -423,42 +423,6 @@ enum/AWD1SGL:
423423
- name: SingleChannel
424424
description: Analog watchdog 1 enabled on a single channel.
425425
value: 1
426-
enum/AWD2:
427-
bit_size: 1
428-
variants:
429-
- name: B_0x0
430-
description: No analog watchdog event occurred (or the flag event was already acknowledged and cleared by software).
431-
value: 0
432-
- name: B_0x1
433-
description: Analog watchdog event occurred.
434-
value: 1
435-
enum/AWD2IE:
436-
bit_size: 1
437-
variants:
438-
- name: B_0x0
439-
description: Analog watchdog interrupt disabled.
440-
value: 0
441-
- name: B_0x1
442-
description: Analog watchdog interrupt enabled.
443-
value: 1
444-
enum/AWD3:
445-
bit_size: 1
446-
variants:
447-
- name: B_0x0
448-
description: No analog watchdog event occurred (or the flag event was already acknowledged and cleared by software).
449-
value: 0
450-
- name: B_0x1
451-
description: Analog watchdog event occurred.
452-
value: 1
453-
enum/AWD3IE:
454-
bit_size: 1
455-
variants:
456-
- name: B_0x0
457-
description: Analog watchdog interrupt disabled.
458-
value: 0
459-
- name: B_0x1
460-
description: Analog watchdog interrupt enabled.
461-
value: 1
462426
enum/CHSELRMOD:
463427
bit_size: 1
464428
variants:

0 commit comments

Comments
 (0)