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

Function rdSTATUS

interface/sensor/python/vsi_sensor.py:379–385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377## Read STATUS register (user register)
378# @return current_status current STATUS User register (32-bit)
379def rdSTATUS():
380 global STATUS
381
382 current_status = STATUS
383 STATUS &= ~STATUS_OVERFLOW_Msk
384
385 return current_status
386
387
388## Write SENSOR_NAME_LEN register (user register)

Callers 1

rdRegsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected