opamp-cleanup

This commit is contained in:
eZio Pan 2024-01-03 21:34:54 +08:00
parent 9ec9e0afb8
commit 63fffc8917
2 changed files with 3 additions and 9 deletions

View File

@ -96,15 +96,6 @@ enum/FORCE_VP:
- name: Calibration - name: Calibration
description: Calibration mode. Non-inverting input connected to calibration reference description: Calibration mode. Non-inverting input connected to calibration reference
value: 1 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: enum/OUTCAL:
bit_size: 1 bit_size: 1
variants: variants:

3
transforms/OPAMP.yaml Normal file
View File

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