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

Method putff

libsigrokdecode4DSL/decoders/mdio/pd.py:86–87  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

84 self.put(ss, es, self.out_ann, [1, ['%d' % (self.bitcount - 1), '%d' % ((self.bitcount - 1) % 10)]])
85
86 def putff(self, data):
87 self.put(self.ss_frame_field, self.samplenum, self.out_ann, data)
88
89 def putdata(self):
90 self.put(self.ss_frame_field, self.mdiobits[0][2], self.out_ann,

Callers 5

state_OPMethod · 0.95
state_PRTADMethod · 0.95
state_DEVADMethod · 0.95
state_TAMethod · 0.95
state_DATAMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected