MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / vps

Method vps

libsigrokdecode4DSL/decoders/xfp/pd.py:220–223  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

218 idx += 2
219
220 def vps(self, data):
221 # No good data available.
222 if (data != [0, 0]):
223 self.annotate("VPS", "%.2x%.2x" % (data[0], data[1]))
224
225 def ber(self, data):
226 # No good data available.

Callers

nothing calls this directly

Calls 1

annotateMethod · 0.95

Tested by

no test coverage detected