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

Function rdDataDMA

interface/sensor/python/vsi_sensor.py:348–351  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

346# @param size size of data to read (in bytes, multiple of 4)
347# @return data data read (bytearray)
348def rdDataDMA(size):
349 data = Record.getData(size)
350
351 return data
352
353
354## Write CONTROL register (user register)

Callers

nothing calls this directly

Calls 1

getDataMethod · 0.80

Tested by

no test coverage detected