MCPcopy Create free account
hub / github.com/ARM-software/AVH / wrSAMPLE_BITS

Function wrSAMPLE_BITS

interface/audio/python/arm_vsi1.py:222–225  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

220## Write SAMPLE_BITS register (user register)
221# @param value value to write (32-bit)
222def wrSAMPLE_BITS(value):
223 global SAMPLE_BITS
224 SAMPLE_BITS = value
225 logger.info("Sample bits: {}".format(value))
226
227## Write SAMPLE_RATE register (user register)
228# @param value value to write (32-bit)

Callers 1

wrRegsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected