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

Function wrTimerInterval

interface/sensor/python/vsi_sensor.py:312–315  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

310# @param value value to write (32-bit)
311# @return value value written (32-bit)
312def wrTimerInterval(value):
313 if (CONTROL & CONTROL_ENABLE_Msk) != 0:
314 value = Record.updateTimer(value)
315 return value
316
317
318## Timer Event

Callers

nothing calls this directly

Calls 1

updateTimerMethod · 0.80

Tested by

no test coverage detected