Merge pull request #340 from eZioPan/opamp-cleanup

opamp-cleanup
This commit is contained in:
Dario Nieuwenhuis 2024-01-03 16:45:51 +00:00 committed by GitHub
commit 09e6dfc8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 9 deletions

View File

@ -96,15 +96,6 @@ enum/FORCE_VP:
- name: Calibration
description: Calibration mode. Non-inverting input connected to calibration reference
value: 1
enum/LOCK:
bit_size: 1
variants:
- name: Unlocked
description: Comparator CSR bits are read-write
value: 0
- name: Locked
description: Comparator CSR bits are read-only
value: 1
enum/OUTCAL:
bit_size: 1
variants:

3
transforms/OPAMP.yaml Normal file
View File

@ -0,0 +1,3 @@
transforms:
- !DeleteEnums
from: ^(LOCK)$