Commit 5956c354 authored by Christos Gentsos's avatar Christos Gentsos

Doc: document the UPTIME_SECS command (added with e2c88814)

parent e2c88814
Pipeline #2642 failed with stage
in 0 seconds
......@@ -148,7 +148,9 @@ floating-point number X according to :math:`X = Y \cdot 2^N`.
+--------------+-------------------+------------------------+-------------+-------------------------------+
| 06 | UC_RESET | Byte write | 1 | reset the uC |
+--------------+-------------------+------------------------+-------------+-------------------------------+
| A0 | TMR_ERROR_CNT | MultiByte read | 4 | get TMR error count |
| 10 | UPTIME_SECS | Word read | 4 | get the uptime in seconds |
+--------------+-------------------+------------------------+-------------+-------------------------------+
| A0 | TMR_ERROR_CNT | Word read | 4 | get TMR error count |
+--------------+-------------------+------------------------+-------------+-------------------------------+
| B0 | USE_PEC | Byte write / read | 1 | turn PEC on / off |
+--------------+-------------------+------------------------+-------------+-------------------------------+
......@@ -413,6 +415,15 @@ FW, instead.
Writing any byte to this command triggers a uC reset.
(ext.) UPTIME_SECS
~~~~~~~~~~~~~~~
| Ext. Command code: **10**
| Transaction type: **Word read**
| Data length: **4**
Get the uptime of the MoniMod (in seconds).
(ext.) TMR_ERROR_CNT
~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment