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

Method processing_update

libsigrokdecode4DSL/decoders/sle44xx/pd.py:324–329  ·  view source on GitHub ↗
(self, es, clk_inc, io_high)

Source from the content-addressed store, hash-verified

322 }
323
324 def processing_update(self, es, clk_inc, io_high):
325 if es is not None and es > self.proc_state['es']:
326 self.proc_state['es'] = es
327 self.proc_state['clk'] += clk_inc
328 if io_high:
329 self.proc_state['io1'] = True
330
331 def handle_data_byte(self, ss, es, data, bits):
332 '''Accumulate CMD or OUT data bytes.'''

Callers 1

handle_data_bitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected