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

Method process_state

libsigrokdecode4DSL/decoders/mdio/pd.py:303–306  ·  view source on GitHub ↗
(self, argument, mdio)

Source from the content-addressed store, hash-verified

301 self.reset_decoder_state()
302
303 def process_state(self, argument, mdio):
304 method_name = 'state_' + str(argument)
305 method = getattr(self, method_name)
306 return method(mdio)
307
308 # Returns the first quartile point of the frames cycle lengths. This is a
309 # conservative guess for the end of the last cycle. On average it will be

Callers 1

handle_bitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected