]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/adf435x/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / adf435x / pd.py
index 098c3a6bae0ea97b083c4e9325daac2e4d415ee5..c60ed4e47469a3cfcc0b84d3d73be8c7048a72d9 100644 (file)
@@ -95,14 +95,14 @@ class Decoder(srd.Decoder):
     desc = 'Wideband synthesizer with integrated VCO.'
     license = 'gplv3+'
     inputs = ['spi']
-    outputs = ['adf435x']
-    tags = ['Logic']
+    outputs = []
+    tags = ['Clock/timing', 'IC', 'Wireless/RF']
     annotations = (
         # Sent from the host to the chip.
-        ('register', 'Register written to the device'),
+        ('write', 'Register write'),
     )
     annotation_rows = (
-        ('registers', 'Register writes', (ANN_REG,)),
+        ('writes', 'Register writes', (ANN_REG,)),
     )
 
     def __init__(self):