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

Function rdFILENAME

interface/vstream/python/vsi_audio.py:426–436  ·  view source on GitHub ↗

Read FILENAME register (user register). Returns: filename_len: Length of the filename string

()

Source from the content-addressed store, hash-verified

424
425
426def rdFILENAME():
427 """
428 Read FILENAME register (user register).
429
430 Returns:
431 filename_len: Length of the filename string
432 """
433 global FILENAME
434 value = len(FILENAME)
435 logger.info(f"rdFILENAME: read FILENAME length: {value}")
436 return value
437
438
439def wrFILENAME(value):

Callers 1

rdRegsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected