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

Function wrFILENAME_LEN

interface/video/python/vsi_video.py:337–344  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

335## Write FILENAME_LEN register (user register)
336# @param value value to write (32-bit)
337def wrFILENAME_LEN(value):
338 global STATUS, FILENAME_LEN, FILENAME_VALID, Filename, FilenameIdx
339
340 logger.info("Set new source name length and reset filename and valid flag")
341 FilenameIdx = 0
342 Filename = ""
343 FILENAME_VALID = 0
344 FILENAME_LEN = value
345
346
347## Write FILENAME_CHAR register (user register)

Callers 1

wrRegsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected