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

Method putf

libsigrokdecode4DSL/decoders/jtag_stm32/pd.py:177–178  ·  view source on GitHub ↗
(self, s, e, data)

Source from the content-addressed store, hash-verified

175 self.put(self.ss, self.es, self.out_ann, data)
176
177 def putf(self, s, e, data):
178 self.put(self.samplenums[s][0], self.samplenums[e][1], self.out_ann, data)
179
180 def handle_reg_bypass(self, cmd, bits):
181 self.putx([0, ['BYPASS: ' + bits]])

Callers 2

handle_reg_idcodeMethod · 0.95
decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected