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

Method putx

libsigrokdecode4DSL/decoders/jtag_stm32/pd.py:174–175  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

172 self.out_ann = self.register(srd.OUTPUT_ANN)
173
174 def putx(self, data):
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)

Callers 7

handle_reg_bypassMethod · 0.95
handle_reg_idcodeMethod · 0.95
handle_reg_dpaccMethod · 0.95
handle_reg_apaccMethod · 0.95
handle_reg_abortMethod · 0.95
handle_reg_unknownMethod · 0.95
decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected