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

Method processing_start

libsigrokdecode4DSL/decoders/sle44xx/pd.py:316–322  ·  view source on GitHub ↗
(self, ss, es, io_high)

Source from the content-addressed store, hash-verified

314 return texts, length, is_proc
315
316 def processing_start(self, ss, es, io_high):
317 self.proc_state = {
318 'ss': ss or es,
319 'es': es or ss,
320 'clk': 0,
321 'io1': bool(io_high),
322 }
323
324 def processing_update(self, es, clk_inc, io_high):
325 if es is not None and es > self.proc_state['es']:

Callers 1

handle_data_bitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected